1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
<!--
|
|
|
|
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):
|
2006-05-17 02:28:44 +00:00
|
|
|
Blake Ross <blakeross@telocity.com>
|
2006-05-17 02:31:42 +00:00
|
|
|
Diego Biurrun <diego@biurrun.de>
|
1999-08-10 02:48:56 +00:00
|
|
|
-->
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2006-05-17 02:24:36 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-05-17 02:29:13 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/prefpanels.css" type="text/css"?>
|
1999-11-18 21:05:43 +00:00
|
|
|
|
2006-05-17 02:24:52 +00:00
|
|
|
<!DOCTYPE window [
|
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
|
|
|
<!ENTITY % prefSmartBrowsingDTD SYSTEM "chrome://communicator/locale/pref/pref-smart_browsing.dtd" >
|
|
|
|
%prefSmartBrowsingDTD;
|
|
|
|
]>
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-smart_browsing.xul');">
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:28:44 +00:00
|
|
|
<stringbundle id="bundle_region"
|
|
|
|
src="chrome://global-region/locale/region.properties"/>
|
2006-05-17 02:31:12 +00:00
|
|
|
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-smart_browsing.js"/>
|
|
|
|
|
2006-05-17 02:28:42 +00:00
|
|
|
<script type="application/x-javascript">
|
2006-05-17 02:24:52 +00:00
|
|
|
<![CDATA[
|
|
|
|
|
2006-05-17 02:28:44 +00:00
|
|
|
var _elementIDs = ["browserRelatedDisabledForDomains", "addDomain",
|
2006-05-17 02:31:10 +00:00
|
|
|
"browserGoBrowsingEnabled", "browserAutoCompleteEnabled",
|
|
|
|
"browserUrlbarAutoFill", "browserUrlbarShowPopup", "browserUrlbarShowSearch"];
|
2006-05-17 02:24:52 +00:00
|
|
|
|
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
<hbox class="box-smallheader" title="&lHeader;"/>
|
1999-11-18 21:05:43 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox flex="1">
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption label="&whatsRelated.label;"/>
|
2006-05-17 02:28:44 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description id="doNotAcceptText">&doNotDecp.label;</description>
|
2006-05-17 02:31:13 +00:00
|
|
|
<separator class="thin"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
2006-05-17 02:31:13 +00:00
|
|
|
<column flex="5"/>
|
|
|
|
<column/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</columns>
|
|
|
|
<rows>
|
2006-05-17 02:31:11 +00:00
|
|
|
<row>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<hbox align="center">
|
|
|
|
<label id="domainText" value="&domain.label;" accesskey="&domain.accesskey;" control="addDomain"/>
|
|
|
|
<textbox id="addDomain" flex="1" oninput="doButtonEnabling();" preftype="bool"
|
2006-05-17 02:31:11 +00:00
|
|
|
prefstring="pref.browser.smartbrowsing.disable_textbox.add" prefattribute="disabled"/>
|
|
|
|
</hbox>
|
2006-05-17 02:31:13 +00:00
|
|
|
<vbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button disabled="true" id="addDomainButton" label="&addDomain.label;" accesskey="&addDomain.accesskey;"
|
|
|
|
oncommand="addDomain();" prefstring="pref.browser.smartbrowsing.disable_button.add"/>
|
2006-05-17 02:31:13 +00:00
|
|
|
</vbox>
|
2006-05-17 02:31:11 +00:00
|
|
|
</row>
|
2006-05-17 02:31:13 +00:00
|
|
|
<separator class="thin"/>
|
2006-05-17 02:29:54 +00:00
|
|
|
<row flex="1">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<tree id="disabledDomains" multiple="true" onkeyup="treeHandleEvent(event)" style="height: 0px; width: 0px;" flex="1">
|
2006-05-17 02:26:02 +00:00
|
|
|
<treecolgroup>
|
|
|
|
<treecol flex="1"/>
|
|
|
|
</treecolgroup>
|
|
|
|
<treechildren id="disabledKids" flex="1"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
</tree>
|
2006-05-17 02:31:13 +00:00
|
|
|
<vbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button id="removeDomain" label="&removeDomain.label;" accesskey="&removeDomain.accesskey;"
|
|
|
|
oncommand="removeDomain();" prefstring="pref.browser.smartbrowsing.disable_button.remove"/>
|
2006-05-17 02:29:54 +00:00
|
|
|
</vbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
</row>
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<data id="browserRelatedDisabledForDomains" preftype="string"
|
2006-05-17 02:24:52 +00:00
|
|
|
prefstring="browser.related.disabledForDomains" prefattribute="value" wsm_attributes="value"/>
|
1999-11-05 00:34:48 +00:00
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox>
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption label="&internetKeywordsHeader.label;"/>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description>&internetKeywordsDescription.label;</description>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<hbox align="center">
|
|
|
|
<checkbox id="browserGoBrowsingEnabled" label="&keywordsEnabled.label;" accesskey="&keywordsEnabled.accesskey;"
|
|
|
|
prefstring="keyword.enabled"/>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer flex="1"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<button label="&moreInformation.label;" accesskey="&moreInformation.accesskey;" oncommand="moreInfo();"
|
|
|
|
id="moreInformationButton"
|
|
|
|
prefstring="pref.browser.smartbrowsing.disable_button.more_info"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
</groupbox>
|
2006-05-17 02:27:54 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<groupbox>
|
2006-05-17 02:31:17 +00:00
|
|
|
<caption label="&autoCompleteHeader.label;"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<hbox align="center">
|
2006-05-17 02:31:42 +00:00
|
|
|
<checkbox id="browserAutoCompleteEnabled" label="&autoCompleteEnabled.label;"
|
|
|
|
accesskey="&autoCompleteEnabled.accesskey;"
|
|
|
|
prefstring="browser.urlbar.autocomplete.enabled"
|
|
|
|
oncommand="toggleAutoCompleteAdvancedButton()"/>
|
2006-05-17 02:31:25 +00:00
|
|
|
<spacer flex="1"/>
|
2006-05-17 02:31:42 +00:00
|
|
|
<button label="&autoCompleteAdvanced.label;" oncommand="showACAdvanced()" id="autoCompleteAdvancedButton"/>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<data id="browserUrlbarAutoFill" preftype="bool" prefattribute="value"
|
2006-05-17 02:31:10 +00:00
|
|
|
prefstring="browser.urlbar.autoFill"/>"
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<data id="browserUrlbarShowPopup" preftype="bool" prefattribute="value"
|
2006-05-17 02:31:10 +00:00
|
|
|
prefstring="browser.urlbar.showPopup"/>"
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<data id="browserUrlbarShowSearch" preftype="bool" prefattribute="value"
|
2006-05-17 02:31:10 +00:00
|
|
|
prefstring="browser.urlbar.showSearch"/>"
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
|
|
|
</groupbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
</page>
|