~ubuntu-branches/ubuntu/vivid/unity-webapps-qml/vivid

« back to all changes in this revision

Viewing changes to tests/integration/autopilot/qml/FullWebViewApp.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Ubuntu daily release, Alexandre Abreu
  • Date: 2014-05-20 13:42:03 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20140520134203-2v8tb1tpodk9ywir
Tags: 0.1+14.10.20140520-0ubuntu1
[ Ubuntu daily release ]
* New rebuild forced

[ Alexandre Abreu ]
* Bindings for the download manager (LP: #1295842)

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
        experimental.preferences.navigatorQtObjectEnabled: true
67
67
        experimental.preferences.developerExtrasEnabled: true
68
68
 
69
 
        onLoadingChanged: console.debug('onLoadingChanged: loading changed: ' + loadRequest.url + ', status: ' + loadRequest.status)
70
 
 
71
69
        function getUnityWebappsProxies() {
72
70
            return UnityWebAppsUtils.makeProxiesForQtWebViewBindee(webView);
73
71
        }