aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performance.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Auto merge of #18372 - tigercosmos:userTimingApi, r=ferjmbors-servo2017-09-111-1/+1
|\
| * fix observer comparing and testtigercosmos2017-09-091-1/+1
* | Observer receives pending marks before removedP. Albrecht2017-09-081-0/+9
|/
* User Timing APIFernando Jiménez Moreno2017-09-061-9/+123
* Make Performance Timeline API work in WorkersFernando Jiménez Moreno2017-09-051-36/+27
* move name implementation as default implementation to the trait and remove ov...toidiu2017-09-031-2/+0
* Use `Filter buffer by name and type` algorithm implementation (fixes #18186)Raphaël Lustin2017-08-281-21/+3
* implement PerformanceObserverInit.buffered (fixes #18108)Remi THEBAULT2017-08-241-1/+22
* Performance Timeline APIFernando Jiménez Moreno2017-08-171-3/+194
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+1
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-2/+2
* Remove JS::from_rootedAnthony Ramine2016-05-311-1/+1
* merge from masterrohan.prinja2015-11-031-1/+1
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-1/+1
* | more refactoringrohan.prinja2015-10-301-1/+1
|/
* Do not root Performance::timingAnthony Ramine2015-10-191-1/+1
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-3/+3
* Remove helper traitsAnthony Ramine2015-08-271-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-2/+0