Closed
Bug 911014
Opened 10 years ago
Closed 10 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 |
Good - http://hg.mozilla.org/integration/mozilla-inbound/rev/3e3879c8516c Bad - http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?changeset=82ffb042ef96 Might be caused by https://bugzilla.mozilla.org/show_bug.cgi?id=908304
Reporter | ||
Comment 1•10 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•10 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•10 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•10 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•10 years ago
|
Blocks: 908304
Status: UNCONFIRMED → NEW
Component: Untriaged → Add-ons Manager
Ever confirmed: true
Product: Firefox → Toolkit
Assignee | ||
Updated•10 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•10 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•10 years ago
|
Attachment #797869 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 7•10 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/9f30b801cfa9
Comment 8•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9f30b801cfa9
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•