lp://staging/~fboucault/webbrowser-app/switch_to_parent_tab_on_close
Created by
Florian Boucault
and last modified
- Get this branch:
- bzr branch lp://staging/~fboucault/webbrowser-app/switch_to_parent_tab_on_close
Only
Florian Boucault
can upload to this branch. If you are
Florian Boucault
please log in for upload directions.
Branch merges
Propose for merging
1 branch
dependent on this one.
Ready for review
for merging
into
lp://staging/webbrowser-app/staging
- Olivier Tilloy: Needs Fixing
-
Diff: 388 lines (+140/-58)11 files modifiedsrc/app/webbrowser/Browser.qml (+12/-2)
src/app/webbrowser/BrowserTab.qml (+1/-0)
src/app/webbrowser/TabComponent.qml (+10/-5)
src/app/webbrowser/tabs-model.cpp (+16/-0)
src/app/webbrowser/tabs-model.h (+1/-0)
tests/autopilot/webbrowser_app/tests/__init__.py (+10/-0)
tests/autopilot/webbrowser_app/tests/http_server.py (+6/-0)
tests/autopilot/webbrowser_app/tests/test_new_tab_view.py (+5/-34)
tests/autopilot/webbrowser_app/tests/test_site_previews.py (+0/-9)
tests/autopilot/webbrowser_app/tests/test_tabs.py (+65/-8)
tests/unittests/tabs-model/tst_TabsModelTests.cpp (+14/-0)
Related bugs
Bug #1664990: Restore focus on parent tab when closing child tab | Medium | In Progress |
Related blueprints
Branch information
Recent revisions
- 1619. By Florian Boucault
-
ComboBox/Drop down menus: improved UX
- added keyboard navigation
- made popover square to fit better with HTML boxes
- aligned popover with HTML box
- apply same width as HTML box whenever possible
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/webbrowser-app