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

« back to all changes in this revision

Viewing changes to toolkit/mozapps/preferences/preferences.xml

  • 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:
5
5
          xmlns:xbl="http://www.mozilla.org/xbl"
6
6
          xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
7
7
 
8
 
  <binding id="fileField">
 
8
  <binding id="fileField" extends="chrome://global/content/bindings/general.xml#control-item">
9
9
    <content>
10
10
      <xul:stringbundle anonid="bundle" src="chrome://mozapps/locale/preferences/preferences.properties"/>
11
11
      <xul:hbox class="fileFieldContentBox" align="center" flex="1">
12
12
        <xul:image class="fileFieldIcon" xbl:inherits="src=image"/>
13
 
        <xul:textbox class="fileFieldLabel" xbl:inherits="value=label,disabled" flex="1" readonly="true"/>
 
13
        <xul:textbox class="fileFieldLabel" xbl:inherits="value=label,disabled,accesskey,tabindex" flex="1" readonly="true"/>
14
14
      </xul:hbox>
15
15
    </content>
16
 
    <implementation>
17
 
      <property name="image" onget="return this.getAttribute('image');"
18
 
                             onset="this.setAttribute('image', val); return val;"/>
 
16
    <implementation implements="nsIDOMXULLabeledControlElement">
19
17
      <property name="label" onget="return this.getAttribute('label');">
20
18
        <setter>
21
19
          this.setAttribute('label', val); 
42
40
        ]]>
43
41
        </setter>
44
42
      </property>      
45
 
      <property name="disabled" onget="return this.getAttribute('disabled');"
46
 
                                onset="this.setAttribute('disabled', val); return val;"/>
47
 
      
48
43
      <method name="_getDisplayNameForFile">
49
44
        <parameter name="aFile"/>
50
45
        <body>