Merge lp://staging/~abreu-alexandre/unity-webapps-qml/download-api into lp://staging/unity-webapps-qml
Proposed by
Alexandre Abreu
Status: | Needs review | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~abreu-alexandre/unity-webapps-qml/download-api | ||||
Merge into: | lp://staging/unity-webapps-qml | ||||
Diff against target: |
1451 lines (+1057/-133) 16 files modified
debian/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) |
||||
To merge this branch: | bzr merge lp://staging/~abreu-alexandre/unity-webapps-qml/download-api | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
WebApps | Pending | ||
Review via email: mp+212537@code.staging.launchpad.net |
Commit message
Bindings for the download manager
Description of the change
Bindings for the download manager
To post a comment you must log in.
Unmerged revisions
- 120. By Alexandre Abreu
-
download ap support; fix ap tests
- 119. By Alexandre Abreu
-
fix AP tests on touch
Tested, works fine!