Closed
Bug 456787
Opened 17 years ago
Closed 17 years ago
Basic preferences
Categories
(Mozilla Labs :: Prism, defect)
Mozilla Labs
Prism
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: matthew.gertner, Assigned: matthew.gertner)
Details
Attachments
(1 file)
|
51.43 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
https://bugzilla.mozilla.org/show_bug.cgi?id=405891 may or may not be the way to go in the longer term, but in the meantime we do need a way to set some essential preferences. I've had requests for fonts/colors, proxy settings and locales, among others. I would suggest a simple dialog accessible from the gear menu, with XUL and logic pinched from Firefox where necessary.
Comment 2•17 years ago
|
||
Comment on attachment 340147 [details] [diff] [review]
Preference dialog for fonts and colors
preferences.properties seems to have many unused strings. Do you really want them all?
Maybe a little cleanup in that file?
Attachment #340147 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Seems like preferences.properties isn't used at all, so I axed it. With that change, committed:
Adding runtime/chrome/content/colors.xul
Adding runtime/chrome/content/fonts.js
Adding runtime/chrome/content/fonts.xul
Adding runtime/chrome/content/prefdialog.js
Adding runtime/chrome/content/prefdialog.xul
Sending runtime/chrome/content/webrunner.js
Sending runtime/chrome/content/webrunner.xul
Sending runtime/chrome/jar.mn
Adding runtime/chrome/locale/en-US/colors.dtd
Adding runtime/chrome/locale/en-US/fonts.dtd
Adding runtime/chrome/locale/en-US/prefdialog.dtd
Sending runtime/chrome/locale/en-US/webrunner.dtd
Adding runtime/chrome/skin/standard/prefdialog.css
Transmitting file data .............
Committed revision 18807.
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•