gecko/dom/bindings/parser
Boris Zbarsky a1ca41876c Bug 829248. Implement basic support for [TreatUndefinedAs=Missing] in WebIDL. r=khuey
This does not add support for [TreatUndefinedAs=Missing] in overloaded
methods, since it's not clear what that should really look like.

This also does not require that [TreatUndefinedAs=Missing] on an
argument force it on all later arguments, since it's not clear that we
want that long-term.
2013-06-05 20:51:21 -04:00
..
tests Bug 869014. Don't allow name collisions between external interfaces and other objects. r=khuey 2013-05-09 13:08:29 -04:00
README
runtests.py Bug 742153 part 1. Add support for dictionaries in the WebIDL parser. r=khuey 2012-06-12 10:22:05 -04:00
UPSTREAM
WebIDL.py Bug 829248. Implement basic support for [TreatUndefinedAs=Missing] in WebIDL. r=khuey 2013-06-05 20:51:21 -04:00

A WebIDL parser written in Python to be used in Mozilla.