Bug 764539 - Stringify the prototype class in Paris bindings to "InterfacePrototype" instead of "Interface Prototype"; r=bz

This commit is contained in:
Ms2ger 2012-06-21 09:20:28 +02:00
Родитель 304efb3327
Коммит 1f50252f6b
3 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -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,