зеркало из https://github.com/mozilla/gecko-dev.git
Bug 115539, Add pref UI to disable/enable domain guessing in Location (adding "www." and ".com" to domain names)
r=timeless sr=jag
This commit is contained in:
Родитель
9f04591a8c
Коммит
87c2b9e2b4
|
@ -47,7 +47,7 @@
|
|||
|
||||
var _elementIDs = ["browserGoBrowsingEnabled", "browserAutoCompleteEnabled",
|
||||
"browserUrlbarAutoFill", "browserUrlbarShowPopup", "browserUrlbarShowSearch",
|
||||
"browserUrlbarMatchOnlyTyped"];
|
||||
"browserUrlbarMatchOnlyTyped", "domainGuessingEnabled"];
|
||||
|
||||
]]>
|
||||
</script>
|
||||
|
@ -86,4 +86,12 @@
|
|||
prefstring="browser.urlbar.matchOnlyTyped"/>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<groupbox>
|
||||
<caption label="&domainGuessingHeader.label;"/>
|
||||
|
||||
<checkbox id="domainGuessingEnabled"
|
||||
label="&domainGuessingEnabled.label;"
|
||||
prefstring="browser.fixup.alternate.enabled"/>
|
||||
</groupbox>
|
||||
</page>
|
||||
|
|
|
@ -25,3 +25,5 @@
|
|||
<!ENTITY autoCompleteMatchOnlyTyped.label "Match only websites you've typed previously">
|
||||
<!ENTITY autocompletePreview.label "Preview">
|
||||
|
||||
<!ENTITY domainGuessingHeader.label "Domain Guessing">
|
||||
<!ENTITY domainGuessingEnabled.label "Automatically add "www." and ".com" to the location if a web page isn't found.">
|
||||
|
|
Загрузка…
Ссылка в новой задаче