aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/analysernode.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-5/+5
* script: Expose `NodeTraits::owner_global` / `Window::as_global_scope` (#34843)Martin Robinson2025-01-071-0/+1
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-2/+5
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-10/+5
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-1/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* More CanGc fixes (#33888)chickenleaf2024-10-171-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-8/+7
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+6
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-14/+14
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+9
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+15
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-3/+3
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-3/+4
* Reorder importsPyfisch2018-11-061-2/+6
* Format remaining filesPyfisch2018-11-061-31/+40
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Set default channel count for AnalyserNode to 2Manish Goregaokar2018-09-181-1/+1
* AnalyserNode in scriptManish Goregaokar2018-09-181-0/+218