aboutsummaryrefslogtreecommitdiffstats
path: root/components/config/tests
Commit message (Collapse)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+4
| | | | | * strict imports formatting * Reformat all imports
* remove `extern crate` (#30311)Samson2023-09-081-3/+1
| | | | | | | | | | | * remove extern crate * Update components/script_plugins/lib.rs Co-authored-by: Martin Robinson <mrobinson@igalia.com> --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
* 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
* Remove UWP / Hololens supportMartin Robinson2023-07-051-1/+1
|
* Embedding API: prefs r/wPaul Rouget2020-06-101-56/+1
|
* Remove explicit dependency on serde_deriveAnthony Ramine2019-09-271-1/+1
|
* Remove dirs crate from use in UWP builds.Josh Matthews2019-06-131-1/+1
|
* #8539 Config preferences backend restructurePeter Hall2019-03-202-57/+334
|
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-192-2/+2
|
* `cargo fix --edition-idioms`Simon Sapin2018-11-082-4/+0
|
* Reorder importsPyfisch2018-11-062-2/+2
|
* Format components config #21373kingdido9992018-09-022-25/+54
|
* new android port: introduce a simple servo libraryPaul Rouget2018-07-311-1/+2
|
* Automatically provide a resource reader for testsPaul Rouget2018-04-302-6/+0
|
* delegate resource reading to embedderPaul Rouget2018-04-272-3/+9
|
* #20174 removed the option and unwrapAndrei Cristian Petcu2018-03-021-1/+1
|
* Merge servo_config and servo_config_testsAnthony Ramine2018-01-202-0/+172