aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performanceobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+7
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-3/+7
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-2/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+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-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* 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-4/+3
* CanGc fixes in components/script/dom (#33891)tanishka2024-10-171-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-20/+19
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-3/+6
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+1
* Make console methods take `any` instead of `string` (#31241)Smitty2024-02-051-8/+4
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-8/+10
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+6
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+15
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* alphabetized frozen supported entry types on the global, avoid moving Heap in...Patrick Shaughnessy2020-02-141-6/+16
* Performance observers better, not perfectPatrick Shaughnessy2020-01-271-25/+115
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* refactored performance timing to align with updated specddh2018-11-201-3/+5
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-15/+15
* Format script componentchansuke2018-09-191-16/+26
* Fix some "unnecessary parentheses" warningsSimon Sapin2018-01-221-1/+1
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-4/+4
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-4/+4
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* User Timing APIFernando Jiménez Moreno2017-09-061-2/+2
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-6/+5
* Auto merge of #18176 - rtbo:perf_observer_buffered, r=ferjmbors-servo2017-08-281-1/+8
|\
| * implement PerformanceObserverInit.buffered (fixes #18108)Remi THEBAULT2017-08-241-1/+8
* | Add paint metrics to Performance Timeline APIFernando Jiménez Moreno2017-08-231-1/+1
|/
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-0/+117