| 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 | 1 | -2/+2 |
|\ |
|
| * | 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 |
|/ |
|
* | profile: Integrate the time profiler with the macOS signpost | Patrick Walton | 2016-10-01 | 1 | -0/+12 |
* | 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 |
* | 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 |
* | | Add a flag to dump the computed style values | Michael Howell | 2016-08-12 | 1 | -0/+10 |
|/ |
|
* | Update to euclid 0.8 | Martin Robinson | 2016-08-12 | 1 | -5/+5 |
* | Add wr-debug option. | Glenn Watson | 2016-08-03 | 1 | -1/+10 |
* | Refactor `util::prefs` operations to be methods on static struct. | Corey Farwell | 2016-07-02 | 1 | -7/+7 |
* | Bump default resolution to 1024x740 | Manish Goregaokar | 2016-06-30 | 1 | -3/+3 |
* | Auto merge of #11262 - campaul:add_version_flag, r=Manishearth | bors-servo | 2016-06-29 | 1 | -0/+8 |
|\ |
|
| * | Add `--version` flag | Cameron Paul | 2016-06-28 | 1 | -0/+8 |
* | | Make it possible to build the style_traits crate with a stable compiler. | Simon Sapin | 2016-06-22 | 1 | -4/+7 |
* | | Remove support for gpu painting. | Ms2ger | 2016-06-03 | 1 | -16/+0 |
* | | Remove the last remaining support for "experimental" features. | Ms2ger | 2016-06-03 | 1 | -9/+0 |
* | | Remove the gonk port | Lars Bergstrom | 2016-05-27 | 1 | -12/+2 |
* | | Remove empty lines following braces. | Josh Matthews | 2016-05-27 | 1 | -1/+0 |
|/ |
|
* | adding default config dirs | Rahul Sharma | 2016-05-25 | 1 | -18/+14 |
* | replacing commas with tabs; changing from CSV to TSV profiling | Rohit Zambre | 2016-05-19 | 1 | -2/+2 |
* | Remove misleading nonexistant flag hint | Evrim Öztamur | 2016-05-16 | 1 | -1/+0 |
* | added infrastructure to handle interval and CSV time profiling alongside html... | Rohit Zambre | 2016-05-11 | 1 | -8/+25 |
* | Add a method for dumping self-contained HTML timeline profiles | Nick Fitzgerald | 2016-04-27 | 1 | -1/+19 |
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -1/+1 |
* | Remove str_to_string lint | Manish Goregaokar | 2016-04-08 | 1 | -1/+0 |
* | Auto merge of #10420 - asajeffrey:add-soft-fail-option, r=KiChjang | bors-servo | 2016-04-07 | 1 | -1/+2 |
|\ |
|
| * | Added --soft-fail option. | Alan Jeffrey | 2016-04-04 | 1 | -1/+2 |
* | | Auto merge of #10329 - Manishearth:skip-backtrace, r=asajeffrey | bors-servo | 2016-04-05 | 1 | -0/+10 |
|\ \
| |/
|/| |
|
| * | Add option for printing full backtraces | Manish Goregaokar | 2016-04-05 | 1 | -0/+10 |
* | | Auto merge of #10360 - mbrubeck:die-opt, r=emilio | bors-servo | 2016-04-03 | 1 | -10/+0 |
|\ \ |
|
| * | | Remove unused -Z dump-display-list-optimized flag | Matt Brubeck | 2016-04-01 | 1 | -10/+0 |
| |/ |
|
* | | Auto merge of #10114 - matthewbentley:master, r=Manishearth | bors-servo | 2016-04-02 | 1 | -1/+5 |
|\ \ |
|
| * | | Add testing for prefs | Matthew Bentley | 2016-04-01 | 1 | -1/+1 |
| * | | Add functionality to load prefs.json from profile-dir (as set with | Matthew Bentley | 2016-04-01 | 1 | -1/+5 |
| |/ |
|
* / | Make it possible to use preferences to configure webrender and titlebar | Paul Rouget | 2016-04-01 | 1 | -2/+8 |
|/ |
|
* | Avoid testing impossible file paths on Windows. | Josh Matthews | 2016-03-28 | 1 | -1/+1 |
* | Fail cleanly instead of panicking for incorrect option arguments | MovingtoMars | 2016-03-27 | 1 | -11/+19 |
* | Auto merge of #10204 - awalGarg:fix10161, r=Manishearth | bors-servo | 2016-03-27 | 1 | -1/+9 |
|\ |
|
| * | Allow setting preferences to false in WPT tests. closes #10161 | Awal Garg | 2016-03-26 | 1 | -1/+9 |
* | | Added ability to randomly kill pipelines to the constellation. | Alan Jeffrey | 2016-03-26 | 1 | -0/+26 |
|/ |
|
* | add a new command line flag --profile-dir [path] | Daniel | 2016-03-19 | 1 | -0/+14 |
* | Allow user to choose between GL and ES2 | Prashant Gupta | 2016-03-09 | 1 | -0/+21 |