feat: Imported Firefox 133 schema data (#5499)
This commit is contained in:
Родитель
de4a5e275a
Коммит
8d92066b2a
|
@ -186,7 +186,8 @@
|
||||||
"responsiveness",
|
"responsiveness",
|
||||||
"cpufreq",
|
"cpufreq",
|
||||||
"bandwidth",
|
"bandwidth",
|
||||||
"memory"
|
"memory",
|
||||||
|
"tracing"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"supports": {
|
"supports": {
|
||||||
|
|
|
@ -217,7 +217,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "recordEvent",
|
"name": "recordEvent",
|
||||||
"deprecated": "`recordEvent` has been deprecated since Firefox 132 (see bug 1894533)",
|
"deprecated": "`recordEvent` is a no-op since Firefox 132 (see bug 1894533)",
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"description": "Record an event in Telemetry. Throws when trying to record an unknown event.",
|
"description": "Record an event in Telemetry. Throws when trying to record an unknown event.",
|
||||||
"async": true,
|
"async": true,
|
||||||
|
@ -277,7 +277,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "registerEvents",
|
"name": "registerEvents",
|
||||||
"deprecated": "`registerEvents` has been deprecated since Firefox 132 (see bug 1894533)",
|
"deprecated": "`registerEvents` is a no-op since Firefox 132 (see bug 1894533)",
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"description": "Register new events to record them from addons. See nsITelemetry.idl for more details.",
|
"description": "Register new events to record them from addons. See nsITelemetry.idl for more details.",
|
||||||
"async": true,
|
"async": true,
|
||||||
|
@ -299,8 +299,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "setEventRecordingEnabled",
|
"name": "setEventRecordingEnabled",
|
||||||
|
"deprecated": "`setEventRecordingEnabled` is a no-op since Firefox 133 (see bug 1920562)",
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"description": "Enable recording of events in a category. Events default to recording disabled. This allows to toggle recording for all events in the specified category.",
|
"description": "Enable recording of events in a category. Events default to recording enabled. This allows to toggle recording for all events in the specified category.",
|
||||||
"async": true,
|
"async": true,
|
||||||
"parameters": [
|
"parameters": [
|
||||||
{
|
{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче