PK -h-0%content/global/xml/XMLPrettyPrint.css@charset "UTF-8"; /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Jonas Sicking (Original author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("resource://gre/res/viewsource.css"); #header { background-color: #ccc; border-bottom: 3px solid black; padding: 0.5em; margin-bottom: 1em; } table { border-spacing: 0; margin: 0; } td { padding: 0; } .indent { margin-left: 1em; } .spacer { width: 1em; } .expander { cursor: pointer; -moz-user-select: none; vertical-align: top; text-align: center; } .expander-closed > * > .expander-content { display: none; } .comment { font-family: monospace; white-space: pre; } PK H]2t~.rr#content/global/xml/XMLMonoPrint.css@charset "UTF-8"; /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is mozilla.org code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 2002 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Heikki Toivonen (Original author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ @import url("chrome://global/content/xml/XMLPrettyPrint.css"); #top > table { font-family: monospace; white-space: pre; } PK A-P1~5 5 %content/global/xml/XMLPrettyPrint.xml if (aTopic == "prettyprint-dom-created") document.getAnonymousNodes(this).item(0).appendChild(aSubject); PK H]2hJJ%content/global/xml/XMLPrettyPrint.xsl
< />
< > </ >
< >
</ >
= ""
<? ?>
<?
?>
<!-- -->
<!--
-->
PK 1߉[77'content/global/platformHTMLBindings.xml PK T(5LT%T%content/global/netError.xhtml %htmlDTD; %netErrorDTD; %globalDTD; ]> &loadError.label;

&generic.title;

&dnsNotFound.title;

&fileNotFound.title;

&malformedURI.title;

&protocolNotFound.title;

&connectionFailure.title;

&netTimeout.title;

&redirectLoop.title;

&unknownSocketType.title;

&netReset.title;

&netOffline.title;

&netInterrupt.title;

&deniedPortAccess.title;

&proxyResolveFailure.title;

&proxyConnectFailure.title;

&generic.longDesc;
&dnsNotFound.longDesc;
&fileNotFound.longDesc;
&malformedURI.longDesc;
&protocolNotFound.longDesc;
&connectionFailure.longDesc;
&netTimeout.longDesc;
&redirectLoop.longDesc;
&unknownSocketType.longDesc;
&netReset.longDesc;
&netOffline.longDesc;
&netInterrupt.longDesc;
&deniedPortAccess.longDesc;
&proxyResolveFailure.longDesc;
&proxyConnectFailure.longDesc;

PK v`m2׷|0--!content/global/nsHelperAppDlg.xul %brandDTD; %nsHelperAppDlgDTD; ]> &intro.label; &prompt.label; PK L0r#V#content/global/nsProgressDialog.xul &close; &progressMsg; &completeMsg; &percentMsg; &shortTimeFormat; &longTimeFormat; &unknownTime; &pausedMsg; &savingTitle; &openingTitle; &openingSource; &openingTarget; &unknownSavingTitle; &unknownOpeningTitle; &pause; &resume;
PK J{5󶄐content/global/debug.js//@line 44 "/c/mozilla/toolkit/content/debug.js" var gTraceOnAssert = true; /** * This function provides a simple assertion function for JavaScript. * If the condition is true, this function will do nothing. If the * condition is false, then the message will be printed to the console * and an alert will appear showing a stack trace, so that the (alpha * or nightly) user can file a bug containing it. For future enhancements, * see bugs 330077 and 330078. * * To suppress the dialogs, you can run with the environment variable * XUL_ASSERT_PROMPT set to 0 (if unset, this defaults to 1). * * @param condition represents the condition that we're asserting to be * true when we call this function--should be * something that can be evaluated as a boolean. * @param message a string to be displayed upon failure of the assertion */ function NS_ASSERT(condition, message) { if (condition) return; var assertionText = "ASSERT: " + message + "\n"; //@line 72 "/c/mozilla/toolkit/content/debug.js" Components.util.reportError(assertionText); return; //@line 108 "/c/mozilla/toolkit/content/debug.js" } PK 6 {content/global/buildconfig.html about:buildconfig

about:buildconfig

Build platform

target
i686-pc-mingw32

Build tools

Compiler Version Compiler flags
cl 14.00.50727 -TC -nologo -W3 -Gy -Fd$(PDBFILE)
cl 14.00.50727 -TP -nologo -W3 -Gy -Fd$(PDBFILE)

Configure arguments

--enable-application=xulrunner --enable-optimize --disable-debug --disable-static --enable-shared --disable-ldap --disable-mailnews --enable-extensions=default --enable-crypto --disable-composer --enable-single-profile --disable-profilesharing --disable-profilelocking --disable-accessibility --enable-jsd --disable-installer --enable-xpinstall --disable-postscript --disable-mathml --enable-xpfe-components --disable-dtd-debug --disable-logging --disable-tests --enable-necko-protocols=http,file,about,res,jar,data --enable-image-decoders=png,gif,jpeg --enable-svg --disable-javaxpcom --disable-activex --disable-activex-scripting --enable-canvas --disable-crypto PK 5^,,content/global/commonDialog.js/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS IS" basis, * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License * for the specific language governing rights and limitations under the * License. * * The Original Code is Mozilla Communicator client code. * * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. * * Contributor(s): * Alec Flett * Ben Goodger * Blake Ross * Joe Hewitt * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ // parameters to gCommonDialogParam.Get() are defined in nsPIPromptService.idl var gCommonDialogParam = window.arguments[0].QueryInterface(Components.interfaces.nsIDialogParamBlock); function showControls() { // This is called before onload fires, so we can't be certain that any elements // in the document have their bindings ready, so don't call any methods/properties // here on xul elements that come from xbl bindings. // show the required textboxes and set their initial values var nTextBoxes = gCommonDialogParam.GetInt(3); if (nTextBoxes == 2) { if (gCommonDialogParam.GetInt(4) == 1) { initTextbox("password1", 4, 6, false); initTextbox("password2", 5, 7, false); } else { initTextbox("login", 4, 6, false); initTextbox("password1", 5, 7, false); } } else if (nTextBoxes == 1) { if (gCommonDialogParam.GetInt(4) == 1) initTextbox("password1", -1, 6, true); else initTextbox("login", 4, 6, true); } } function setLabelForNode(aNode, aLabel, aIsLabelFlag) { // This is for labels which may contain embedded access keys. // If we end in (&X) where X represents the access key, optionally preceded // by spaces and/or followed by the ':' character, store the access key and // remove the access key placeholder + leading spaces from the label. // Otherwise a character preceded by one but not two &s is the access key. // Store it and remove the &. // Note that if you change the following code, see the comment of // nsTextBoxFrame::UpdateAccessTitle. var accessKey = null; if (/ *\(\&([^&])\)(:)?$/.test(aLabel)) { aLabel = RegExp.leftContext + RegExp.$2; accessKey = RegExp.$1; } else if (/^(.*[^&])?\&(([^&]).*$)/.test(aLabel)) { aLabel = RegExp.$1 + RegExp.$2; accessKey = RegExp.$3; } // && is the magic sequence to embed an & in your label. aLabel = aLabel.replace(/\&\&/g, "&"); if (aIsLabelFlag) { // Set text for