Untitled diff

Created Diff never expires
23 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
42 lines
13 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
35 lines
<?xml version="1.0"?>
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
<!--# 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
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
# You can obtain one at http://mozilla.org/MPL/2.0/.
-->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://chat/skin/browserRequest.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/browserRequest.css" type="text/css"?>
<!DOCTYPE window>
<!DOCTYPE window>
<window id="browserRequest"
<window id="browserRequest"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons=","
buttons=","
onload="loadRequestedUrl()"
onload="loadRequestedUrl()"
onclose="reportUserClosed()"
onclose="reportUserClosed()"
title=""
title=""
width="800"
width="800"
height="500"
height="500"
orient="vertical">
orient="vertical">
<script type="application/javascript" src="chrome://chat/content/browserRequest.js"/>
<script type="application/javascript" src="chrome://messenger/content/browserRequest.js"/>
<keyset id="mainKeyset">
<keyset id="mainKeyset">
<key id="key_close" key="w" modifiers="accel" oncommand="cancelRequest()"/>
<key id="key_close" key="w" modifiers="accel" oncommand="cancelRequest()"/>
<key id="key_close2" keycode="VK_ESCAPE" oncommand="cancelRequest()"/>
<key id="key_close2" keycode="VK_ESCAPE" oncommand="cancelRequest()"/>
</keyset>
</keyset>
<hbox id="header">
<hbox id="header">
<image id="headerImage" src="chrome://chat/skin/prpl-generic/icon32.png"/>
<hbox id="addressbox" flex="1" disabled="true">
<vbox>
<image id="security-button" src="chrome://messenger/skin/icons/mailicon32.png"/>
<label id="headerLabel"/>
<description id="headerMessage"/>
<description id="headerMessage"/>
</vbox>
</hbox>
</hbox>
</hbox>
<browser type="content" disablehistory="true" src="about:blank" id="requestFrame" flex="1"/>
<browser type="content" disablehistory="true" src="about:blank" id="requestFrame" flex="1"/>
<statusbar>
</window>
<statusbarpanel id="security-display" crop="end" flex="1"/>

<statusbarpanel id="security-status" crop="end" collapsed="true"/>
<statusbarpanel class="statusbarpanel-progress" collapsed="true" id="statusbar-status">
<progressmeter class="progressmeter-statusbar" id="statusbar-icon" mode="normal" value="0"/>
</statusbarpanel>
<statusbarpanel id="security-button" class="statusbarpanel-iconic"/>
</statusbar>
</window>