lp:~fboucault/webbrowser-app/background_open_tabs_adjacent
Created by
Florian Boucault
on
2017-02-01
and last modified on
2017-02-15
- Get this branch:
- bzr branch lp:~fboucault/webbrowser-app/background_open_tabs_adjacent
Only
Florian Boucault
can upload to this branch. If you are
Florian Boucault
please log in for upload directions.
Branch merges
- Olivier Tilloy: Approve on 2017-02-15
-
Diff: 255 lines (+96/-15)7 files modifiedsrc/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)
- Olivier Tilloy: Needs Fixing on 2017-02-02
-
Diff: 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)
Related bugs
Bug #1499780: Open new tabs next to the tab that launched them | Medium | Fix Released |
|
Related blueprints
Branch information
Recent revisions
- 1606. By Florian Boucault on 2017-02-15
-
Fixed AP test test_ctrl_
click_open_ link_in_ next_tab in narrow mode - 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 - 1601. By Florian Boucault on 2017-02-01
-
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.
- 1600. By Olivier Tilloy on 2017-01-31
-
Use the no-system-libraries build attribute instead of specifying extra stage packages.
- 1597. By Olivier Tilloy on 2017-01-24
-
UA overrides overhaul, and new overrides for Google+ and Ebay.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:webbrowser-app