lp:~uriboni/webbrowser-app/bookmark-folders-from-contextual-menu
Created by
Ugo Riboni
and last modified
- Get this branch:
- bzr branch lp:~uriboni/webbrowser-app/bookmark-folders-from-contextual-menu
Only
Ugo Riboni
can upload to this branch. If you are
Ugo Riboni
please log in for upload directions.
Branch merges
Propose for merging
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Olivier Tilloy: Approve
-
Diff: 492 lines (+147/-74)10 files modifiedsrc/app/UrlUtils.js (+10/-5)
src/app/webbrowser/AddressBar.qml (+2/-1)
src/app/webbrowser/Browser.qml (+23/-10)
src/app/webbrowser/Chrome.qml (+3/-0)
src/app/webbrowser/NavigationBar.qml (+2/-0)
tests/autopilot/webbrowser_app/emulators/browser.py (+36/-0)
tests/autopilot/webbrowser_app/tests/__init__.py (+2/-1)
tests/autopilot/webbrowser_app/tests/test_bookmark_options.py (+35/-5)
tests/autopilot/webbrowser_app/tests/test_contextmenu.py (+20/-52)
tests/unittests/qml/tst_UrlUtils.qml (+14/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 1141. By Ugo Riboni
-
Refactor tests by moving the opening and dismissing of the context menu to an emulator. Re-enable test that was not possible before due to UITK emulator issues.
- 1138. By Ugo Riboni
-
Fix context menu tests by correctly dismissing the bookmark options dialog before checking if an URL was bookmarked
- 1135. By Ugo Riboni
-
Disable AP test that is relying on accessing context menu items by text instead of objectName until bug in the UITK emulator is fixed
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:webbrowser-app