Closed
Bug 911014
Opened 12 years ago
Closed 12 years ago
add-ons won't install with 'security.dialog_enable_delay' = 0 after bug 908304
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: streetwolf52, Assigned: Irving)
References
Details
Attachments
(1 file)
|
1.77 KB,
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
| Reporter | ||
Comment 1•12 years ago
|
||
Install works with a new profile. However if I copy over my production prefs.js to the new profile installs don't work.
Something had to change between the two csets to cause the same pref to prevent installing add-ons. Will try to narrow it down.
| Reporter | ||
Comment 2•12 years ago
|
||
The pref causing the problem is this one:
security.dialog_enable_delay
Setting it to a value causes add-ons not to be installed.
| Reporter | ||
Comment 3•12 years ago
|
||
More specifically setting
security.dialog_enable_delay = 0 causes the problem. Seems you now need at least a 1 second count down.
| Reporter | ||
Comment 4•12 years ago
|
||
Actually you can set it lower than 1 second. It appears to need a value that will bring up the count down window.
Updated•12 years ago
|
Blocks: 908304
Status: UNCONFIRMED → NEW
Component: Untriaged → Add-ons Manager
Ever confirmed: true
Product: Firefox → Toolkit
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → irving
Status: NEW → ASSIGNED
Summary: add-ons won't install → add-ons won't install with 'security.dialog_enable_delay' = 0 after bug 908304
| Assignee | ||
Comment 5•12 years ago
|
||
Attachment #797869 -
Flags: review?(bmcbride)
Confirmed here.
The countdown should be removed entirely. It's more an inconvenience than a practical security measure.
Updated•12 years ago
|
Attachment #797869 -
Flags: review?(bmcbride) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•