aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/performance.rs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix window.performance.now()Manish Goregaokar2014-12-161-2/+3
* Pass the timing information to PerformanceTiming rather than exposing methods.Ms2ger2014-12-111-4/+12
* Updated reflect_dom_object to be passed by valueMichael Booth2014-11-301-1/+1
* Use #[dom_struct] everywhereManish Goregaokar2014-10-161-3/+1
* Simple privatizationsTim Taubert2014-10-131-0/+1
* Upgrade to rustc d2b30f7d3 2014-09-23Simon Sapin2014-09-291-2/+2
* Use JSTraceable everywhereManish Goregaokar2014-09-241-1/+1
* More progress in the &JSRef -> JSRef conversionCameron Zwarich2014-09-201-2/+2
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-4/+4
* Add unrooted_must_root lint for usages of JS<T> in let/for bindingsManish Goregaokar2014-09-161-2/+2
* Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+52