~daker/ubuntu-html5-theme/fix.toggle-zindex

« back to all changes in this revision

Viewing changes to src/ubuntu-html5-app-launcher/main.qml

Add a better cordova qml component search pattern for the cordovaview mostly to account for the cordova 3.4 version that is to be installed locally; Add autopilot tests for the container,. Fixes: https://bugs.launchpad.net/bugs/1277665.

Approved by PS Jenkins bot, Alexandre Abreu, David Barth.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright 2013 Canonical Ltd.
 
2
 * Copyright 2014 Canonical Ltd.
3
3
 *
4
4
 * This file is part of ubuntu-html5-ui-toolkit.
5
5
 *
17
17
 */
18
18
 
19
19
import QtQuick 2.0
 
20
import Ubuntu.Components 0.1
20
21
import Ubuntu.WebApps 0.1
21
 
import Ubuntu.Components 0.1
22
22
 
23
23
WebAppContainer {
24
24
    width: units.gu(100)
25
25
    height: units.gu(75)
26
26
}
 
27