Loading toolkit/content/browser-child.js +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ let WebProgressListener = { let objects = this._setupObjects(aWebProgress); json.location = aLocationURI ? aLocationURI.spec : ""; json.flags = aFlags; if (json.isTopLevel) { json.canGoBack = docShell.canGoBack; Loading toolkit/modules/RemoteWebProgress.jsm +2 −1 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ RemoteWebProgressManager.prototype = { case "Content:LocationChange": let location = newURI(json.location); let flags = json.flags; if (json.isTopLevel) { this._browser.webNavigation._currentURI = location; Loading @@ -172,7 +173,7 @@ RemoteWebProgressManager.prototype = { this._browser._imageDocument = null; } this._callProgressListeners("onLocationChange", webProgress, request, location); this._callProgressListeners("onLocationChange", webProgress, request, location, flags); break; case "Content:SecurityChange": Loading Loading
toolkit/content/browser-child.js +1 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,7 @@ let WebProgressListener = { let objects = this._setupObjects(aWebProgress); json.location = aLocationURI ? aLocationURI.spec : ""; json.flags = aFlags; if (json.isTopLevel) { json.canGoBack = docShell.canGoBack; Loading
toolkit/modules/RemoteWebProgress.jsm +2 −1 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ RemoteWebProgressManager.prototype = { case "Content:LocationChange": let location = newURI(json.location); let flags = json.flags; if (json.isTopLevel) { this._browser.webNavigation._currentURI = location; Loading @@ -172,7 +173,7 @@ RemoteWebProgressManager.prototype = { this._browser._imageDocument = null; } this._callProgressListeners("onLocationChange", webProgress, request, location); this._callProgressListeners("onLocationChange", webProgress, request, location, flags); break; case "Content:SecurityChange": Loading