aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/tests/opts.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move user input logic into servoshell (#30238)Atbrakhi2023-09-061-86/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cleanup and move user input logix into servoshell * fix fmt * moves test from servoshell file * move command-line args into servoshell * remove feature media-gstreamer * fix fmt * move user input logic code into lib to make it more testable * remove opts_matches in fn instead get it from main2 * remove pub and fix import * add licence in new file * revert passing Matches, instead pass Option String * review update, also move sanitize fn to parser file * fmt fix * review fix: remove extra line
* Embedding API: prefs r/wPaul Rouget2020-06-101-56/+1
|
* #8539 Config preferences backend restructurePeter Hall2019-03-201-19/+50
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
|
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+0
|
* Reorder importsPyfisch2018-11-061-1/+1
|
* Format components config #21373kingdido9992018-09-021-7/+24
|
* Automatically provide a resource reader for testsPaul Rouget2018-04-301-3/+0
|
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+3
|
* Merge servo_config and servo_config_testsAnthony Ramine2018-01-201-0/+95