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
<!DOCTYPE html [
<!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
%brandDTD;
<!ENTITY % messengerDTD SYSTEM "chrome://messenger/locale/messenger.dtd">
%messengerDTD;
]>
id="browserRequest"
scrolling="false"
buttons=","
width="800"
height="500"
orient="vertical">
<head>
<link rel="localization" href="messenger/messenger.ftl" />
</head>
<popupset id="mainPopupSet">
#define NO_BROWSERCONTEXT
#include widgets/browserPopups.inc.xhtml
</popupset>
<keyset id="mainKeyset">
<key id="key_close" key="w" modifiers="accel" oncommand="cancelRequest()"/>
<key id="key_close2" keycode="VK_ESCAPE" oncommand="cancelRequest()"/>
</keyset>
<!-- Use the same styling and semantics as content tabs. -->
<html:div id="header" class="contentTabAddress">
<html:img id="security-icon" class="contentTabSecurity" />
<html:input id="headerMessage" class="contentTabUrlInput themeableSearchBox"
readonly="readonly">
</html:input>
</html:div>
<browser id="requestFrame"
type="content"
nodefaultsrc="true"
maychangeremoteness="true"
flex="1"
autocompletepopup="PopupAutoComplete"/>
</html:body>
</html>