Merge lp:~fboucault/webbrowser-app/background_open_tabs_adjacent into lp:webbrowser-app
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | lp:~fboucault/webbrowser-app/background_open_tabs_adjacent | ||||
Merge into: | lp:webbrowser-app | ||||
Diff against target: |
385 lines (+134/-80) 12 files modified
.bzrignore (+0/-1) CMakeLists.txt (+1/-2) make-snap.sh (+0/-4) setup/gui/webbrowser-app.desktop.in (+0/-27) snapcraft.yaml (+4/-1) src/Ubuntu/Web/ua-overrides-desktop.js.in (+43/-24) src/Ubuntu/Web/ua-overrides-mobile.js.in (+36/-14) src/app/webbrowser/TabComponent.qml (+6/-7) src/app/webbrowser/tabs-model.cpp (+9/-0) src/app/webbrowser/tabs-model.h (+1/-0) tests/autopilot/webbrowser_app/tests/test_tabs.py (+22/-0) tests/unittests/tabs-model/tst_TabsModelTests.cpp (+12/-0) |
||||
To merge this branch: | bzr merge lp:~fboucault/webbrowser-app/background_open_tabs_adjacent | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Olivier Tilloy | 2017-02-01 | Needs Fixing on 2017-02-02 | |
Review via email:
|
This proposal has been superseded by a proposal from 2017-02-02.
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.
- 1602. By Florian Boucault on 2017-02-02
-
Also apply opening new tab adjacent to current tab when using the following contextual actions:
- opening a link in a new tab
- opening a link in a new background tab
- opening an image in a new tab
- opening a video in a new tab - 1603. By Florian Boucault on 2017-02-02
-
TabsModel unit test: deallocate memory properly
- 1604. By Florian Boucault on 2017-02-02
-
Fix AP tests in narrow mode
- 1605. By Florian Boucault on 2017-02-15
-
Merged staging
- 1606. By Florian Boucault on 2017-02-15
-
Fixed AP test test_ctrl_
click_open_ link_in_ next_tab in narrow mode
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.