зеркало из https://github.com/mozilla/gecko-dev.git
Make "View Source of Frame" inherit the charset of the document in the
frame. Bug 85346, r=ftang, sr=blizzard, a=asa
This commit is contained in:
Родитель
3a75667d13
Коммит
35dade1ebc
|
@ -446,7 +446,8 @@ nsContextMenu.prototype = {
|
|||
window.openDialog( "chrome://navigator/content/viewSource.xul",
|
||||
"_blank",
|
||||
"scrollbars,resizable,chrome,dialog=no",
|
||||
this.target.ownerDocument.location.href);
|
||||
this.target.ownerDocument.location.href,
|
||||
"charset=" + this.target.ownerDocument.characterSet);
|
||||
},
|
||||
viewInfo : function () {
|
||||
BrowserPageInfo();
|
||||
|
|
Загрузка…
Ссылка в новой задаче