summaryrefslogtreecommitdiffstats
path: root/devtools/server/actors/webconsole/webidl-unsafe-getters-names.js
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/server/actors/webconsole/webidl-unsafe-getters-names.js')
-rw-r--r--devtools/server/actors/webconsole/webidl-unsafe-getters-names.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/devtools/server/actors/webconsole/webidl-unsafe-getters-names.js b/devtools/server/actors/webconsole/webidl-unsafe-getters-names.js
new file mode 100644
index 0000000000..eb571c7545
--- /dev/null
+++ b/devtools/server/actors/webconsole/webidl-unsafe-getters-names.js
@@ -0,0 +1,20 @@
+/* This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+
+// This file is automatically generated by the GenerateDataFromWebIdls.py
+// script. Do not modify it manually.
+"use strict";
+
+module.exports = [
+ "InstallTrigger",
+ "farthestViewportElement",
+ "mozPreservesPitch",
+ "mozPressure",
+ "nearestViewportElement",
+ "onmouseenter",
+ "onmouseleave",
+ "onmozfullscreenchange",
+ "onmozfullscreenerror",
+ "onreadystatechange",
+];