gecko/dom/bindings/parser
Boris Zbarsky 427126be53 Bug 743820. Update to the changes to WebIDL that made interfaces with indexed properties distinguishable from array and sequence. r=khuey
There are two parts to this change:
1)  Sequences and arrays are now distinguishable from all non-callback interfaces.
2)  To handle that change, overload resolution first tries to convert to the exact
    interface, and only if that fails tries to convert things with indexed properties
    to sequences or arrays.
2012-04-13 13:52:21 -04:00
..
tests Bug 741125: Update WebIDL parser. 2012-04-12 15:14:10 -07:00
README
runtests.py Bug 741125: Update WebIDL parser. 2012-04-12 15:14:10 -07:00
UPSTREAM
WebIDL.py Bug 743820. Update to the changes to WebIDL that made interfaces with indexed properties distinguishable from array and sequence. r=khuey 2012-04-13 13:52:21 -04:00

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