aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/opts.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove old rendering backend.Glenn Watson2016-10-181-28/+0
* Migrate user agent string to `Cow<'static, str>`.Corey Farwell2016-10-101-8/+9
* Auto merge of #13649 - servo:rustup, r=larsbergstrombors-servo2016-10-091-2/+2
|\
| * Remove non-ASCII chars from canvas dependencyAnthony Ramine2016-10-091-2/+2
* | Simplify logic for writing to stderr.Corey Farwell2016-10-091-3/+1
|/
* profile: Integrate the time profiler with the macOS signpostPatrick Walton2016-10-011-0/+12
* Switch default renderer to webrender, and update webrender.Glenn Watson2016-09-281-4/+3
* Add OSMesa headless mode, run WPT against Webrender, update tests.Glenn Watson2016-09-281-2/+7
* Update webrender + shaders.Glenn Watson2016-09-161-0/+13
* Implement a WebSocket server for debugging.Eddy Bruel2016-09-121-0/+12
* Rewrite the style sharing candidate cache.Emilio Cobos Álvarez2016-08-171-0/+9
* Auto merge of #12839 - notriddle:11818_sequential_layout_bug, r=emiliobors-servo2016-08-141-13/+16
|\
| * Add test for #11818Michael Howell2016-08-131-13/+16
* | Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)Anthony Ramine2016-08-131-1/+1
* | Add a flag to dump the computed style valuesMichael Howell2016-08-121-0/+10
|/
* Update to euclid 0.8Martin Robinson2016-08-121-5/+5
* Add wr-debug option.Glenn Watson2016-08-031-1/+10
* Refactor `util::prefs` operations to be methods on static struct.Corey Farwell2016-07-021-7/+7
* Bump default resolution to 1024x740Manish Goregaokar2016-06-301-3/+3
* Auto merge of #11262 - campaul:add_version_flag, r=Manishearthbors-servo2016-06-291-0/+8
|\
| * Add `--version` flagCameron Paul2016-06-281-0/+8
* | Make it possible to build the style_traits crate with a stable compiler.Simon Sapin2016-06-221-4/+7
* | Remove support for gpu painting.Ms2ger2016-06-031-16/+0
* | Remove the last remaining support for "experimental" features.Ms2ger2016-06-031-9/+0
* | Remove the gonk portLars Bergstrom2016-05-271-12/+2
* | Remove empty lines following braces.Josh Matthews2016-05-271-1/+0
|/
* adding default config dirsRahul Sharma2016-05-251-18/+14
* replacing commas with tabs; changing from CSV to TSV profilingRohit Zambre2016-05-191-2/+2
* Remove misleading nonexistant flag hintEvrim Öztamur2016-05-161-1/+0
* added infrastructure to handle interval and CSV time profiling alongside html...Rohit Zambre2016-05-111-8/+25
* Add a method for dumping self-contained HTML timeline profilesNick Fitzgerald2016-04-271-1/+19
* Remove the url! plugin.Simon Sapin2016-04-141-1/+1
* Remove str_to_string lintManish Goregaokar2016-04-081-1/+0
* Auto merge of #10420 - asajeffrey:add-soft-fail-option, r=KiChjangbors-servo2016-04-071-1/+2
|\
| * Added --soft-fail option.Alan Jeffrey2016-04-041-1/+2
* | Auto merge of #10329 - Manishearth:skip-backtrace, r=asajeffreybors-servo2016-04-051-0/+10
|\ \ | |/ |/|
| * Add option for printing full backtracesManish Goregaokar2016-04-051-0/+10
* | Auto merge of #10360 - mbrubeck:die-opt, r=emiliobors-servo2016-04-031-10/+0
|\ \
| * | Remove unused -Z dump-display-list-optimized flagMatt Brubeck2016-04-011-10/+0
| |/
* | Auto merge of #10114 - matthewbentley:master, r=Manishearthbors-servo2016-04-021-1/+5
|\ \
| * | Add testing for prefsMatthew Bentley2016-04-011-1/+1
| * | Add functionality to load prefs.json from profile-dir (as set withMatthew Bentley2016-04-011-1/+5
| |/
* / Make it possible to use preferences to configure webrender and titlebarPaul Rouget2016-04-011-2/+8
|/
* Avoid testing impossible file paths on Windows.Josh Matthews2016-03-281-1/+1
* Fail cleanly instead of panicking for incorrect option argumentsMovingtoMars2016-03-271-11/+19
* Auto merge of #10204 - awalGarg:fix10161, r=Manishearthbors-servo2016-03-271-1/+9
|\
| * Allow setting preferences to false in WPT tests. closes #10161Awal Garg2016-03-261-1/+9
* | Added ability to randomly kill pipelines to the constellation.Alan Jeffrey2016-03-261-0/+26
|/
* add a new command line flag --profile-dir [path]Daniel2016-03-191-0/+14
* Allow user to choose between GL and ES2Prashant Gupta2016-03-091-0/+21