зеркало из https://github.com/mozilla/pjs.git
Keep about:blank from showing up in the urlbar if it's the first page in session history. r=lumpy, sr=jack
This commit is contained in:
Родитель
a70a2d93e7
Коммит
393a63ebbd
|
@ -73,8 +73,6 @@ nsBrowserStatusHandler.prototype =
|
|||
jsDefaultStatus : "",
|
||||
overLink : "",
|
||||
|
||||
hideAboutBlank : true,
|
||||
|
||||
QueryInterface : function(aIID)
|
||||
{
|
||||
if (aIID.equals(Components.interfaces.nsIWebProgressListener) ||
|
||||
|
@ -301,11 +299,8 @@ nsBrowserStatusHandler.prototype =
|
|||
}
|
||||
}
|
||||
|
||||
if (this.hideAboutBlank) {
|
||||
this.hideAboutBlank = false;
|
||||
if (location == "about:blank")
|
||||
location = "";
|
||||
}
|
||||
if (!getWebNavigation().canGoBack && location == "about:blank")
|
||||
location = "";
|
||||
|
||||
// Disable menu entries for images, enable otherwise
|
||||
if (content.document && this.mimeTypeIsTextBased(content.document.contentType))
|
||||
|
|
Загрузка…
Ссылка в новой задаче