Bugzilla Bug 102143 with multiple tabs open, View Page Info always shows info for the first tab
by doron, r=jag, sr=hyatt, a=asa. a=drivers,leaf git-svn-id: svn://10.0.0.236/trunk@210894 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1028,7 +1028,7 @@ function BrowserViewSourceOfURL(url, charset)
|
||||
url, charset);
|
||||
}
|
||||
|
||||
// doc=null for regular page, doc=owner document for frame.
|
||||
// doc=owner document.
|
||||
function BrowserPageInfo(doc)
|
||||
{
|
||||
window.openDialog("chrome://navigator/content/pageInfo.xul",
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
|
||||
<!-- View Menu -->
|
||||
<command id="View:PageSource" oncommand="BrowserViewSource();"/>
|
||||
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
|
||||
<command id="View:PageInfo" oncommand="BrowserPageInfo(getBrowser().contentDocument);"/>
|
||||
|
||||
<!-- Search Menu -->
|
||||
<command id="Browser:Find" oncommand="BrowserFind();" />
|
||||
|
||||
Reference in New Issue
Block a user