aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+2
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-3/+3
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+2
* Differentiate between missing/invalid value in `make_enumerated_getter!` (#34...Simon Wülker2024-11-281-9/+73
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-11/+0
* cangc fixes in node.rs (#33984)chickenleaf2024-10-231-11/+22
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-1/+2
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-4/+7
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+1
* Use workspace definitions for all crates and update to the 2021 edition (#32544)Martin Robinson2024-06-181-1/+1
* clippy: Fix various warnings in `components/script/dom` (#31890)Rosemary Ajayi2024-03-271-3/+3
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-38/+38
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-0/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* remove `extern crate` (#30311)Samson2023-09-081-18/+18
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-16/+0
* Fix compiler warningsBryce Wilson2021-08-141-1/+1
* Implement animationiteration eventMartin Robinson2020-05-211-0/+1
* Add support for animationend eventMartin Robinson2020-05-011-0/+1
* Add support for transitionrun eventsMartin Robinson2020-04-241-0/+1
* Add support for canceling CSS transitionsMartin Robinson2020-04-221-0/+1
* Remove WebVRAlan Jeffrey2020-04-081-15/+0
* Don't generate rare_data_for_layout methods anymoreAnthony Ramine2020-03-311-5/+0
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* Selection interface working for synthetic operationsPatrick Shaughnessy2020-02-131-0/+2
* Error and resize get special getter/setters for reflectionPatrick Shaughnessy2020-01-301-1/+2
* Labels are a live list in tree orderPatrick Shaughnessy2020-01-061-0/+15
* Add onformdata to GlobalEventHandlersxu3u42019-12-071-0/+1
* Add WebGLSampler supportMátyás Mustoha2019-10-081-0/+11
* Final nits; fix custom elements rare data usage; s/owner_s_r/containing_s_rFernando Jiménez Moreno2019-04-291-0/+5
* Do not lazy initialize RareData on its gettersFernando Jiménez Moreno2019-04-261-15/+8
* Make Node and Element rare_data an OptionFernando Jiménez Moreno2019-04-261-0/+30
* Unify DocumentOrShadowRoot implementationFernando Jiménez Moreno2019-04-261-129/+0
* Partial ShadowRoot implementation of DocumentOrShadowRootFernando Jiménez Moreno2019-04-261-10/+37
* DocumentOrShadowRoot mixinFernando Jiménez Moreno2019-04-261-0/+102
* Set url attributeShanavas M2019-01-141-2/+2
* Update src/href attributes to be a USVStringDan Robertson2018-12-171-13/+14
* Auto merge of #22081 - KiChjang:onmessageerror, r=jdmbors-servo2018-12-121-0/+2
|\
| * Add onmessageerror to WindowEventHandlerKeith Yeung2018-12-111-0/+2
* | Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* | `cargo fix --edition`Simon Sapin2018-11-061-52/+52
|/
* Fix loadedmetadata event handlerFernando Jiménez Moreno2018-10-261-1/+1
* Format script componentchansuke2018-09-191-3/+2
* Mark DecodeResolver as must_rootFernando Jiménez Moreno2018-07-301-1/+2
* Use new params impl (#4)Manish Goregaokar2018-07-301-74/+1
* Expose more AudioParam methodsFernando Jiménez Moreno2018-07-301-1/+21
* Initial AudioParam bindingsFernando Jiménez Moreno2018-07-301-0/+53