mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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,
|
max_length: i64,
|
||||||
},
|
},
|
||||||
shell: {
|
shell: {
|
||||||
|
crash_reporter: {
|
||||||
|
enabled: bool,
|
||||||
|
},
|
||||||
homepage: String,
|
homepage: String,
|
||||||
keep_screen_on: {
|
keep_screen_on: {
|
||||||
enabled: bool,
|
enabled: bool,
|
||||||
|
|
|
@ -111,6 +111,7 @@
|
||||||
"network.http-cache.disabled": false,
|
"network.http-cache.disabled": false,
|
||||||
"network.mime.sniff": false,
|
"network.mime.sniff": false,
|
||||||
"session-history.max-length": 20,
|
"session-history.max-length": 20,
|
||||||
|
"shell.crash_reporter.enabled": false,
|
||||||
"shell.homepage": "https://servo.org",
|
"shell.homepage": "https://servo.org",
|
||||||
"shell.keep_screen_on.enabled": false,
|
"shell.keep_screen_on.enabled": false,
|
||||||
"shell.native-orientation": "both",
|
"shell.native-orientation": "both",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue