mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Introduce shell.crash_reporter.enabled pref
This commit is contained in:
parent
593200e693
commit
0c00022ae0
2 changed files with 4 additions and 0 deletions
|
@ -482,6 +482,9 @@ mod gen {
|
|||
max_length: i64,
|
||||
},
|
||||
shell: {
|
||||
crash_reporter: {
|
||||
enabled: bool,
|
||||
},
|
||||
homepage: String,
|
||||
keep_screen_on: {
|
||||
enabled: bool,
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
"network.http-cache.disabled": false,
|
||||
"network.mime.sniff": false,
|
||||
"session-history.max-length": 20,
|
||||
"shell.crash_reporter.enabled": false,
|
||||
"shell.homepage": "https://servo.org",
|
||||
"shell.keep_screen_on.enabled": false,
|
||||
"shell.native-orientation": "both",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue