aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-4/+4
* api: Flatten and simplify Servo preferences (#34966)Martin Robinson2025-01-141-8/+9
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-8/+4
* Mark promise creation methods with CanGc (#33928)Josh Matthews2024-10-221-4/+5
* Propagate CanGc through dommatrix, dommatrixreadonly, and testbindings (#33822)chickenleaf2024-10-131-10/+10
* clippy: Rename various methods and members to conform to naming guidelines (#...Martin Robinson2024-10-101-3/+3
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-1/+6
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-24/+18
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-2/+2
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-6/+18
* bindings: Convert certain Exceptions into Promise rejections (#32923)Samson2024-08-031-0/+23
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-2/+2
* fix: codegen on callback (#32537)Ngo Iok Ui (Wu Yu Wei)2024-06-181-2/+6
* Update WebIDL.py (#32495)Ngo Iok Ui (Wu Yu Wei)2024-06-151-7/+6
* clippy: Fix a few problems in `components/script/dom` (#31955)Rosemary Ajayi2024-03-311-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Rename buffer_source_type to buffer_source (#31426)Taym Haddadi2024-02-261-2/+2
* WedIDL: bring dom/bindings/typedarray further in line with spec (#31375)Taym Haddadi2024-02-251-2/+2
* WebIDL: Use Uint8ClampedArray instead of raw JSObject in bindings (#31317)Taym Haddadi2024-02-161-9/+10
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-6/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-38/+22
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-3/+14
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-9/+9
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-2/+2
* dom: Convert parent dictionary values when converting dictionaries to JS.Josh Matthews2020-06-161-0/+11
* require entered realm, use aes, to append native promise handlerGregory Terzian2020-06-041-2/+2
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-4/+3
* Use a restyle for animation ticksMartin Robinson2020-05-051-2/+2
* Add test for overloading with interface and dictManish Goregaokar2020-04-091-1/+10
* Add InRealm argument to Callback traitTipowol2020-04-051-6/+3
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+2
* Always pass InRealm to GlobalScope::from_context to avoid getting null globalCYBAI2020-02-161-2/+5
* rename compartment to realmKunal Mohan2020-01-241-5/+5
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+2
* re-structure blob, structured serializationGregory Terzian2019-12-111-11/+7
* Support WebIDL `record<>`Kagami Sascha Rosylight2019-10-151-33/+47
* Use safe JSContext when possible in interface.rsmarmeladema2019-08-091-3/+2
* Remove some usage of unsafe code in Promisemarmeladema2019-08-091-12/+4
* Convert CGTraitInterface to use safe JSContext instead of raw JSContextmarmeladema2019-07-241-75/+48
* Change bindings generation to make Exposed annotation aware of members/partia...sreeise2019-07-141-0/+12
* Use the newly added inCompartments option everywhere it can beBastien Orivel2019-05-251-10/+4
* Add support for attributes to the inCompartments binding parameterBastien Orivel2019-05-251-3/+2
* Pass InCompartment by valueAron Zwaan2019-04-251-2/+2