aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Impl Setlike and Maplike (#30237)Samson2023-09-061-3/+7
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-1/+11
* Fix Codegensagudev2023-02-201-7/+7
* feat(script): implement some of the non-ordinary internal methods of `Location`yvt2021-07-161-0/+8
* Port some code to Python3Vincent Ricard2021-02-181-6/+6
* dom: Generate iterator symbol for interfaces with indexed getters.Josh Matthews2020-07-091-0/+3
* Fix remaining flake8 warningsKagami Sascha Rosylight2020-06-211-33/+44
* rename compartment to realmKunal Mohan2020-01-241-1/+1
* Fix tidiness errors for Python3 compatibility across whole repomarmeladema2019-12-111-2/+4
* Convert [HTMLConstructor] as constructor extensionKagami Sascha Rosylight2019-10-191-2/+6
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-5/+0
* Support default toJSON in WebIDLKagami Sascha Rosylight2019-07-241-0/+4
* Add an inCompartments config for bindingsBastien Orivel2019-05-241-0/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Use 2018-style paths in generated DOM bindingsSimon Sapin2018-11-061-6/+6
* Update the WebIDL parserAnthony Ramine2018-04-031-2/+0
* Import sequence inner types if it appears in dictionary membersKeith Yeung2017-11-081-2/+8
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-1/+1
* Generate GetConstructorObject for all interfacesConnor Brewster2017-06-131-1/+5
* Remove unused Descriptor.needsRooting field.Ms2ger2017-02-081-3/+0
* Don't generate constructor IDs for inline interfacesAnthony Ramine2017-01-031-0/+2
* Implement [Inline] interfacesAnthony Ramine2016-10-061-2/+9
* Ensure Promise "reflector" is not GCed before the Rust object.Josh Matthews2016-09-221-1/+2
* Implement binding support for returning and accepting Promises in WebIDL.Josh Matthews2016-09-221-2/+10
* Implement WebIDL namespacesAnthony Ramine2016-09-081-7/+15
* Implement pair iterators in WebIDL interfaces.Josh Matthews2016-08-241-2/+26
* Support multiple WebIDL interfaces being generated in the same output binding...Josh Matthews2016-08-241-4/+10
* Generate a list of supported DOM APIs from parsed WebIDLs.Josh Matthews2016-07-151-0/+2
* Implement the [Exposed] extended attribute on interfaces.Ms2ger2016-07-121-0/+2
* Make sure that Descriptor.isGlobal() returns a bool.Ms2ger2016-07-121-2/+2
* Support WindowProxy return values in bindingsJansen Jan2016-06-091-4/+6
* Forbid unconditionally-exposed interfaces that inherit from conditionally-exp...Josh Matthews2016-05-021-0/+6
* Support controlling the visibility of WebIDL interfaces via the Pref annotation.Josh Matthews2016-04-291-0/+3
* Use os.path.basename instead of split('/')[-1]Zbynek Winkler2016-04-171-1/+3
* Cache legacy callback interface objects in proto_or_icache_arrayAnthony Ramine2016-02-251-0/+4
* generate typedefs in CodegenRustPrabhjyot Singh Sodhi2016-01-261-0/+4
* Introduce Descriptor.prototypeDepthAnthony Ramine2016-01-121-0/+1
* Auto merge of #8993 - nox:small-codegen-slimming, r=Ms2gerbors-servo2015-12-181-1/+1
|\
| * Link [Abstract] to the existing concrete descriptor fieldAnthony Ramine2015-12-161-1/+1
* | Remove all our local patches to the WebIDL parserAnthony Ramine2015-12-151-1/+10
|/
* Implement [Unforgeable]Anthony Ramine2015-12-021-0/+10
* Introduce trait WeakReferenceableAnthony Ramine2015-11-121-0/+1
* Support variadic interface arguments (fixes #8159)Anthony Ramine2015-11-111-3/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-0/+8
* Don't generate useless InheritTypes interfacesAnthony Ramine2015-10-021-2/+2
* Remove deprecated 'creator' WebIDL attributeCorey Farwell2015-09-211-2/+0
* Move EventTargetTypeId/NodeTypeId to DOMClassMichael Wu2015-09-121-1/+2
* Add infrastructure for supporting dashed CSS property names on CSSStyleDeclar...Josh Matthews2015-08-281-0/+7
* Remove dead Python code in binding generating codeCorey Farwell2015-08-051-13/+0
* Remove tidy blacklist for 'script/dom/bindings/*'Corey Farwell2015-07-091-11/+23