Structsยง
- CmdArgs ๐
- Servo
Shell ๐Preferences
Enumsยง
- Argument
Parsing ๐Result - Parse
Resolution ๐Error
Staticsยง
- EXPERIMENTAL_
PREFS ๐ - Preferences enabled when servoshell is launched with the
--enable-experimental-web-platform-featuresflag.
Functionsยง
- default_
config_ dir - flag_
with_ ๐default_ parser - This is a helper function that fulfills the following parsing task
check for long/short cmd. If there is the flag with this
If the flag is not there, parse
None`` If the flag is there but no argument, parseSome(default)` If the flag is there and an argument parse the argument - get_
preferences ๐ - Get a Servo
Preferencesto use when initializing Servo by first reading the user preferences file and then overriding these preferences with the ones from the--prefs-filecommand-line argument, if given. - map_
debug_ ๐options - parse_
arguments_ ๐helper - parse_
command_ ๐line_ arguments - Parse Commandline arguments
- parse_
diagnostics_ ๐logging - Parse the โ-Zโ command-line flags.
- parse_
resolution_ ๐string - Parse a resolution string into a Size2D.
- parse_
user_ ๐stylesheets - Parse a space or comma-separated list of stylesheet paths into a vector of
UserStyleSheet. - profile ๐
- read_
prefs_ ๐file - read_
prefs_ map - update_
preferences_ ๐from_ command_ line_ arguemnts - userscripts ๐
- webdriver_
port ๐