aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performance.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-2/+2
* refactor: propagate CanGc arguments through callers (#35591)Auguste Baum2025-02-231-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-2/+3
* deps: Upgrade to `webrender@0.66` (#35325)Martin Robinson2025-02-071-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-13/+13
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-16/+12
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-2/+2
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-4/+22
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-2/+2
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-12/+14
* Replace .map_or(false with Option::is_some_and (#33468)Simon Wülker2024-09-161-2/+1
* script: Create a `CrossProcessInstant` to enable serializable monotonic time ...Martin Robinson2024-09-051-43/+67
* fix(user-timing): fix clearing marks/measures by name (#32120)Nolan Lawson2024-04-221-8/+6
* clippy: Fix len_zero warnings (#31935)Oluwatobi Sofela2024-03-291-2/+2
* clippy: Fix some warnings in `components/script` (#31849)Ekta Siwach2024-03-251-1/+1
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-1/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-7/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Auto merge of #25590 - pshaughn:perfobs, r=jdmbors-servo2020-02-121-20/+45
|\
| * w3c/performance-timeline#159Patrick Shaughnessy2020-01-291-10/+5
| * Performance observers better, not perfectPatrick Shaughnessy2020-01-271-20/+50
* | Expose DOMHighResTimeStamps at lower resPatrick Shaughnessy2020-02-031-2/+13
|/
* #23330 fix clear_entries_by_name_and_type bugShinichi Morimoto2019-12-131-2/+2
* #24468 add a update_entry method to PerformanceShinichi Morimoto2019-12-131-0/+6
* #24468 Performance::queue_entries return the index of the added performance e...Shinichi Morimoto2019-12-131-20/+15
* performance: clear and disable buffer on pipeline exitGregory Terzian2019-09-041-13/+27
* Implement PerformanceNavigation interfaceIulian Gabriel Radu2019-06-261-0/+6
* Implement performance interface extension for PerformanceResourceTimingadit2019-01-091-0/+96
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-6/+8
* refactored performance timing to align with updated specddh2018-11-201-39/+25
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Remove useless `use crate_name;` imports.Simon Sapin2018-11-081-1/+0
* Reorder importsPyfisch2018-11-061-2/+4
* Format remaining filesPyfisch2018-11-061-2/+4
* `cargo fix --edition`Simon Sapin2018-11-061-17/+17
* Format script componentchansuke2018-09-191-83/+145
* Do not fire pending callbacks on disconnected performance observerFernando Jiménez Moreno2018-01-151-8/+0
* Fix float conversion of paint timing metricsFernando Jiménez Moreno2017-12-071-1/+2
* changed f64 to u64 for navigation start timing until it had to be floatddh2017-11-011-4/+4
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Fix commonmark Markdown warnings in docs, part 1Matt Brubeck2017-10-171-2/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-161-5/+5
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-15/+15
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5