RESOLVED FIXED 159984
Get rid of custom bindings code for XMLHttpRequest.open()
https://bugs.webkit.org/show_bug.cgi?id=159984
Summary Get rid of custom bindings code for XMLHttpRequest.open()
Chris Dumez
Reported 2016-07-20 13:46:22 PDT
Get rid of custom bindings code for XMLHttpRequest.open() as the bindings generator is able to generate it. Relevant specification: - https://xhr.spec.whatwg.org/#xmlhttprequest The issue is that legacy content prevents treating the 'async' argument being undefined identical from it being omitted. However, this can be achieved by using overloading in IDL, like in the specification.
Attachments
Patch (7.29 KB, patch)
2016-07-20 14:08 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-20 14:08:11 PDT
Chris Dumez
Comment 2 2016-07-20 15:04:35 PDT
Comment on attachment 284147 [details] Patch Clearing flags on attachment: 284147 Committed r203470: <http://trac.webkit.org/changeset/203470>
Chris Dumez
Comment 3 2016-07-20 15:04:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.