bug 125653 r=timeless sr=alecf
Changes window._content.location.href=foo to loadURI(foo) git-svn-id: svn://10.0.0.236/trunk@114689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2c5c9121b8
commit
e3729478ae
@ -93,7 +93,7 @@
|
||||
<!-- Misc -->
|
||||
<key id="key_stop" keycode="VK_ESCAPE" oncommand="BrowserStop();"/>
|
||||
<!-- the amazing fishcam dept. -->
|
||||
<key key="f" modifiers="control,alt" oncommand="window._content.location.href='http://home.netscape.com/fishcam/fishcam.html'"/>
|
||||
<key key="f" modifiers="control,alt" oncommand="loadURI('http://home.netscape.com/fishcam/fishcam.html');"/>
|
||||
<keyset id="viewZoomKeys"/>
|
||||
<keyset id="navigationKeys"/>
|
||||
<keyset id="tasksKeys"/>
|
||||
@ -361,88 +361,88 @@
|
||||
<menupopup>
|
||||
<menu label="Verification">
|
||||
<menupopup>
|
||||
<menuitem label="Tables" oncommand="window._content.location.href='resource:/res/samples/test6.html'"/>
|
||||
<menuitem label="JavaScript" oncommand="window._content.location.href='http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html'"/>
|
||||
<menuitem label="GIF Images" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_imagemap.html'"/>
|
||||
<menuitem label="JPEG Images" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
|
||||
<menuitem label="PNG Images" oncommand="window._content.location.href='http://www.libpng.org/pub/png/png-MagnoliaAlpha.html'"/>
|
||||
<menuitem label="Transparency" oncommand="window._content.location.href='resource:/res/samples/test13.html'"/>
|
||||
<menuitem label="Animation" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
|
||||
<menuitem label="Larger page" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html'"/>
|
||||
<menuitem label="Smaller page" oncommand="window._content.location.href='http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html'"/>
|
||||
<menuitem label="Tables" oncommand="loadURI('resource:/res/samples/test6.html');"/>
|
||||
<menuitem label="JavaScript" oncommand="loadURI('http://mozilla.org/quality/browser/standards/javascript/tcmatrix/index.html');"/>
|
||||
<menuitem label="GIF Images" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_imagemap.html');"/>
|
||||
<menuitem label="JPEG Images" oncommand="loadURI('resource:/res/samples/test2.html');"/>
|
||||
<menuitem label="PNG Images" oncommand="loadURI('http://www.libpng.org/pub/png/png-MagnoliaAlpha.html');"/>
|
||||
<menuitem label="Transparency" oncommand="loadURI('resource:/res/samples/test13.html');"/>
|
||||
<menuitem label="Animation" oncommand="loadURI('resource:/res/samples/test2.html');"/>
|
||||
<menuitem label="Larger page" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_html_mix3.html');"/>
|
||||
<menuitem label="Smaller page" oncommand="loadURI('http://www.mozilla.org/quality/browser/debugtc/bft_browser_link.html');"/>
|
||||
<menuseparator />
|
||||
<menuitem label="Mozilla" oncommand="window._content.location.href='http://www.mozilla.org'"/>
|
||||
<menuitem label="Yahoo" oncommand="window._content.location.href='http://www.yahoo.com'"/>
|
||||
<menuitem label="Netscape" oncommand="window._content.location.href='http://www.netscape.com'"/>
|
||||
<menuitem label="Excite" oncommand="window._content.location.href='http://www.excite.com'"/>
|
||||
<menuitem label="Microsoft" oncommand="window._content.location.href='http://www.microsoft.com'"/>
|
||||
<menuitem label="city.net" oncommand="window._content.location.href='http://www.city.net'"/>
|
||||
<menuitem label="Mirabilis" oncommand="window._content.location.href='http://www.mirabilis.com'"/>
|
||||
<menuitem label="Time" oncommand="window._content.location.href='http://www.time.com'"/>
|
||||
<menuitem label="Warner Bros." oncommand="window._content.location.href='http://www.warnerbros.com'"/>
|
||||
<menuitem label="CNN" oncommand="window._content.location.href='http://www.cnn.com'"/>
|
||||
<menuitem label="USA Today" oncommand="window._content.location.href='http://www.usatoday.com'"/>
|
||||
<menuitem label="Disney" oncommand="window._content.location.href='http://www.disney.go.com'"/>
|
||||
<menuitem label="Hotwired" oncommand="window._content.location.href='http://www.hotwired.com'"/>
|
||||
<menuitem label="Hotbot" oncommand="window._content.location.href='http://www.hotbot.com'"/>
|
||||
<menuitem label="Mozilla" oncommand="loadURI('http://www.mozilla.org');"/>
|
||||
<menuitem label="Yahoo" oncommand="loadURI('http://www.yahoo.com');"/>
|
||||
<menuitem label="Netscape" oncommand="loadURI('http://www.netscape.com');"/>
|
||||
<menuitem label="Excite" oncommand="loadURI('http://www.excite.com');"/>
|
||||
<menuitem label="Microsoft" oncommand="loadURI('http://www.microsoft.com');"/>
|
||||
<menuitem label="city.net" oncommand="loadURI('http://www.city.net');"/>
|
||||
<menuitem label="Mirabilis" oncommand="loadURI('http://www.mirabilis.com');"/>
|
||||
<menuitem label="Time" oncommand="loadURI('http://www.time.com');"/>
|
||||
<menuitem label="Warner Bros." oncommand="loadURI('http://www.warnerbros.com');"/>
|
||||
<menuitem label="CNN" oncommand="loadURI('http://www.cnn.com');"/>
|
||||
<menuitem label="USA Today" oncommand="loadURI('http://www.usatoday.com');"/>
|
||||
<menuitem label="Disney" oncommand="loadURI('http://www.disney.go.com');"/>
|
||||
<menuitem label="Hotwired" oncommand="loadURI('http://www.hotwired.com');"/>
|
||||
<menuitem label="Hotbot" oncommand="loadURI('http://www.hotbot.com');"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menu label="Viewer Demos">
|
||||
<menupopup>
|
||||
<menuitem label="#0 Basic Styles" oncommand="window._content.location.href='resource:/res/samples/test0.html'"/>
|
||||
<menuitem label="#1 CSS Styles" oncommand="window._content.location.href='resource:/res/samples/test1.html'"/>
|
||||
<menuitem label="#2 Images" oncommand="window._content.location.href='resource:/res/samples/test2.html'"/>
|
||||
<menuitem label="#3 Basic Tables" oncommand="window._content.location.href='resource:/res/samples/test3.html'"/>
|
||||
<menuitem label="#4 Simple Tables" oncommand="window._content.location.href='resource:/res/samples/test4.html'"/>
|
||||
<menuitem label="#5 More Styles" oncommand="window._content.location.href='resource:/res/samples/test5.html'"/>
|
||||
<menuitem label="#6 Deeply Nested Tables" oncommand="window._content.location.href='resource:/res/samples/test6.html'"/>
|
||||
<menuitem label="#7 Scaled Anim Image" oncommand="window._content.location.href='resource:/res/samples/test7.html'"/>
|
||||
<menuitem label="#8 Form" oncommand="window._content.location.href='resource:/res/samples/test8.html'"/>
|
||||
<menuitem label="#9 Frames" oncommand="window._content.location.href='resource:/res/samples/test9.html'"/>
|
||||
<menuitem label="#10 Anim Images" oncommand="window._content.location.href='resource:/res/samples/test10.html'"/>
|
||||
<menuitem label="#11 Fixed Positioning" oncommand="window._content.location.href='resource:/res/samples/test11.html'"/>
|
||||
<menuitem label="#12 More Fixed Pos" oncommand="window._content.location.href='resource:/res/samples/test12.html'"/>
|
||||
<menuitem label="#13 DHTML" oncommand="window._content.location.href='resource:/res/samples/test13.html'"/>
|
||||
<menuitem label="#14 XML Sorting" oncommand="window._content.location.href='resource:/res/samples/test14.html'"/>
|
||||
<menuitem label="#15 XML IRS" oncommand="window._content.location.href='resource:/res/samples/test15.html'"/>
|
||||
<menuitem label="#16 Gfx Widgets" oncommand="window._content.location.href='resource:/res/samples/test16.html'"/>
|
||||
<menuitem label="#0 Basic Styles" oncommand="loadURI('resource:/res/samples/test0.html');"/>
|
||||
<menuitem label="#1 CSS Styles" oncommand="loadURI('resource:/res/samples/test1.html');"/>
|
||||
<menuitem label="#2 Images" oncommand="loadURI('resource:/res/samples/test2.html');"/>
|
||||
<menuitem label="#3 Basic Tables" oncommand="loadURI('resource:/res/samples/test3.html');"/>
|
||||
<menuitem label="#4 Simple Tables" oncommand="loadURI('resource:/res/samples/test4.html');"/>
|
||||
<menuitem label="#5 More Styles" oncommand="loadURI('resource:/res/samples/test5.html');"/>
|
||||
<menuitem label="#6 Deeply Nested Tables" oncommand="loadURI('resource:/res/samples/test6.html');"/>
|
||||
<menuitem label="#7 Scaled Anim Image" oncommand="loadURI('resource:/res/samples/test7.html');"/>
|
||||
<menuitem label="#8 Form" oncommand="loadURI('resource:/res/samples/test8.html');"/>
|
||||
<menuitem label="#9 Frames" oncommand="loadURI('resource:/res/samples/test9.html');"/>
|
||||
<menuitem label="#10 Anim Images" oncommand="loadURI('resource:/res/samples/test10.html');"/>
|
||||
<menuitem label="#11 Fixed Positioning" oncommand="loadURI('resource:/res/samples/test11.html');"/>
|
||||
<menuitem label="#12 More Fixed Pos" oncommand="loadURI('resource:/res/samples/test12.html');"/>
|
||||
<menuitem label="#13 DHTML" oncommand="loadURI('resource:/res/samples/test13.html');"/>
|
||||
<menuitem label="#14 XML Sorting" oncommand="loadURI('resource:/res/samples/test14.html');"/>
|
||||
<menuitem label="#15 XML IRS" oncommand="loadURI('resource:/res/samples/test15.html');"/>
|
||||
<menuitem label="#16 Gfx Widgets" oncommand="loadURI('resource:/res/samples/test16.html');"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menu label="XBL Test Suite">
|
||||
<menupopup>
|
||||
<menuitem label="#0 Remote XBL" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test0/test.xul'"/>
|
||||
<menuitem label="#1 Technicolor DIV" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test1/test.html'"/>
|
||||
<menuitem label="#2 Rollover Madness" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test2/test.html'"/>
|
||||
<menuitem label="#3 Popups in HTML" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test3/test.html'"/>
|
||||
<menuitem label="#4 Partition Magic" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test4/test.html'"/>
|
||||
<menuitem label="#5 Sticky Notes" oncommand="window._content.location.href='http://www.mozilla.org/projects/xbl/test5/test.html'"/>
|
||||
<menuitem label="#0 Remote XBL" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test0/test.xul');"/>
|
||||
<menuitem label="#1 Technicolor DIV" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test1/test.html');"/>
|
||||
<menuitem label="#2 Rollover Madness" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test2/test.html');"/>
|
||||
<menuitem label="#3 Popups in HTML" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test3/test.html');"/>
|
||||
<menuitem label="#4 Partition Magic" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test4/test.html');"/>
|
||||
<menuitem label="#5 Sticky Notes" oncommand="loadURI('http://www.mozilla.org/projects/xbl/test5/test.html');"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menu label="XUL Test Suite">
|
||||
<menupopup>
|
||||
<menuitem label="#1 Stacks" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/stacks.xul'"/>
|
||||
<menuitem label="#2 Popups" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/popups.xul'"/>
|
||||
<menuitem label="#3 Descriptions and Labels" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/label.xul'"/>
|
||||
<menuitem label="#4 Dialog Buttons" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/buttons.xul'"/>
|
||||
<menuitem label="#5 Tabindex" oncommand="window._content.location.href='http://www.mozilla.org/projects/xul/tests/tabindex.xul'"/>
|
||||
<menuitem label="#1 Stacks" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/stacks.xul');"/>
|
||||
<menuitem label="#2 Popups" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/popups.xul');"/>
|
||||
<menuitem label="#3 Descriptions and Labels" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/label.xul');"/>
|
||||
<menuitem label="#4 Dialog Buttons" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/buttons.xul');"/>
|
||||
<menuitem label="#5 Tabindex" oncommand="loadURI('http://www.mozilla.org/projects/xul/tests/tabindex.xul');"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
<menuitem label="Form Manager Samples" oncommand="window._content.location.href='chrome://communicator/locale/wallet/index.html';"/>
|
||||
<menuitem label="Form Manager Samples" oncommand="loadURI('chrome://communicator/locale/wallet/index.html');"/>
|
||||
|
||||
<menuitem label="chofmann's Browser Buster" oncommand="window._content.location.href='http://komodo.mozilla.org/buster/'"/>
|
||||
<menuitem label="chofmann's Browser Buster" oncommand="loadURI('http://komodo.mozilla.org/buster/');"/>
|
||||
<menuitem label="Composer (with test page)" oncommand="window.openDialog('chrome://editor/content','_blank','chrome,all,dialog=no','chrome://editor/content/EditorInitPage.html')"/>
|
||||
<menuitem label="Flush Memory" oncommand="Components.classes['@mozilla.org/xpcom/memory-service;1'].getService(Components.interfaces.nsIMemory).heapMinimize(true);" />
|
||||
|
||||
<menuseparator />
|
||||
|
||||
<menuitem label="StringBundle Test" oncommand="window._content.location.href='resource:/res/strres-test.xul'"/>
|
||||
<menuitem label="Bloat: Dump New Stats" oncommand="window._content.location.href='about:bloat?new'"/>
|
||||
<menuitem label="Bloat: Dump All Stats" oncommand="window._content.location.href='about:bloat'"/>
|
||||
<menuitem label="Bloat: Clear Stats" oncommand="window._content.location.href='about:bloat?clear'"/>
|
||||
<menuitem label="StringBundle Test" oncommand="loadURI('resource:/res/strres-test.xul');"/>
|
||||
<menuitem label="Bloat: Dump New Stats" oncommand="loadURI('about:bloat?new');"/>
|
||||
<menuitem label="Bloat: Dump All Stats" oncommand="loadURI('about:bloat');"/>
|
||||
<menuitem label="Bloat: Clear Stats" oncommand="loadURI('about:bloat?clear');"/>
|
||||
|
||||
<menuseparator />
|
||||
|
||||
@ -459,28 +459,28 @@
|
||||
|
||||
<menu id="qaMenu" accesskey="Q" label="QA">
|
||||
<menupopup>
|
||||
<menuitem label="Getting Involved" oncommand="window._content.location.href='http://www.mozilla.org/start/'"/>
|
||||
<menuitem label="Mozilla QA Overview" oncommand="window._content.location.href='http://www.mozilla.org/quality/'"/>
|
||||
<menuitem label="Getting Involved" oncommand="loadURI('http://www.mozilla.org/start/');"/>
|
||||
<menuitem label="Mozilla QA Overview" oncommand="loadURI('http://www.mozilla.org/quality/');"/>
|
||||
|
||||
<menuseparator />
|
||||
|
||||
<menuitem label="Frequently Reported Bugs" oncommand="window._content.location.href='http://bugzilla.mozilla.org/duplicates.cgi'"/>
|
||||
<menuitem label="Bug Writing Guidelines" oncommand="window._content.location.href='http://www.mozilla.org/quality/bug-writing-guidelines.html'"/>
|
||||
<menuitem label="File a Bug" oncommand="window._content.location.href='http://www.mozilla.org/quality/help/bug-form.html'"/>
|
||||
<menuitem label="Frequently Reported Bugs" oncommand="loadURI('http://bugzilla.mozilla.org/duplicates.cgi');"/>
|
||||
<menuitem label="Bug Writing Guidelines" oncommand="loadURI('http://www.mozilla.org/quality/bug-writing-guidelines.html');"/>
|
||||
<menuitem label="File a Bug" oncommand="loadURI('http://www.mozilla.org/quality/help/bug-form.html');"/>
|
||||
|
||||
<menuseparator />
|
||||
|
||||
<menuitem label="Bugs Filed Today" oncommand="window._content.location.href='http://bugzilla.mozilla.org/buglist.cgi?changedin=1&chfield=%5BBug+creation%5D&amp;chfieldto=Now&product=Browser&product=MailNews'"/>
|
||||
<menuitem label="CVS Checkins Today" oncommand="window._content.location.href='http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&sortby=Date&date=day&cvsroot=%2Fcvsroot'"/>
|
||||
<menuitem label="Bugs Filed Today" oncommand="loadURI('http://bugzilla.mozilla.org/buglist.cgi?changedin=1&chfield=%5BBug+creation%5D&amp;chfieldto=Now&product=Browser&product=MailNews');"/>
|
||||
<menuitem label="CVS Checkins Today" oncommand="loadURI('http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=SeaMonkeyAll&branch=HEAD&branchtype=match&sortby=Date&date=day&cvsroot=%2Fcvsroot');"/>
|
||||
|
||||
<menuseparator />
|
||||
|
||||
<menuitem label="Smoke Tests" oncommand="window._content.location.href='http://www.mozilla.org/quality/smoketests/'"/>
|
||||
<menuitem label="Pre-Checkin Tests" oncommand="window._content.location.href='http://www.mozilla.org/quality/precheckin-tests.html'"/>
|
||||
<menuitem label="Smoke Tests" oncommand="loadURI('http://www.mozilla.org/quality/smoketests/');"/>
|
||||
<menuitem label="Pre-Checkin Tests" oncommand="loadURI('http://www.mozilla.org/quality/precheckin-tests.html');"/>
|
||||
|
||||
<menuseparator />
|
||||
|
||||
<menuitem label="Latest Builds" oncommand="window._content.location.href='ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/'"/>
|
||||
<menuitem label="Latest Builds" oncommand="loadURI('ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/');"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
</menubar>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user