Closed
Bug 788181
Opened 12 years ago
Closed 12 years ago
xhr instanceof XMLHttpRequest == false in workers
Categories
(Core :: DOM: Workers, defect)
Core
DOM: Workers
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: baku, Assigned: bzbarsky)
Details
(Whiteboard: [qa-])
Attachments
(2 files)
2.39 KB,
patch
|
Details | Diff | Splinter Review | |
4.02 KB,
patch
|
peterv
:
review+
lsblakk
:
approval-mozilla-aurora+
lsblakk
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
var xhr = new XMLHttpRequest();
if(xhr instanceof XMLHttpRequest) ...
should be true.
Updated•12 years ago
|
Component: DOM → DOM: Workers
Reporter | ||
Comment 1•12 years ago
|
||
![]() |
Assignee | |
Comment 2•12 years ago
|
||
Attachment #658119 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → bzbarsky
Whiteboard: [need review]
Updated•12 years ago
|
Attachment #658119 -
Flags: review?(peterv) → review+
![]() |
Assignee | |
Comment 3•12 years ago
|
||
Peter, do you think this is worth backporting to aurora or beta?
![]() |
Assignee | |
Comment 4•12 years ago
|
||
Flags: in-testsuite+
Whiteboard: [need review]
Target Milestone: --- → mozilla18
![]() |
Assignee | |
Comment 5•12 years ago
|
||
Comment on attachment 658119 [details] [diff] [review]
Fix instanceof for XHR and XHR.upload in workers.
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Bug 740069
User impact if declined: Some scripts in workers will get incorrect instanceof
values, which may cause some pages using workers to break.
Testing completed (on m-c, etc.): Passes attached tests.
Risk to taking this patch (and alternatives if risky): Risk is low.
String or UUID changes made by this patch: None.
Attachment #658119 -
Flags: approval-mozilla-beta?
Attachment #658119 -
Flags: approval-mozilla-aurora?
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Attachment #658119 -
Flags: approval-mozilla-beta?
Attachment #658119 -
Flags: approval-mozilla-beta+
Attachment #658119 -
Flags: approval-mozilla-aurora?
Attachment #658119 -
Flags: approval-mozilla-aurora+
![]() |
Assignee | |
Comment 7•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/1f774f8fdfe4
https://hg.mozilla.org/releases/mozilla-beta/rev/c069535ea457
tracking-firefox16:
--- → ?
tracking-firefox17:
--- → ?
![]() |
Assignee | |
Updated•12 years ago
|
status-firefox16:
--- → fixed
status-firefox17:
--- → fixed
tracking-firefox16:
? → ---
tracking-firefox17:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•