aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/time.rs
Commit message (Expand)AuthorAgeFilesLines
* Move util::time::duration_from_seconds to profile::timeAnthony Ramine2016-06-291-20/+0
* Move util::time::duration_from_nanoseconds to its only callerAnthony Ramine2016-06-291-11/+0
* Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
* Use thread::sleep instead of deprecated sleep_msJames Sanders2015-11-291-0/+32
* Move profiler code from `util` into a new crate `profile`.Nicholas Nethercote2015-03-241-303/+0
* Update some code that's feature-gated under core.Ms2ger2015-03-211-2/+2
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-091-0/+3
* Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1"Simon Sapin2015-03-031-3/+0
* layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1Patrick Walton2015-03-031-0/+3
* Add profiling to image decoding.Ankit Agrawal2015-02-281-0/+2
* Upgrade to rustc ba2f13ef0 2015-02-04Simon Sapin2015-02-111-2/+2
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-1/+1
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-23/+27
* Use std::cmp::Ordering explicitly.Ms2ger2015-01-221-2/+3
* Pass a String to spawn_named.Ms2ger2015-01-211-3/+4
* Rename TimeProfilerCategory variants.Ms2ger2015-01-041-36/+36
* compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port.Patrick Walton2014-12-171-1/+3
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-47/+48
* Change time::profile's meta booleans to enums.Timothy B. Terriberry2014-12-051-5/+15
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-2/+2
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-2/+2
* auto merge of #3765 : pcwalton/servo/profiler-cleanups, r=cgaebelbors-servo2014-10-221-6/+11
|\
| * util: Make some minor formatting cleanups to profiling and gfxPatrick Walton2014-10-221-6/+11
* | gfx: Paint in parallel in CPU painting modePatrick Walton2014-10-221-7/+9
|/
* try to reset flows which need reflow, since reflow isn't yet idempotentClark Gaebel2014-10-141-0/+6
* Eliminate warningsKeegan McAllister2014-09-201-1/+1
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+2
* Added more complex profiling metadata.Clark Gaebel2014-09-171-57/+79
* Added a bloom filter to CSS selector matching.Clark Gaebel2014-09-151-0/+2
* Cargoify servoJack Moffitt2014-09-081-0/+241