aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/performancetiming.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-57/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-4/+1
* Introduce a PerformanceTimingHelpers trait for the NavigationStartPrecise met...Ms2ger2014-07-271-1/+6
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+3
* Make some DOM members private.Ms2ger2014-06-281-3/+3
* Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Update Rust.Ms2ger2014-05-221-1/+1
* Add Performance object to Window and implement Performance::Now()Gulshan Singh2014-05-071-0/+57