gecko/dom/bindings/parser
Boris Zbarsky 26bfa4d8ae Bug 963321 part 1. Add WebIDL parser support for having [Cached] dictionary attributes. r=khuey
We don't know at handleExtendedAttribute time what the identifier will
map to, so have to do the check that [Frozen] is not being misused
later.
2014-02-05 13:38:15 -05:00
..
tests Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv 2014-01-13 15:08:56 -05:00
README
runtests.py
UPSTREAM
WebIDL.py Bug 963321 part 1. Add WebIDL parser support for having [Cached] dictionary attributes. r=khuey 2014-02-05 13:38:15 -05:00

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