author | Ms2ger <ms2ger@gmail.com> |
Thu, 20 Sep 2012 09:55:37 +0200 | |
changeset 107481 | 1e56d30168204432aaab87c4df3838c14d0fe50b |
parent 107480 | 0c97d9b38576fc9b8f4eb34782f84a904ada6fde |
child 107491 | 2208b83cc81d7ea02fa30f27a03c9f3f5b766155 |
push id | 23488 |
push user | Ms2ger@gmail.com |
push date | Thu, 20 Sep 2012 07:58:52 +0000 |
treeherder | mozilla-central@1e56d3016820 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bz |
bugs | 776239 |
milestone | 18.0a1 |
first release with | nightly linux32
1e56d3016820
/
18.0a1
/
20120920030543
/
files
nightly linux64
1e56d3016820
/
18.0a1
/
20120920030543
/
files
nightly mac
1e56d3016820
/
18.0a1
/
20120920030543
/
files
nightly win32
1e56d3016820
/
18.0a1
/
20120920030543
/
files
nightly win64
1e56d3016820
/
18.0a1
/
20120920030543
/
files
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
18.0a1
/
20120920030543
/
pushlog to previous
nightly linux64
18.0a1
/
20120920030543
/
pushlog to previous
nightly mac
18.0a1
/
20120920030543
/
pushlog to previous
nightly win32
18.0a1
/
20120920030543
/
pushlog to previous
nightly win64
18.0a1
/
20120920030543
/
pushlog to previous
|
dom/bindings/Bindings.conf | file | annotate | diff | comparison | revisions | |
js/xpconnect/src/dom_quickstubs.qsconf | file | annotate | diff | comparison | revisions |
--- a/dom/bindings/Bindings.conf +++ b/dom/bindings/Bindings.conf @@ -318,17 +318,16 @@ DOMInterfaces = { 'nativeType': 'mozilla::WebGLUniformLocation', 'headerFile': 'WebGLContext.h', 'wrapperCache': False }, 'XMLHttpRequest': [ { 'nativeType': 'nsXMLHttpRequest', - 'prefable': True, 'implicitJSContext': [ 'constructor', ], 'resultNotAddRefed': [ 'upload', 'responseXML' ] }, { 'workers': True, 'headerFile': 'mozilla/dom/workers/bindings/XMLHttpRequest.h', }],
--- a/js/xpconnect/src/dom_quickstubs.qsconf +++ b/js/xpconnect/src/dom_quickstubs.qsconf @@ -407,33 +407,16 @@ members = [ 'nsIBoxObject.screenX', 'nsIBoxObject.screenY', 'nsIBoxObject.width', 'nsIBoxObject.height', # FileReader 'nsIDOMFileReader.*', - # XHR - 'nsIXMLHttpRequest.*', - # nsIXMLHttpRequest.channel is not used on the web, and more - # importantly relies on the CAPS check that quickstubs don't make. - '-nsIXMLHttpRequest.channel', - # various XHR things use ACString and AUTF8String and [cstring] - # which quickstubs don't handle as return values (or at all in the - # case of AUTF8String) yet. - '-nsIXMLHttpRequest.statusText', - '-nsIXMLHttpRequest.getAllResponseHeaders', - '-nsIXMLHttpRequest.getResponseHeader', - '-nsIXMLHttpRequest.setRequestHeader', - '-nsIXMLHttpRequest.overrideMimeType', - # nsIXMLHttpRequestUpload doesn't live in its own IDL file, so - # can't be quickstubbed - '-nsIXMLHttpRequest.upload', - # Audio 'nsIDOMNotifyAudioAvailableEvent.frameBuffer', 'nsIDOMNotifyAudioAvailableEvent.time', 'nsIDOMHTMLAudioElement.mozWriteAudio', # dom/indexedDB 'nsIIDBCursor.*', 'nsIIDBCursorWithValue.*',