зеркало из https://github.com/mozilla/gecko-dev.git
Bug 764539 - Stringify the prototype class in Paris bindings to "InterfacePrototype" instead of "Interface Prototype"; r=bz
This commit is contained in:
Родитель
304efb3327
Коммит
1f50252f6b
|
@ -137,7 +137,7 @@ class CGPrototypeJSClass(CGThing):
|
|||
def define(self):
|
||||
return """
|
||||
static JSClass PrototypeClass = {
|
||||
"%s Prototype", 0,
|
||||
"%sPrototype", 0,
|
||||
JS_PropertyStub, /* addProperty */
|
||||
JS_PropertyStub, /* delProperty */
|
||||
JS_PropertyStub, /* getProperty */
|
||||
|
|
|
@ -89,7 +89,6 @@
|
|||
"Stringification of new CustomEvent(\"foo\")": "debug",
|
||||
"Event interface: new CustomEvent(\"foo\") must inherit property \"timeStamp\" with the proper type (14)": true,
|
||||
"Event interface: calling initEvent(DOMString,boolean,boolean) on new CustomEvent(\"foo\") with too few arguments must throw TypeError": true,
|
||||
"EventTarget interface: existence and properties of interface prototype object": true,
|
||||
"EventTarget interface: operation addEventListener(DOMString,EventListener,boolean)": true,
|
||||
"EventListener interface: existence and properties of interface object": true,
|
||||
"EventListener interface: existence and properties of interface prototype object": true,
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"XMLHttpRequestUpload interface: existence and properties of interface prototype object": true,
|
||||
"XMLHttpRequest interface constructor": true,
|
||||
"XMLHttpRequest interface: existence and properties of interface prototype object": true,
|
||||
"XMLHttpRequest interface: calling open(DOMString,DOMString,boolean,DOMString,DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError": true,
|
||||
"XMLHttpRequest interface: calling setRequestHeader(DOMString,DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError": true,
|
||||
"XMLHttpRequest interface: calling getResponseHeader(DOMString) on new XMLHttpRequest() with too few arguments must throw TypeError": true,
|
||||
|
|
Загрузка…
Ссылка в новой задаче