Confirmed users
656
edits
(Created page with '==Introduction== Mozilla applications like Firefox or Thunderbird are highly configurable via a preference system. Developing new features, or fixing bugs in existing code, oft...') |
|||
Line 21: | Line 21: | ||
44 <!ENTITY alwaysClear.label "Always clear my private data when I close &brandShortName;"> | 44 <!ENTITY alwaysClear.label "Always clear my private data when I close &brandShortName;"> | ||
Now we have an entity name vs. a localized string (i.e., ''alwaysClear.label'')to search for within the XUL code. Another search reveals the use of this entity in [http://hg.mozilla.org/mozilla-central/file/0cd41f599080/browser/components/preferences/privacy.xul privacy.xul]: | Now we have an entity name vs. a localized string (i.e., ''alwaysClear.label'') to search for within the XUL code. Another search reveals the use of this entity in [http://hg.mozilla.org/mozilla-central/file/0cd41f599080/browser/components/preferences/privacy.xul privacy.xul]: | ||
178 <checkbox id="alwaysClear" flex="1" | 178 <checkbox id="alwaysClear" flex="1" |