aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performance.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Add spec linksBogdan Cuza2015-07-281-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-10/+10
* Timestamp fix for issue #5690Wafflespeanut2015-06-051-1/+1
* Remove Temporary::new()Anthony Ramine2015-04-281-1/+1
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Stop using int/uint in script.Ms2ger2015-04-031-1/+1
* Use Finite<T> for our dom code (excluding CanvasRenderingContext2D)Tetsuharu OHZEKI2015-03-251-2/+4
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-1/+1
* Remove manual impls of Reflectors (autogen)Manish Goregaokar2014-12-271-6/+1
* script: Remove glob imports added in #4405Tetsuharu OHZEKI2014-12-191-2/+2