bin |
|
|
firefox_args.rs |
Argument string parsing and matching functions for Firefox.
Which arguments Firefox accepts and in what style depends on the platform.
On Windows only, arguments can be prefixed with `/` (slash), such as
`/screenshot`. Elsewhere, including Windows, arguments may be prefixed
with both single (`-screenshot`) and double (`--screenshot`) dashes.
An argument's name is determined by a space or an assignment operator (`=`)
so that for the string `-foo=bar`, `foo` is considered the argument's
basename. |
12816 |
lib.rs |
|
541 |
path.rs |
Provides utilities for searching the system path. |
1850 |
runner.rs |
|
16760 |