feat: Imported Firefox 133 schema data (#5499)

This commit is contained in:
Luca Greco 2024-11-13 12:37:50 +01:00 коммит произвёл GitHub
Родитель de4a5e275a
Коммит 8d92066b2a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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": [
{