lp://staging/~osomon/oxide/delegate-unhandled-url-schemes
Created by
Olivier Tilloy
and last modified
- Get this branch:
- bzr branch lp://staging/~osomon/oxide/delegate-unhandled-url-schemes
Only
Olivier Tilloy
can upload to this branch. If you are
Olivier Tilloy
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Chris Coulson: Approve
-
Diff: 532 lines (+308/-7)18 files modifiedqt/core/browser/oxide_qt_platform_integration.cc (+36/-0)
qt/core/browser/oxide_qt_platform_integration.h (+36/-0)
qt/core/core.gyp (+2/-0)
qt/core/glue/oxide_qt_init.cc (+4/-1)
qt/tests/qmltests/CMakeLists.txt (+1/-1)
qt/tests/qmltests/api/tst_WebFrame_url.qml (+8/-0)
qt/tests/qmltests/api/tst_WebView_url.qml (+8/-0)
qt/tests/qmltests/core/tst_CustomURLSchemes.qml (+8/-0)
qt/tests/qmltests/core/tst_UnhandledURLSchemes.qml (+55/-0)
qt/tests/qmltests/core/tst_UnhandledURLSchemes1.html (+10/-0)
qt/tests/qmltests/core/tst_UnhandledURLSchemes2.html (+9/-0)
qt/tests/qmltests/oxide_qml_testing_plugin.cc (+20/-0)
shared/browser/oxide_browser_process_main.cc (+9/-3)
shared/browser/oxide_browser_process_main.h (+3/-1)
shared/browser/oxide_platform_integration.cc (+51/-0)
shared/browser/oxide_platform_integration.h (+44/-0)
shared/browser/oxide_resource_dispatcher_host_delegate.cc (+2/-1)
shared/shared.gyp (+2/-0)
Related bugs
Bug #1384460: Delegate unhandled URL schemes to the system | High | Fix Released |
Related blueprints
Branch information
Recent revisions
- 816. By Olivier Tilloy
-
Pass PlatformIntegration as a scoped pointer to make it clearer that there is a transfer of ownership.
- 809. By Chris Coulson
-
URLRequest's created outside of ResourceDispatc
herHost don't have a ResourceRequest Info. Just ignore these for now
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~oxide-developers/oxide/oxide.trunk