Closed
Bug 675211
Opened 14 years ago
Closed 14 years ago
Update some default preferences for changes in Gecko 7.
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file)
|
2.59 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-aurora+
|
Details | Diff | Splinter Review |
Notes:
Bug 406026 - Consider allowing the blocklist url to direct to a particular point in the blocklist (mozilla7)
+pref("extensions.blocklist.itemURL", "https://addons.mozilla.org/%LOCALE%/%APP%/blocked/%blockID%");
Bug 665985 - Remove unused preference app.update.nagTimer.restart. (mozilla7)
Also:
Bug 455906 - Support severities for blocklist entries (2 is the default) (mozilla1.9.1)
// Controls what level the blocklist switches from warning about items to forcibly
// blocking them.
pref("extensions.blocklist.level", 2);
The default is already 2 so we aren't missing anything but this makes the preference visible in about:config.
| Assignee | ||
Comment 1•14 years ago
|
||
Note these are all for Gecko7 so will have to be transplanted to comm-aurora RSN.
Attachment #549382 -
Flags: review?(iann_bugzilla)
Attachment #549382 -
Attachment is patch: true
Attachment #549382 -
Flags: review?(iann_bugzilla) → review+
Attachment #549382 -
Flags: approval-comm-aurora+
| Assignee | ||
Comment 2•14 years ago
|
||
Pushed:
http://hg.mozilla.org/comm-central/rev/3309b98f01df
http://hg.mozilla.org/releases/comm-aurora/rev/6dfd6ef02638
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•