| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove old rendering backend. | Glenn Watson | 2016-10-18 | 1 | -28/+0 |
* | Migrate user agent string to `Cow<'static, str>`. | Corey Farwell | 2016-10-10 | 1 | -8/+9 |
* | Auto merge of #13649 - servo:rustup, r=larsbergstrom | bors-servo | 2016-10-09 | 3 | -6/+8 |
|\ |
|
| * | Update to Rust 1.14.0-nightly (19ac57926 2016-10-08) | Anthony Ramine | 2016-10-09 | 2 | -4/+6 |
| * | Remove non-ASCII chars from canvas dependency | Anthony Ramine | 2016-10-09 | 1 | -2/+2 |
* | | Simplify logic for writing to stderr. | Corey Farwell | 2016-10-09 | 1 | -3/+1 |
|/ |
|
* | Auto merge of #13472 - asajeffrey:util-remutex-dont-log-while-mutating-lock, ... | bors-servo | 2016-10-04 | 1 | -9/+26 |
|\ |
|
| * | Moved assertion to after lock release; tidied up code. | Alan Jeffrey | 2016-10-04 | 1 | -9/+26 |
* | | profile: Integrate the time profiler with the macOS signpost | Patrick Walton | 2016-10-01 | 1 | -0/+12 |
* | | Auto merge of #13401 - notriddle:master, r=pcwalton | bors-servo | 2016-09-29 | 1 | -0/+10 |
|\ \ |
|
| * | | Add assertion that this is not a flex item | Michael Howell | 2016-09-29 | 1 | -8/+8 |
| * | | Add `util::clamp` function | Michael Howell | 2016-09-27 | 1 | -0/+10 |
| |/ |
|
* | | Switch default renderer to webrender, and update webrender. | Glenn Watson | 2016-09-28 | 1 | -4/+3 |
* | | Add OSMesa headless mode, run WPT against Webrender, update tests. | Glenn Watson | 2016-09-28 | 1 | -2/+7 |
|/ |
|
* | Update webrender + shaders. | Glenn Watson | 2016-09-16 | 1 | -0/+13 |
* | Implement a WebSocket server for debugging. | Eddy Bruel | 2016-09-12 | 1 | -0/+12 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -1/+1 |
* | Remove static usage at compile-time of GIT_INFO to enable builds outside of a... | Lars Bergstrom | 2016-08-27 | 1 | -2/+7 |
* | Move thread_state to style. | Ms2ger | 2016-08-22 | 2 | -106/+0 |
* | Update euclid to 0.10.1 | Anthony Ramine | 2016-08-21 | 1 | -1/+1 |
* | Rewrite the style sharing candidate cache. | Emilio Cobos Álvarez | 2016-08-17 | 1 | -0/+9 |
* | Auto merge of #12839 - notriddle:11818_sequential_layout_bug, r=emilio | bors-servo | 2016-08-14 | 1 | -13/+16 |
|\ |
|
| * | Add test for #11818 | Michael Howell | 2016-08-13 | 1 | -13/+16 |
* | | Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12) | Anthony Ramine | 2016-08-13 | 1 | -1/+1 |
* | | Auto merge of #12831 - notriddle:master, r=Manishearth | bors-servo | 2016-08-12 | 1 | -0/+10 |
|\ \ |
|
| * | | Add a flag to dump the computed style values | Michael Howell | 2016-08-12 | 1 | -0/+10 |
| |/ |
|
* / | Update serde to 0.8 (fixes #12659) | Anthony Ramine | 2016-08-12 | 1 | -6/+6 |
|/ |
|
* | Update to euclid 0.8 | Martin Robinson | 2016-08-12 | 4 | -18/+12 |
* | Update cargo.lock for wr2, pin ipc-channel. | Glenn Watson | 2016-08-03 | 1 | -1/+1 |
* | Add wr-debug option. | Glenn Watson | 2016-08-03 | 1 | -1/+10 |
* | Replaced mutex in constellation logging by a reentrant mutex. | Alan Jeffrey | 2016-07-29 | 3 | -0/+223 |
* | Auto merge of #12468 - asajeffrey:constellation-remove-panic-channel, r=emilio | bors-servo | 2016-07-21 | 4 | -99/+1 |
|\ |
|
| * | Removed panic channel, replaced by integrated logging and issue reporting. | Alan Jeffrey | 2016-07-20 | 4 | -99/+1 |
* | | Use Result instead of panicking when the resource dir can't be found | Manish Goregaokar | 2016-07-21 | 2 | -9/+9 |
|/ |
|
* | Auto merge of #12137 - ConnorGBrewster:resources_case_sensitive, r=aneeshusa | bors-servo | 2016-07-15 | 1 | -0/+6 |
|\ |
|
| * | Check for Resources on case sensitive fs. | Connor Brewster | 2016-07-01 | 1 | -0/+6 |
* | | All our Cargo.toml files should contain an MPL-2.0 license field. | Alan Jeffrey | 2016-07-14 | 1 | -0/+1 |
* | | Improve mach clippy, add plugins to style/util | Manish Goregaokar | 2016-07-12 | 2 | -1/+3 |
* | | Auto merge of #12385 - Ms2ger:arc_ptr_eq, r=SimonSapin | bors-servo | 2016-07-11 | 1 | -10/+0 |
|\ \ |
|
| * | | Move arc_ptr_eq to style. | Ms2ger | 2016-07-11 | 1 | -10/+0 |
* | | | Move some unit type definitions to style_traits. | Ms2ger | 2016-07-11 | 1 | -29/+1 |
|/ / |
|
* | | Move util::cache to style. | Ms2ger | 2016-07-08 | 3 | -125/+0 |
* | | Remove HashCache. | Ms2ger | 2016-07-08 | 1 | -50/+1 |
* | | Auto merge of #12275 - emilio:prefs-rwlock, r=jdm | bors-servo | 2016-07-06 | 1 | -10/+10 |
|\ \ |
|
| * | | prefs: Make the preferences be guarded by a RwLock instead of a Mutex | Emilio Cobos Álvarez | 2016-07-05 | 1 | -10/+10 |
* | | | Remove util::breakpoint | Anthony Ramine | 2016-07-06 | 1 | -7/+0 |
|/ / |
|
* | | Move util::str to style | Anthony Ramine | 2016-07-05 | 3 | -130/+0 |
* | | Move util::tid to style | Anthony Ramine | 2016-07-05 | 2 | -27/+0 |
* | | Move util::workqueue to style | Anthony Ramine | 2016-07-04 | 3 | -369/+0 |
* | | Remove util::debug_utils | Anthony Ramine | 2016-07-04 | 2 | -34/+0 |