зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3b0ccd8cf7
Коммит
00c36d79e1
|
@ -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"],
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче