diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /js/xpconnect/idl/xpccomponents.idl | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'js/xpconnect/idl/xpccomponents.idl')
-rw-r--r-- | js/xpconnect/idl/xpccomponents.idl | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/js/xpconnect/idl/xpccomponents.idl b/js/xpconnect/idl/xpccomponents.idl index 47ed22e3a5..0146f407b5 100644 --- a/js/xpconnect/idl/xpccomponents.idl +++ b/js/xpconnect/idl/xpccomponents.idl @@ -211,10 +211,10 @@ interface nsIXPCComponents_Utils : nsISupports * object that you want to make available as a global to code running in * the sandbox. Possible values: Blob, ChromeUtils, CSS, CSSRule, * Directory, DOMParser, Element, Event, File, FileReader, FormData, - * InspectorUtils, MessageChannel, Node, NodeFilter, PromiseDebugging, - * TextDecoder, TextEncoder, URL, URLSearchParams, XMLHttpRequest, - * XMLSerializer, atob, btoa, caches, crypto, fetch, indexedDB, - * rtcIdentityProvider + * InspectorCSSParser, InspectorUtils, MessageChannel, Node, NodeFilter, + PromiseDebugging, TextDecoder, TextEncoder, URL, URLSearchParams, + XMLHttpRequest, XMLSerializer, atob, btoa, caches, crypto, fetch, + indexedDB, rtcIdentityProvider * - wantXrays: {Boolean} Whether the sandbox wants Xray vision with * respect to same-origin objects outside the sandbox. * Note that wantXrays is essentially deprecated. The preferred method @@ -683,12 +683,6 @@ interface nsIXPCComponents_Utils : nsISupports string getClassName(in jsval aObj, in boolean aUnwrap); /** - * Get a DOM classinfo for the given classname. Only some class - * names are supported. - */ - nsIClassInfo getDOMClassInfo(in AString aClassName); - - /** * Gets the incument global for the execution of this function. For internal * and testing use only. * |