lp://staging/~abreu-alexandre/unity-webapps-qml/download-api
- Get this branch:
- bzr branch lp://staging/~abreu-alexandre/unity-webapps-qml/download-api
Branch merges
- PS Jenkins bot (community): Approve (continuous-integration)
- WebApps: Pending requested
-
Diff: 1451 lines (+1057/-133)16 files modifieddebian/control (+1/-0)
examples/api-bindings/download-manager/main.qml.in (+33/-0)
examples/api-bindings/download-manager/www/index.html (+35/-0)
examples/api-bindings/download-manager/www/js/app.js (+58/-0)
src/Ubuntu/UnityWebApps/UnityWebApps.pro (+5/-1)
src/Ubuntu/UnityWebApps/UnityWebApps.qml (+5/-0)
src/Ubuntu/UnityWebApps/bindings/download-manager/backend/download-api.js (+392/-0)
src/Ubuntu/UnityWebApps/bindings/download-manager/client/download-api.js (+457/-0)
src/Ubuntu/UnityWebApps/unity-webapps-api.js.in (+2/-0)
tests/integration/autopilot/qml/FullWebViewApp.qml (+0/-2)
tests/integration/autopilot/unity_webapps_qml/emulators/__init__.py (+0/-1)
tests/integration/autopilot/unity_webapps_qml/tests/__init__.py (+26/-16)
tests/integration/autopilot/unity_webapps_qml/tests/test_hud.py (+0/-81)
tests/integration/autopilot/unity_webapps_qml/tests/test_injectedOnWebapp.py (+37/-14)
tests/integration/autopilot/unity_webapps_qml/tests/test_launcher.py (+4/-12)
tests/integration/autopilot/unity_webapps_qml/tests/test_mediaplayer.py (+2/-6)
Branch information
Recent revisions
- 117. By Alexandre Abreu
-
Simplifies the manifest.json handling in some instances. More precisely when one is using a custom model search path for the webapp lookup, some restrictions are being put on what is expected to be found in the folder among which:
- a common/ subfolder (even if the webapp doesnt require one),
- one or more unity-webapps-* folders with manifest.json & *.user.js files in it,More over the manifest files do require user scripts to be defined.
This imposes a set of constraints over a given webapp that simply wants to use the container (w/o js injection).
This simplifies it an allows one to define a manifest.json file (still with some required elements, but a smaller set), directly in the model search path. E.g. something like:
{
"name": "MyWebApp",
"homepage": "http://www.bbc. co.uk/news/",
"domain": "bbc.co.uk",
"includes": []
}will do,
or to avoid any confusion w/ the click manifest.json file, one also searches for a webapp-
properties. json w/ the same content as above. - 116. By Alexandre Abreu
-
Cleanup the structure of the QML bindings to make it clearer. No Changes in functionality all features are still working & same,
This is an updated version of: https:/
/code.launchpad .net/~abreu- alexandre/ unity-webapps- qml/restructure -cleanup- bindings- qml-structure/ +merge/ 208148 with the latest changes that got in in between Fixes: 1288801 - 114. By Alexandre Abreu
-
Add UA override capabilities to webapps; clean some code and tests, Fixes: 1245465
- 111. By Timo Jyrinki
-
Depend on liboxideqtcore0 to limit archs to be built to the set for which webapps-qml is installable for.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-webapps-qml