зеркало из https://github.com/mozilla/gecko-dev.git
Bug 795317: Use exposable uri when updating mozbrowser's location r=jlebar
This commit is contained in:
Родитель
8ebb5385aa
Коммит
3c5fbe062a
|
@ -621,6 +621,10 @@ BrowserElementChild.prototype = {
|
|||
return;
|
||||
}
|
||||
|
||||
// Remove password and wyciwyg from uri.
|
||||
location = Cc["@mozilla.org/docshell/urifixup;1"]
|
||||
.getService(Ci.nsIURIFixup).createExposableURI(location);
|
||||
|
||||
sendAsyncMsg('locationchange', location.spec);
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче