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-05 23:48:43 +00:00
Родитель ef8f5b1e09
Коммит 2619aa617d
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"): with Files("HashChangeEvent.webidl"):
BUG_COMPONENT = ("Core", "DOM: Navigation") BUG_COMPONENT = ("Core", "DOM: Navigation")
with Files("HiddenPluginEvent.webidl"):
BUG_COMPONENT = ("Core", "Plug-ins")
with Files("IDB*"): with Files("IDB*"):
BUG_COMPONENT = ("Core", "Storage: IndexedDB") BUG_COMPONENT = ("Core", "Storage: IndexedDB")
@ -1083,7 +1080,6 @@ GENERATED_EVENTS_WEBIDL_FILES = [
"GamepadEvent.webidl", "GamepadEvent.webidl",
"GPUUncapturedErrorEvent.webidl", "GPUUncapturedErrorEvent.webidl",
"HashChangeEvent.webidl", "HashChangeEvent.webidl",
"HiddenPluginEvent.webidl",
"ImageCaptureErrorEvent.webidl", "ImageCaptureErrorEvent.webidl",
"MediaQueryListEvent.webidl", "MediaQueryListEvent.webidl",
"MediaRecorderErrorEvent.webidl", "MediaRecorderErrorEvent.webidl",

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

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