mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This should help clarify the difference between servo the library / engine and servoshell the browser (demo). Other changes: - Removed etc/servo.sb ( [apple sandbox profile format](https://angelica.gitbook.io/hacktricks/macos-hardening/macos-security-and-privilege-escalation/macos-security-protections/macos-sandbox#sandbox-profiles)) since it is not needed anymore. See [this comment](https://github.com/servo/servo/pull/42958#discussion_r2876253489) for more details. Testing: This is a very invasive change, and there are bound to be scripts / places I have overlooked. Searching for usages of `servo` is very hard, since it's also the name of the library. Try run: https://github.com/servo/servo/actions/runs/22637676818 --------- Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> Signed-off-by: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
10 lines
444 B
Plaintext
10 lines
444 B
Plaintext
# The first line here should be the "servoshell" argument (without quotes) and the
|
|
# last should be the URL to load.
|
|
# Blank lines and those beginning with a '#' are ignored.
|
|
# Each line should be a separate parameter as would be parsed by the shell.
|
|
# For example, "servo -p 10 http://en.wikipedia.org/wiki/Rust" would take 4
|
|
# lines (the "-p" and "10" are separate even though they are related).
|
|
|
|
servoshell
|
|
http://en.wikipedia.org/wiki/Rust
|