gecko/dom/webidl
Boris Zbarsky cc973eeeb9 Bug 742153 part 3. Implement codegen for dictionary arguments. r=peterv
Another implementation option would be to put all the dictionaries in a single
file and have a static global set of ids which works across all dictionaries
and is initialized once at startup or so.  That would also handle cross-file
dictionary inheritance better.

One problem that remains is the fake descriptor business.  At the moment this
does not allow interface types inside dictionaries.  We could probably work
around this by either refactoring code to make it possible to get the declType
independently of the actual conversion template (whether because it lives in a
separate function or because the conversion template generator knows to just
return an empty string when the fake descriptor provirder is passed) or by
figuring out a way to pass an actual descriptor provider to dictionary codegen.
2012-06-12 10:22:05 -04:00
..
AnonXMLHttpRequest.webidl
Attr.webidl
CharacterData.webidl
Comment.webidl
CustomEvent.webidl
Document.webidl
DocumentFragment.webidl
DocumentType.webidl
DOMError.webidl
DOMImplementation.webidl
DOMSettableTokenList.webidl
DOMStringList.webidl
DOMTokenList.webidl
Element.webidl
Event.webidl
EventListener.webidl
EventTarget.webidl
Function.webidl
HTMLCollection.webidl
Node.webidl
NodeFilter.webidl
NodeIterator.webidl
NodeList.webidl
ProcessingInstruction.webidl
Range.webidl
Text.webidl
TreeWalker.webidl
WebGLRenderingContext.webidl Bug 748266. Switch the WebGL canvas context to new DOM bindings. r=peterv 2012-05-31 14:16:48 -04:00
WebIDL.mk Bug 742153 part 3. Implement codegen for dictionary arguments. r=peterv 2012-06-12 10:22:05 -04:00
XMLHttpRequest.webidl Bug 692677 - Relax same-origin XHR restrictions for privileged applications. r=sicking 2012-06-07 11:28:33 -07:00
XMLHttpRequestEventTarget.webidl
XMLHttpRequestUpload.webidl