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