servo/components/config
Atbrakhi 3df284cf54
Move user input logic into servoshell (#30238)
* 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
2023-09-06 11:45:56 +00:00
..
tests Move user input logic into servoshell (#30238) 2023-09-06 11:45:56 +00:00
basedir.rs Remove UWP / Hololens support 2023-07-05 09:12:09 +02:00
Cargo.toml Remove UWP / Hololens support 2023-07-05 09:12:09 +02:00
lib.rs move servo_version from config crate to ports/libsimpleservo/api/src/lib.rs and duplicate in ports/winit/main2.rs 2022-03-06 01:43:46 +01:00
opts.rs Move user input logic into servoshell (#30238) 2023-09-06 11:45:56 +00:00
pref_util.rs Remove an unneeded arc reference count bump on each pref access. 2023-06-08 11:09:25 +02:00
prefs.rs remove minibrowser from prefs (#30127) 2023-08-19 08:29:44 +00:00