Revision control

Copy as Markdown

Other Tools

<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://communicator/skin/viewSourceOverlay.css" type="text/css"?>
<!DOCTYPE overlay [
<!ENTITY % navDTD SYSTEM "chrome://navigator/locale/navigator.dtd">
%navDTD;
]>
<overlay id="viewSourceOverlay"
<window id="viewSource">
<commandset id="tasksCommands"/>
<command id="cmd_newNavigator"/>
<command id="cmd_newPrivateWindow"/>
<command id="cmd_newEditor"/>
<command id="cmd_editPage" oncommand="ViewSourceEditPage();"/>
<command id="cmd_find"
oncommand="findInPage(getFindInstData());"/>
<command id="cmd_findAgain"
oncommand="findAgainInPage(getFindInstData(), false);"/>
<command id="cmd_findPrevious"
oncommand="findAgainInPage(getFindInstData(), true);"/>
<stringbundle id="findBundle"
</window>
<keyset id="viewSourceKeys">
<keyset id="tasksKeys"/>
<key id="key_newBlankPage"/>
<key id="key_newNavigator"/>
<key id="key_newPrivateWindow"/>
<key id="key_editPage" key="&editPageCmd.commandkey;"
command="Browser:EditPage" modifiers="accel"/>
</keyset>
<menubar id="viewSource-main-menubar"
class="chromeclass-menubar"
grippytooltiptext="&menuBar.tooltip;">
<menu id="menu_file">
<menupopup id="menu_FilePopup">
<menu id="menu_New" position="1">
<menupopup id="menu_NewPopup">
<menuitem id="menu_newNavigator"/>
<menuitem id="menu_newPrivateWindow"/>
<menuitem id="menu_newEditor"/>
</menupopup>
</menu>
<menuitem id="menu_editPage" insertafter="menu_savePage"
key="key_editPage" command="cmd_editPage"
label="&editPageCmd.label;"
accesskey="&editPageCmd.accesskey;"/>
<menuseparator insertbefore="menu_pageSetup"/>
</menupopup>
</menu>
<!-- tasks menu filled from tasksOverlay -->
<menu id="tasksMenu"/>
<!-- window menu filled from tasksOverlay -->
<menu id="windowMenu"/>
<!-- help menu filled from globalOverlay -->
<menu id="menu_Help"/>
</menubar>
</overlay>