| Commit message (Expand) | Author | Age | Files | Lines |
* | Move util::time::duration_from_seconds to profile::time | Anthony Ramine | 2016-06-29 | 1 | -20/+0 |
* | Move util::time::duration_from_nanoseconds to its only caller | Anthony Ramine | 2016-06-29 | 1 | -11/+0 |
* | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 |
* | Use thread::sleep instead of deprecated sleep_ms | James Sanders | 2015-11-29 | 1 | -0/+32 |
* | Move profiler code from `util` into a new crate `profile`. | Nicholas Nethercote | 2015-03-24 | 1 | -303/+0 |
* | Update some code that's feature-gated under core. | Ms2ger | 2015-03-21 | 1 | -2/+2 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-09 | 1 | -0/+3 |
* | Revert "layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1" | Simon Sapin | 2015-03-03 | 1 | -3/+0 |
* | layout: Implement ordered lists, CSS counters, and `quotes` per CSS 2.1 | Patrick Walton | 2015-03-03 | 1 | -0/+3 |
* | Add profiling to image decoding. | Ankit Agrawal | 2015-02-28 | 1 | -0/+2 |
* | Upgrade to rustc ba2f13ef0 2015-02-04 | Simon Sapin | 2015-02-11 | 1 | -2/+2 |
* | add `unwrap` to `send/recv` calls | Alexandru Cojocaru | 2015-02-03 | 1 | -1/+1 |
* | Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. | Josh Matthews | 2015-01-28 | 1 | -23/+27 |
* | Use std::cmp::Ordering explicitly. | Ms2ger | 2015-01-22 | 1 | -2/+3 |
* | Pass a String to spawn_named. | Ms2ger | 2015-01-21 | 1 | -3/+4 |
* | Rename TimeProfilerCategory variants. | Ms2ger | 2015-01-04 | 1 | -36/+36 |
* | compositing: Implement `cursor` per CSS3-UI § 8.1.1 in the CEF/Mac port. | Patrick Walton | 2014-12-17 | 1 | -1/+3 |
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -47/+48 |
* | Change time::profile's meta booleans to enums. | Timothy B. Terriberry | 2014-12-05 | 1 | -5/+15 |
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -2/+2 |
* | Invert control flow, fix resizing, and improve checkerboarding | Patrick Walton | 2014-11-04 | 1 | -2/+2 |
* | auto merge of #3765 : pcwalton/servo/profiler-cleanups, r=cgaebel | bors-servo | 2014-10-22 | 1 | -6/+11 |
|\ |
|
| * | util: Make some minor formatting cleanups to profiling and gfx | Patrick Walton | 2014-10-22 | 1 | -6/+11 |
* | | gfx: Paint in parallel in CPU painting mode | Patrick Walton | 2014-10-22 | 1 | -7/+9 |
|/ |
|
* | try to reset flows which need reflow, since reflow isn't yet idempotent | Clark Gaebel | 2014-10-14 | 1 | -0/+6 |
* | Eliminate warnings | Keegan McAllister | 2014-09-20 | 1 | -1/+1 |
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -1/+2 |
* | Added more complex profiling metadata. | Clark Gaebel | 2014-09-17 | 1 | -57/+79 |
* | Added a bloom filter to CSS selector matching. | Clark Gaebel | 2014-09-15 | 1 | -0/+2 |
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+241 |