aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/testbinding.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add proof parameter to Promise::new_in_current_compartmentAron Zwaan2019-04-241-4/+11
* Rename Promise::new to Promise::new_in_current_compartmentAron Zwaan2019-04-031-2/+4
* #8539 Config preferences backend restructurePeter Hall2019-03-201-4/+7
* Remove now-unnecessary must_root and allow(unrooted_must_root) annotationsManish Goregaokar2019-01-041-2/+0
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-10/+24
* Sort `use` statementsSimon Sapin2018-11-061-3/+4
* `cargo fix --edition`Simon Sapin2018-11-061-30/+30
* Handle default empty sequence valuesKeith Yeung2018-11-011-0/+2
* Format script componentchansuke2018-09-191-143/+414
* Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393Marcin Mielniczuk2018-03-281-1/+2
* Add codegen test for function overloads taking typed array argsIgor Matuszewski2018-03-231-0/+3
* Root `any` members in dictionariesIgor Matuszewski2018-03-161-2/+2
* Root JS object members in dictionariesIgor Matuszewski2018-03-161-1/+1