Closed
Bug 345955
Opened 20 years ago
Closed 19 years ago
Remove obsolete strings from pref locale files
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: u60234, Assigned: u60234)
Details
Attachments
(1 file, 1 obsolete file)
|
4.64 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
There are some entity definitions and strings in preferences locale files that are not used. I suggest we remove them.
content.dtd:
The feeds pref strings now live in feeds.dtd (bug 340677).
fonts.dtd:
The pref window in Firefox have never had font options for Fantasy or Cursive, and the "fontsize.units" entity have never been used.
permissions.dtd:
"addpermission.label" has AFAICT never been used.
preferences.properties:
The "blankpage" and "bookmarkjoiner" strings were added in bug 340677 but is currently not used. Jeff, do you need these in the future?
The "choosehomepage", "choosebookmark", and "choosefile" strings has AFAICT never been used.
The "setMasterPassword" and "changeMasterPassword" strings were obsoleted in bug 340677.
The "downloadpermissions" strings were added in bug 241705 and seem to have been meant for a never implemented site manager for downloading of files.
All but two of the master password strings in this file are unused after they were copied to toolkit in bug 285158.
The "fontScalingResolutionFormat" string was obsoleted in bug 323962.
sanitize.dtd:
The "sanitizeOnShutDown" entities were obsoleted in bug 340677.
Jeff, I don't know if you were planning on removing some of these strings in follow up's to bug 340677, so perhaps I should wait with requesting review until you have finished your work?
Comment 2•19 years ago
|
||
Comment on attachment 230718 [details] [diff] [review]
diff
Dangit dangit dangit...I meant to do this before the l10n freeze but forgot.
Attachment #230718 -
Flags: review?(mconnor)
Comment 3•19 years ago
|
||
Comment on attachment 230718 [details] [diff] [review]
diff
needs update; some of these strings are already gone.
Attachment #230718 -
Attachment is obsolete: true
Attachment #230718 -
Flags: review?(mconnor)
The remaining strings to be removed.
I also found another string in preferences.properties that is obsolete, "addReader". It was introduced (and used) in the "Feeds UI" patch in bug 340677. That patch was then obsoleted by the final patch in that bug which kept the string but never used it.
Attachment #245884 -
Flags: review?(mano)
Comment 5•19 years ago
|
||
Comment on attachment 245884 [details] [diff] [review]
updated patch
r=mano
Attachment #245884 -
Flags: review?(mano) → review+
Updated•19 years ago
|
Assignee: nobody → hasse
OS: Windows XP → All
Hardware: PC → All
Target Milestone: --- → Firefox 3 alpha1
Comment 6•19 years ago
|
||
mozilla/browser/locales/en-US/chrome/browser/preferences/fonts.dtd 1.13
mozilla/browser/locales/en-US/chrome/browser/preferences/permissions.dtd 1.5
mozilla/browser/locales/en-US/chrome/browser/preferences/preferences.properties 1.12
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•