Closed
Bug 352032
Opened 19 years ago
Closed 19 years ago
A few prefs buttons lost their disable_button in the prefs reorg
Categories
(Firefox :: Settings UI, defect)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha1
People
(Reporter: philor, Assigned: philor)
References
Details
(Keywords: regression)
Attachments
(2 files)
|
4.47 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
|
207 bytes,
application/octet-stream
|
Details |
The prefs reorg slightly altered the slightly strange state of which buttons can be disabled with a locked pref.*.disable_button.* preference. "Main - Restore (home page) to default" and "Security - Password exceptions" are just missing their <preference> element, and "Content - File types" just needs someone to make a decision about whether to retain the (now incorrect) pref name "pref.downloads.disable_button.edit_actions" or change it to "pref.content...". Since at one point 2.0 was going to be a nearly-no-APIish-changes branch, leaving the name the same seems best.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #237600 -
Flags: review?(mconnor)
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•19 years ago
|
Target Milestone: Firefox 2 → Firefox 3 alpha1
Version: 2.0 Branch → Trunk
| Assignee | ||
Updated•19 years ago
|
Attachment #237600 -
Flags: review?(mconnor) → review?(gavin.sharp)
| Assignee | ||
Comment 2•19 years ago
|
||
Because I keep forgetting how to test this, from one time I check on it to the next:
- Drop this attachment in the main directory (with firefox.exe/firefox-bin) of a copy of the app that you'll blow away, since that's easier than cleaning up after it
- edit greprefs/all.js, and add |pref("general.config.filename","mozilla.cfg");| to it
- start up with a profile you'll also blow away
Expected:
Main tab, "Restore to Default" disabled
Content tab, "Manage..." disabled
Security tab, "Exceptions..." (in row with "Remember passwords for sites") disabled
Updated•19 years ago
|
Attachment #237600 -
Flags: review?(gavin.sharp) → review+
| Assignee | ||
Comment 3•19 years ago
|
||
browser/components/preferences/content.xul 1.20
browser/components/preferences/main.xul 1.11
browser/components/preferences/security.xul 1.13
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Attachment #246512 -
Attachment mime type: application/octet-stream → text/plain
Updated•18 years ago
|
Attachment #246512 -
Attachment mime type: text/plain → application/octet-stream.
Updated•18 years ago
|
Attachment #246512 -
Attachment mime type: application/octet-stream. → application/octet-stream
You need to log in
before you can comment on or make changes to this bug.
Description
•