Closed
Bug 458324
Opened 16 years ago
Closed 16 years ago
Workers: Don't attach upload listeners to real XHR object until the user does (to avoid XS security behavior changes)
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
References
Details
Attachments
(1 file)
7.55 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
|
Details | Diff | Splinter Review |
Attaching upload listeners now alters the behavior of XHR (bah!) so we shouldn't attach listeners unless we know they're needed.
Attachment #341555 -
Flags: superreview?(jst)
Attachment #341555 -
Flags: review?(jonas)
Comment on attachment 341555 [details] [diff] [review]
Patch, v1
r/sr=me with changes you've already made
Attachment #341555 -
Flags: superreview?(jst)
Attachment #341555 -
Flags: superreview+
Attachment #341555 -
Flags: review?(jonas)
Attachment #341555 -
Flags: review+
Assignee | ||
Comment 2•16 years ago
|
||
Fixed.
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•