lp://staging/~abreu-alexandre/webbrowser-app/webapp-homepage
- Get this branch:
- bzr branch lp://staging/~abreu-alexandre/webbrowser-app/webapp-homepage
Branch merges
- PS Jenkins bot: Needs Fixing (continuous-integration)
- Olivier Tilloy: Approve
- David Barth (community): Approve
-
Diff: 872 lines (+288/-103)16 files modifiedpo/webbrowser-app.pot (+14/-14)
src/app/webcontainer/Chrome.qml (+1/-1)
src/app/webcontainer/WebApp.qml (+4/-12)
src/app/webcontainer/WebViewImplOxide.qml (+34/-20)
src/app/webcontainer/WebViewImplWebkit.qml (+4/-1)
src/app/webcontainer/WebappContainerWebview.qml (+5/-2)
src/app/webcontainer/url-pattern-utils.cpp (+28/-7)
src/app/webcontainer/url-pattern-utils.h (+2/-1)
src/app/webcontainer/webapp-container.cpp (+24/-13)
src/app/webcontainer/webapp-container.h (+1/-1)
src/app/webcontainer/webapp-container.qml (+24/-9)
tests/autopilot/webapp_container/tests/__init__.py (+43/-5)
tests/autopilot/webapp_container/tests/fake_servers.py (+28/-8)
tests/autopilot/webapp_container/tests/test_app_launch.py (+1/-1)
tests/autopilot/webapp_container/tests/test_redirection_pattern.py (+59/-0)
tests/unittests/container-url-patterns/tst_ContainerUrlPatternsTests.cpp (+16/-8)
Related bugs
Bug #1347764: webapps user scripts overriding StateSaver saved url | Medium | Fix Released | |
Bug #1378437: Facebook webapp does not work with the url dispatcher | High | Fix Released | |
Bug #1379428: restore webcontainer URL using StateSaver | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 779. By Alexandre Abreu
-
Webapp homepage only considered if no command line override is provided. Add support for StateSaver url tracking.
- 777. By Olivier Tilloy
-
Update UITK autopilot test imports. Fixes: 1386276
Approved by: Zsombor Egri, PS Jenkins bot - 776. By Olivier Tilloy
-
Fix a harmless compilation warning found by clang (non-literal-
null-conversion ). - 775. By Olivier Tilloy
-
Prevent the browser from trying to download embedded flash applications. Fixes: 1379806
Approved by: Alexandre Abreu - 774. By PS Jenkins bot
-
Fix the override mechanism for navigator.
userAgent,
and add UA override rules for HSBC’s Brazilian mobile site and ESPN’s mobile site. Fixes: 1316259, 1380657
Approved by: Bill Filler, PS Jenkins bot - 773. By Jean-Francois Moy
-
Twitter User Script - Hide the prompt to download the Android application. Fixes: 1352789, 1377268, 1378008
Approved by: Alexandre Abreu, Olivier Tilloy - 771. By Riccardo Padovani
-
Fixed #1378975 - Fast double click on menu button opens menu twice Fixes: 1378975
Approved by: Olivier Tilloy
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