Closed
Bug 765468
Opened 13 years ago
Closed 13 years ago
Use a dictionary for the argument to the XMLHttpRequest constructor
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Whiteboard: [qa-])
Attachments
(2 files)
6.29 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
876 bytes,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #633780 -
Flags: review?(mounir)
Assignee | ||
Comment 1•13 years ago
|
||
(Patch depends on bug 763814.)
![]() |
||
Comment 2•13 years ago
|
||
Mmm. This would be way simpler if we just converted an optional dictionary that's not passed into a dictionary value with all values default, wouldn't it? Then you would't need all that Nullable gunk....
Comment 3•13 years ago
|
||
Comment on attachment 633780 [details] [diff] [review]
Patch v1
Review of attachment 633780 [details] [diff] [review]:
-----------------------------------------------------------------
I do not think I am the best suited to review that.
Redirecting to khuey.
Attachment #633780 -
Flags: review?(mounir) → review?(khuey)
![]() |
||
Comment 4•13 years ago
|
||
Comment on attachment 633780 [details] [diff] [review]
Patch v1
r=me
Attachment #633780 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 5•13 years ago
|
||
This test broke, so I fixed it (and added some more coverage, just for fun).
Attachment #634964 -
Flags: review?(bzbarsky)
![]() |
||
Comment 6•13 years ago
|
||
Comment on attachment 634964 [details] [diff] [review]
Fix test
r=me
Attachment #634964 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 7•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
![]() |
||
Updated•13 years ago
|
Whiteboard: [qa-]
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•