mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
[DOM] Stop exposing NotifyPaintEvent to web content.
There's no reason this should be available to the web, as it's an indicator of browser internals.
This commit is contained in:
parent
7cc9551e79
commit
b9e7ecd8bc
4 changed files with 21 additions and 9 deletions
|
|
@ -715,8 +715,6 @@ var interfaceNamesInGlobalScope =
|
|||
"NodeList",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"Notification",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
"NotifyPaintEvent",
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
{name: "OffscreenCanvas", disabled: true},
|
||||
// IMPORTANT: Do not change this list without review from a DOM peer!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue