aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/performance.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-52/+0
* Call the generated rather than the hand-written traits (fixes #2936).Ms2ger2014-07-271-5/+1
* Introduce a PerformanceTimingHelpers trait for the NavigationStartPrecise met...Ms2ger2014-07-271-1/+1
* Introduce abstractions for global scopes.Ms2ger2014-07-151-1/+3
* Simplify the initialization of Performance.Ms2ger2014-07-141-2/+1
* Make some DOM members private.Ms2ger2014-06-281-2/+2
* auto merge of #2649 : ebalint/servo/2580_JS_T_unrooted_replace, r=jdmbors-servo2014-06-131-1/+1
|\
| * Replace uses of JS<T>.unrooted() with JS::from_rooted #2580Edit Balint2014-06-131-1/+1
* | Remove Reflectable::mut_reflector.Ms2ger2014-06-131-4/+0
|/
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
* Use Cell/RefCell for interior mutability of NodeList, Performance, TestBindin...Tetsuharu OHZEKI2014-05-301-2/+2
* Update Rust.Ms2ger2014-05-221-1/+1
* Add Performance object to Window and implement Performance::Now()Gulshan Singh2014-05-071-0/+59