Closed
Bug 721651
Opened 14 years ago
Closed 12 years ago
Cert override dialog uses synchronous XHR
Categories
(Core Graveyard :: Security: UI, defect)
Core Graveyard
Security: UI
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1029456
People
(Reporter: hsivonen, Unassigned)
References
Details
(Whiteboard: [snappy:p3])
http://mxr.mozilla.org/mozilla-central/source/security/manager/pki/resources/content/exceptionDialog.js#161 uses synchronous XHR.
Synchronous XHR is bad for snappiness. Usage in Firefox itself is blocking banning sync XHR with chrome privileges (to make it harder to write unsnappy extensions).
| Reporter | ||
Updated•14 years ago
|
Summary: Cert override dialog uses syncronous XHR → Cert override dialog uses synchronous XHR
Comment 2•14 years ago
|
||
I keep accidentally using a non-existent snappy:p4 priority
Whiteboard: [Snappy:P4] → [snappy:p3]
Comment 3•12 years ago
|
||
Forwarding duping to Bug 1029456 since it mentions another bug that will take care of the sync usage.
Status: NEW → RESOLVED
Closed: 12 years ago
Component: Security: PSM → Security: UI
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•