~mardy/ubuntu-system-settings-online-accounts/icon-1289401

« back to all changes in this revision

Viewing changes to plugins/module/WebView.qml

merge from trunk

* Tests: create runtime directory, fix execution under pbuilder (LP:
  #1614108)
* Build-Depend on upstart to avoid s390x builds on yakkety.
* Properly handle early termination of account access requests (LP:
  #1594944)
* debian/control, debian/libonline-accounts-plugin-dev.install:
  - Don't depend on main package, don't allow linking to
    libonline-accounts-plugin.so (LP: #1612299)
[ Alberto Mardegan ]
* debian/rules:
  - Don't run tests on powerpc (LP: #1606927)
[ Gary.Wzl ]
* add a new property "userAgent" for OAuth item. (LP: #1587282)
[ Timo Jyrinki ]
* Add qttools5-dev-tools build dependency (LP: #1608814)
[ Alberto Mardegan ]
* Fix desktop file name for scopes: they use their short app ID (LP:
  #1541717)
[ Florian Boucault ]
* Crossbuilding fixes
* Read time from symlink file, not target (LP: #1596478)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    id: root
7
7
 
8
8
    property QtObject signonRequest
 
9
    property string userAgent
9
10
 
10
11
    onNewViewRequested: {
11
12
        var popup = popupComponent.createObject(root, {
44
45
 
45
46
    context: WebContext {
46
47
        dataPath: signonRequest ? signonRequest.rootDir : ""
 
48
        userAgent: root.userAgent ? root.userAgent : defaultUserAgent
47
49
    }
48
50
 
49
51
    function onAuthenticated() {