aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performanceobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* 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