gecko/dom/bindings/parser
Boris Zbarsky f2b84a3ae9 Bug 793267. Add support for [Unforgeable] in WebIDL. r=peterv
Unforgeable attributes are defined directly on the object, not on the
prototype.  So we keep them in a separate spec array and define them
during object creation as needed.

This means that we have to pass that separate spec array to the Xray
helpers, unfortunately, which somewhat complicates those.
2012-10-24 16:10:49 -04:00
..
tests Bug 793267. Add support for [Unforgeable] in WebIDL. r=peterv 2012-10-24 16:10:49 -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 793267. Add support for [Unforgeable] in WebIDL. r=peterv 2012-10-24 16:10:49 -04:00

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