lp://staging/~abreu-alexandre/webbrowser-app/rtm-intent-support
Created by
Alexandre Abreu
and last modified
- Get this branch:
- bzr branch lp://staging/~abreu-alexandre/webbrowser-app/rtm-intent-support
Only
Alexandre Abreu
can upload to this branch. If you are
Alexandre Abreu
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Olivier Tilloy: Approve
-
Diff: 1080 lines (+856/-23)13 files modifiedsrc/app/webcontainer/CMakeLists.txt (+2/-1)
src/app/webcontainer/WebViewImplWebkit.qml (+28/-21)
src/app/webcontainer/intent-filter.cpp (+243/-0)
src/app/webcontainer/intent-filter.h (+105/-0)
src/app/webcontainer/url-pattern-utils.h (+14/-0)
src/app/webcontainer/webapp-container.cpp (+29/-0)
src/app/webcontainer/webapp-container.h (+7/-0)
src/app/webcontainer/webapp-container.qml (+70/-0)
tests/autopilot/webapp_container/tests/__init__.py (+14/-1)
tests/autopilot/webapp_container/tests/test_intent_uri_support.py (+116/-0)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/intent-filter/CMakeLists.txt (+9/-0)
tests/unittests/intent-filter/tst_IntentFilterTests.cpp (+218/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 786. By Olivier Tilloy
-
Update the m.youtube.com UA override to fix video playback. Fixes: #1415107
Approved by: Alexandre Abreu - 784. By Michael Sheldon
-
Keep data URIs in their original form when retrieving image URLs Fixes: #1413964
- 783. By Olivier Tilloy
-
Do not ever change the contents of the address bar or remove focus from it while the user is editing it. Fixes: #1373918
- 781. By Alexandre Abreu
-
Backport fix to make sure that we properly consider the local webapp name that could be imported by a webapp-properties file for things like UA overrides. Fixes: #1408064
Approved by: Olivier Tilloy - 779. By Olivier Tilloy
-
Sync back with lp:webbrowser-app (revision 860, version 0.23+15.
04.20141218- 0ubuntu1) .
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