gecko-dev/dom/script
Kris Maglione 83371fe0b5 Bug 1445551: Part 4 - Remove compartment-per-addon. r=mccr8
The compartment-per-addon code was added so that we could segregate at least
some of the code from system-privileged add-ons into tagged compartments, even
when it ran in browser windows. That allowed us to apply certain special
behavior to them, such as enabling e10s shims, and to track some performance
characteristics.

The only remaining chrome-privileged add-ons now are system add-ons controlled
by us, and the shim system and per-compartment performance metrics are gone,
it no longer serves a purpose.

MozReview-Commit-ID: Ap186bWAaqP

--HG--
extra : rebase_source : c5bf81b44dd42b7cebce2784b7dd98480b41b593
2018-03-13 19:43:30 -07:00
..
ModuleLoadRequest.cpp
ModuleLoadRequest.h
ModuleScript.cpp
ModuleScript.h
ScriptElement.cpp Bug 1442207: Remove unneeded arguments to nsIMutationObserver. r=smaug 2018-03-01 22:45:17 +01:00
ScriptElement.h
ScriptLoadHandler.cpp
ScriptLoadHandler.h
ScriptLoadRequest.cpp
ScriptLoadRequest.h
ScriptLoader.cpp Bug 1440269 - Defer calling debugger onNewScript hook for preloaded modules r=nbp 2018-03-01 17:13:14 +00:00
ScriptLoader.h
ScriptSettings.cpp Bug 1445551: Part 4 - Remove compartment-per-addon. r=mccr8 2018-03-13 19:43:30 -07:00
ScriptSettings.h Bug 1193394 - Part 1: Microtasks and promises scheduling. r=bevis 2017-11-17 11:01:27 +08:00
ScriptTrace.cpp
ScriptTrace.h
moz.build
nsIScriptElement.h
nsIScriptLoaderObserver.idl