Bug 1766629 - [devtools] Update webidl-deprecated-list.js. r=bomsy

The file was automatically updated by the GenerateDataFromWebIdls.py script.

Differential Revision: https://phabricator.services.mozilla.com/D144808
This commit is contained in:
nchevobbe 2022-04-28 08:46:11 +00:00
Родитель 3b0ccd8cf7
Коммит 00c36d79e1
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -22,9 +22,15 @@ module.exports = {
["prototype", "onmozfullscreenchange"],
["prototype", "onmozfullscreenerror"],
],
HTMLMediaElement: [["prototype", "mozPreservesPitch"]],
IDBDatabase: [["prototype", "createMutableFile"]],
IDBMutableFile: [["prototype", "open"]],
ImageBitmapRenderingContext: [["prototype", "transferImageBitmap"]],
InstallTriggerImpl: [
["prototype", "install"],
["prototype", "installChrome"],
["prototype", "startSoftwareUpdate"],
],
MathMLElement: [
["prototype", "onmozfullscreenchange"],
["prototype", "onmozfullscreenerror"],
@ -41,6 +47,7 @@ module.exports = {
["prototype", "onmozfullscreenerror"],
],
Window: [
["prototype", "InstallTrigger"],
["prototype", "onmozfullscreenchange"],
["prototype", "onmozfullscreenerror"],
],