~rpadovani/webbrowser-app/addressBarFullWidth

« back to all changes in this revision

Viewing changes to src/app/webbrowser/Chrome.qml

  • Committer: Riccardo Padovani
  • Date: 2015-01-24 01:59:33 UTC
  • mfrom: (761.1.113 webbrowser-app)
  • Revision ID: rpadovani@ubuntu.com-20150124015933-t7v42vxtdgu8urdl
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                     // Workaround for https://bugs.launchpad.net/oxide/+bug/1290821.
108
108
                     && !chrome.webview.lastLoadStopped
109
109
                     : false
110
 
            onLoadingChanged: {
111
 
                if (loading) {
112
 
                    chrome.webview.forceActiveFocus()
113
 
                }
114
 
            }
115
110
 
116
111
            onValidated: {
 
112
                chrome.webview.forceActiveFocus()
117
113
                // Workaround for https://launchpad.net/bugs/1377198
118
114
                chrome.webview.resetCertificateError()
119
115
                chrome.webview.url = requestedUrl
120
116
            }
 
117
 
121
118
            onRequestStop: chrome.webview.stop()
122
119
 
123
120
            Connections {