зеркало из https://github.com/mozilla/pjs.git
Landing first time dialog. Still working on it.
This commit is contained in:
Родитель
515b633c61
Коммит
bfe393078b
|
@ -302,6 +302,7 @@ pref("javascript.options.showInConsole", false);
|
|||
// popups.policy 1=allow,2=reject
|
||||
pref("privacy.popups.policy", 1);
|
||||
pref("privacy.popups.usecustom", true);
|
||||
pref("privacy.popups.firstTime", true);
|
||||
|
||||
// advanced prefs
|
||||
pref("advanced.always_load_images", true);
|
||||
|
|
|
@ -302,6 +302,7 @@ pref("javascript.options.showInConsole", false);
|
|||
// popups.policy 1=allow,2=reject
|
||||
pref("privacy.popups.policy", 1);
|
||||
pref("privacy.popups.usecustom", true);
|
||||
pref("privacy.popups.firstTime", true);
|
||||
|
||||
// advanced prefs
|
||||
pref("advanced.always_load_images", true);
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!--
|
||||
The contents of this file are subject to the Netscape 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/NPL/
|
||||
|
||||
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, released
|
||||
March 31, 1998.
|
||||
|
||||
The Initial Developer of the Original Code is Netscape
|
||||
Communications Corporation. Portions created by Netscape are
|
||||
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
||||
Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
David Hyatt (hyatt@apple.com)
|
||||
|
||||
-->
|
||||
|
||||
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE dialog [
|
||||
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
||||
%brandDTD;
|
||||
<!ENTITY % openDialogDTD SYSTEM "chrome://browser/locale/pageReportFirstTime.dtd" >
|
||||
%openDialogDTD;
|
||||
]>
|
||||
|
||||
<dialog id="pageReportFirstTime"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
title="&caption.label;"
|
||||
onload="onLoad()"
|
||||
style="width: 20em;"
|
||||
buttons="accept"
|
||||
persist="screenX screenY"
|
||||
screenX="24" screenY="24">
|
||||
|
||||
<description>
|
||||
&startDescription.label;
|
||||
</description>
|
||||
|
||||
<hbox pack="center">
|
||||
<statusbar style="width:5em">
|
||||
<statusbarpanel id="page-report-button" blocked="true"/>
|
||||
<statusbarpanel flex="1">
|
||||
</statusbar>
|
||||
</hbox>
|
||||
|
||||
<description>
|
||||
&endDescription.label;
|
||||
</description>
|
||||
|
||||
</dialog>
|
|
@ -14,6 +14,7 @@ browser.jar:
|
|||
content/browser/openLocation.js (content/openLocation.js)
|
||||
content/browser/pageReport.xul (content/pageReport.xul)
|
||||
content/browser/pageReport.js (content/pageReport.js)
|
||||
content/browser/pageReportFirstTime.xul (content/pageReportFirstTime.xul)
|
||||
content/browser/search.xml (content/search.xml)
|
||||
|
||||
classic.jar:
|
||||
|
@ -68,6 +69,7 @@ en-US.jar:
|
|||
locale/en-US/browser/openLocation.dtd (locale/openLocation.dtd)
|
||||
locale/en-US/browser/openLocation.properties (locale/openLocation.properties)
|
||||
locale/en-US/browser/pageReport.dtd (locale/pageReport.dtd)
|
||||
locale/en-US/browser/pageReportFirstTime.dtd (locale/pageReportFirstTime.dtd)
|
||||
|
||||
US.jar:
|
||||
locale/US/browser-region/region.properties (locale/region.properties)
|
||||
|
|
Загрузка…
Ссылка в новой задаче