~ubuntu-branches/ubuntu/gutsy/firefox/gutsy

« back to all changes in this revision

Viewing changes to browser/components/preferences/privacy.xul

  • Committer: Bazaar Package Importer
  • Author(s): Ian Jackson
  • Date: 2006-10-10 18:49:32 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20061010184932-da75izt7y0e59afq
Tags: 1.99+2.0rc2+dfsg-0ubuntu1
* New upstream version 2.0rc2.
* Fix/workaround for epiphany GtkSocket lifetype crash:
  apply patch id=241087 from Mozilla Bugzilla #241535 to fix LP #63814.
* Change application name to `Firefox', as requested by mdz.
  Files changed:
    - browser/locales/en-US/chrome/branding/brand.dtd
    - browser/locales/en-US/chrome/branding/brand.properties;
  New values:
    - brandShortName and brandFullName: `Bon Echo' => `Firefox'
    - vendorShortName: `Mozilla' => `Ubuntu'
* Make preferences dialogue fit again (bah!).

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
51
51
 
52
52
  <prefpane id="panePrivacy" onpaneload="gPrivacyPane.init();"
 
53
            helpTopic="prefs-privacy"
53
54
            helpURI="chrome://browser/locale/help/help.rdf">
54
55
 
55
56
    <preferences id="privacyPreferences">
98
99
 
99
100
    <!-- History -->
100
101
    <groupbox id="historyGroup"
101
 
              xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
102
 
              xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
103
102
              xmlns:aaa="http://www.w3.org/2005/07/aaa">
104
103
      <caption label="&history.label;"/>
105
104
 
106
 
      <hbox id="historyBox" align="center" xhtml2:role="wairole:label">
 
105
      <hbox id="historyBox" align="center">
107
106
        <checkbox id="rememberHistoryDays"
108
107
                  label="&rememberBefore.label;"
109
108
                  accesskey="&rememberBefore.accesskey;"
110
 
                  oncommand="gPrivacyPane.onchangeHistoryDaysCheck();"/>
 
109
                  oncommand="gPrivacyPane.onchangeHistoryDaysCheck();"
 
110
                  aaa:labelledby="historyBox"/>
111
111
        <textbox id="historyDays" size="3"
112
 
                 xhtml2:role="wairole:textfield"
113
112
                 aaa:labelledby="historyBox"/>
114
113
        <label>&rememberAfter.label;</label>
115
114
      </hbox>