Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions schemas/telemetry/crash/crash.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,10 @@
"description": "<levels>, Optional, present only if >0, indicates the nesting level of the event-loop",
"type": "string"
},
"ExperimentalFeatures": {
"description": "<string>, Comma-separated list of enabled experimental features from about:preferences#experimental.",
"type": "string"
},
"IndexedDBShutdownTimeout": {
"description": "<json>, This annotation is present if IndexedDB shutdown was not finished in time and the browser was crashed instead of waiting for IndexedDB shutdown to finish. The condition that caused the hang is contained in the annotation. The condition is constructed by stringifying status of objects which blocked IndexedDB shutdown. Objects are divided into three groups: FactoryOperations, LiveDatabases and DatabaseMaintenances. Each group is reported separately and contains the number of objects in the group and status of individual objects in the group (duplicit entries are removed): \"GroupName: N (objectStatus1, objectStatus2, ...)\" where N is the number of objects in the group. Status of individual objects is constructed by taking selected object properties. Properties which contain origin strings are anonymized.",
"type": "string"
Expand Down
4 changes: 4 additions & 0 deletions templates/telemetry/crash/crash.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
"description": "<levels>, Optional, present only if >0, indicates the nesting level of the event-loop",
"type": "string"
},
"ExperimentalFeatures": {
"description": "<string>, Comma-separated list of enabled experimental features from about:preferences#experimental.",
"type": "string"
},
"IndexedDBShutdownTimeout": {
"description": "<json>, This annotation is present if IndexedDB shutdown was not finished in time and the browser was crashed instead of waiting for IndexedDB shutdown to finish. The condition that caused the hang is contained in the annotation. The condition is constructed by stringifying status of objects which blocked IndexedDB shutdown. Objects are divided into three groups: FactoryOperations, LiveDatabases and DatabaseMaintenances. Each group is reported separately and contains the number of objects in the group and status of individual objects in the group (duplicit entries are removed): \"GroupName: N (objectStatus1, objectStatus2, ...)\" where N is the number of objects in the group. Status of individual objects is constructed by taking selected object properties. Properties which contain origin strings are anonymized.",
"type": "string"
Expand Down