aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-553/+0
* Create two-phase initialization for generated JS engine bindings (#34366)Josh Matthews2024-12-061-1/+1
* Support custom derives for generated types (#34356)Josh Matthews2024-11-241-0/+12
* Propagate `CanGc` from `Document::new()` (#33386)Andriy Sultanov2024-09-091-0/+1
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-151-5/+5
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-1/+1
* Revert "script: implement AbortController (#31361)" (#32243)Samson2024-05-071-1/+0
* script: implement AbortController (#31361)Smitty2024-05-041-0/+1
* Fix trivial typo in variable name (#31143)Olivier Tilloy2024-01-211-2/+2
* Codegen support multiple interfaces in single webidl file & WebGPU single web...Samson2023-09-301-2/+16
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* 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