mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
373e284d28
Now that window.Components is no longer acccessible to page JS, we need a way to access it in mochitests. So this patch provides SpecialPowers.Components, which is the bonafide Components object for the window upon which SpecialPowers is defined. It also provides SpecialPowers.{Cc,Ci,Cr,Cu}, which are SpecialPowers-wrapped versions of their respective sub-objects (with the exception of Ci, which is unwrapped). |
||
---|---|---|
.. | ||
Makefile.in | ||
mozIJSSubScriptLoader.idl | ||
nsIJSContextStack.idl | ||
nsIJSEngineTelemetryStats.idl | ||
nsIJSRuntimeService.idl | ||
nsIScriptError.idl | ||
nsIXPConnect.idl | ||
nsIXPCScriptable.idl | ||
nsIXPCScriptNotify.idl | ||
nsIXPCSecurityManager.idl | ||
xpccomponents.idl | ||
xpcexception.idl | ||
xpcIJSGetFactory.idl | ||
xpcIJSModuleLoader.idl | ||
xpcIJSWeakReference.idl | ||
xpcjsid.idl |