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:
timeless%mac.com
2006-09-14 05:59:50 +00:00
parent ac144655a7
commit a97d6464f7
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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();" />