Merge lp://staging/~abreu-alexandre/unity-webapps-qml/content-hub-share into lp://staging/unity-webapps-qml
Proposed by
Alexandre Abreu
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~abreu-alexandre/unity-webapps-qml/content-hub-share |
Merge into: | lp://staging/unity-webapps-qml |
Diff against target: |
965 lines (+763/-9) 20 files modified
examples/facebook-share/bla.qml (+13/-0) examples/facebook-share/content-hub/content-hub-exporter.json (+5/-0) examples/facebook-share/facebook-webapp.service (+6/-0) examples/facebook-share/manifest.json (+19/-0) examples/facebook-share/unity-webapps-facebook/HubSharer.qml (+80/-0) examples/facebook-share/unity-webapps-facebook/Share.qml (+303/-0) examples/facebook-share/unity-webapps-facebook/facebook.user.js (+72/-0) examples/facebook-share/unity-webapps-facebook/manifest.json (+7/-0) examples/facebook-share/unity-webapps-facebook/uploader.html (+15/-0) examples/facebook-share/unity-webapps-facebook/uploader.js (+34/-0) examples/facebook-share/webapp-facebook.application (+11/-0) examples/facebook-share/webapp-facebook.desktop (+9/-0) examples/facebook-share/webapp-facebook.json (+13/-0) src/Ubuntu/UnityWebApps/UnityWebApps.qml (+76/-6) src/Ubuntu/UnityWebApps/bindings/content-hub/backend/content-hub.js (+15/-1) src/Ubuntu/UnityWebApps/bindings/content-hub/client/content-hub.js (+52/-0) src/Ubuntu/UnityWebApps/bindings/online-accounts/backend/online-accounts.js (+1/-1) src/Ubuntu/UnityWebApps/plugin/unity-webapps-app-model.cpp (+19/-0) src/Ubuntu/UnityWebApps/plugin/unity-webapps-app-model.h (+7/-1) src/Ubuntu/UnityWebApps/unity-webapps-api.js.in (+6/-0) |
To merge this branch: | bzr merge lp://staging/~abreu-alexandre/unity-webapps-qml/content-hub-share |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
WebApps | Pending | ||
Review via email: mp+222640@code.staging.launchpad.net |
Commit message
Add share cpability
Description of the change
Add share cpability
To post a comment you must log in.
Unmerged revisions
- 122. By Alexandre Abreu
-
expand