aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Miscellaneous script splitting preparation changes (#36216)Josh Matthews2025-03-291-0/+10
* script: Support converting JS values to Rc<Promise> with FromJSValConvertible...Josh Matthews2025-03-251-0/+1
* Move CustomTraceable to script_bindings. (#35988)Josh Matthews2025-03-161-1/+1
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-2/+4
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+2
* refactor: add CanGc as argument to Promise::reject_error (#35646)Yerkebulan Tulibergenov2025-02-251-2/+2
* refactor: add CanGc as argument to Promise::reject (#35622)Yerkebulan Tulibergenov2025-02-231-2/+2
* refactor: add CanGc as argument to Promise::resolve (#35616)Yerkebulan Tulibergenov2025-02-231-3/+5
* script: add `CanGc` argument to `Promise::new_resolved` and `Promise::new_rej...Gae242025-02-231-2/+2
* refactor: add CanGc as argument to create_buffer_source (#35597)Yerkebulan Tulibergenov2025-02-221-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-0/+1
* script: Take away Fallible from new_resolved and new_rejected (#35473)Kingsley Yung2025-02-151-2/+2
* 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