mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
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
This commit is contained in:
parent
f137b2f2c3
commit
3df284cf54
9 changed files with 84 additions and 66 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -5535,6 +5535,7 @@ dependencies = [
|
|||
"sig",
|
||||
"surfman",
|
||||
"tinyfiledialogs",
|
||||
"url",
|
||||
"vergen",
|
||||
"webxr",
|
||||
"winapi",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue