Bug 1682030 - Remove HiddenPluginEvent. r=jmathies,webidl,edgar

HiddenPluginEvent is no longer used since NPAPI plugin support has been removed.

Differential Revision: https://phabricator.services.mozilla.com/D107159
This commit is contained in:
David Parks 2021-04-06 19:28:19 +00:00
Родитель 7a4e918916
Коммит b3299f1b4c
3 изменённых файлов: 0 добавлений и 20 удалений

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

@ -1,15 +0,0 @@
interface PluginTag;
[ChromeOnly,
Exposed=Window]
interface HiddenPluginEvent : Event
{
constructor(DOMString type, optional HiddenPluginEventInit eventInit = {});
readonly attribute PluginTag? tag;
};
dictionary HiddenPluginEventInit : EventInit
{
PluginTag? tag = null;
};

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

@ -148,9 +148,6 @@ with Files("HTML*"):
with Files("HashChangeEvent.webidl"):
BUG_COMPONENT = ("Core", "DOM: Navigation")
with Files("HiddenPluginEvent.webidl"):
BUG_COMPONENT = ("Core", "Plug-ins")
with Files("IDB*"):
BUG_COMPONENT = ("Core", "Storage: IndexedDB")
@ -1083,7 +1080,6 @@ GENERATED_EVENTS_WEBIDL_FILES = [
"GamepadEvent.webidl",
"GPUUncapturedErrorEvent.webidl",
"HashChangeEvent.webidl",
"HiddenPluginEvent.webidl",
"ImageCaptureErrorEvent.webidl",
"MediaQueryListEvent.webidl",
"MediaRecorderErrorEvent.webidl",

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

@ -281,7 +281,6 @@ module.exports = {
HashChangeEvent: false,
Headers: false,
HeapSnapshot: false,
HiddenPluginEvent: false,
History: false,
IDBCursor: false,
IDBCursorWithValue: false,