Merge lp://qastaging/~fboucault/webbrowser-app/background_open_tabs_adjacent into lp://qastaging/webbrowser-app/staging
Proposed by
Florian Boucault
Status: | Merged |
---|---|
Merged at revision: | 1609 |
Proposed branch: | lp://qastaging/~fboucault/webbrowser-app/background_open_tabs_adjacent |
Merge into: | lp://qastaging/webbrowser-app/staging |
Diff against target: |
255 lines (+96/-15) 7 files modified
src/app/webbrowser/TabComponent.qml (+14/-11) src/app/webbrowser/tabs-model.cpp (+9/-0) src/app/webbrowser/tabs-model.h (+1/-0) tests/autopilot/webbrowser_app/tests/__init__.py (+9/-0) tests/autopilot/webbrowser_app/tests/test_contextmenu.py (+30/-4) tests/autopilot/webbrowser_app/tests/test_tabs.py (+20/-0) tests/unittests/tabs-model/tst_TabsModelTests.cpp (+13/-0) |
To merge this branch: | bzr merge lp://qastaging/~fboucault/webbrowser-app/background_open_tabs_adjacent |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Olivier Tilloy | Approve | ||
Review via email: mp+316226@code.qastaging.launchpad.net |
This proposal supersedes a proposal from 2017-02-01.
Commit message
Make new tabs opened in the background to be placed next to the tab opening requesting them instead of at the end of the list of tabs.
Description of the change
Make new tabs opened in the background to be placed next to the tab opening requesting them instead of at the end of the list of tabs.
To post a comment you must log in.
Can you please re-target the merge request to lp:webbrowser-app/staging?
The "Open link in new tab" and "Open link in new background tab" context menu entries should also open the new tab next to the caller (and there should be autopilot tests for those use cases).
Also, see one minor comment inline.