gecko-dev/dom/script
Andreas Farre 63e21eec70 Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika
To be able to remove SystemGroup, NS_ReleaseOnMainThreadSystemGroup
needs to have its dependency on SystemGroup removed. Since all
releases using SystemGroup would've released on the main thread anyway
we can safely replace NS_ReleaseOnMainThreadSystemGroup with
NS_ReleaseOnMainThread.

Depends on D64390

Differential Revision: https://phabricator.services.mozilla.com/D67631

--HG--
extra : moz-landing-system : lando
2020-04-07 15:16:23 +00:00
..
LoadedScript.cpp
LoadedScript.h
ModuleLoadRequest.cpp Bug 1624810 - Set the multi-zone JS holder flag on appropriate cycle collected classes r=mccr8 2020-03-26 10:49:06 +00:00
ModuleLoadRequest.h
ScriptDecoding.h Bug 1559633 - Introduce a ScriptDecoding.h header containing templated decoding code for decoding script data as UTF-8 or UTF-16. r=bzbarsky 2019-06-26 23:25:19 +00:00
ScriptElement.cpp
ScriptElement.h
ScriptLoadHandler.cpp Bug 1626440 - Remove nsAutoPtr usage from dom/script. r=mccr8 2020-04-03 21:05:05 +00:00
ScriptLoadHandler.h Bug 1626440 - Remove nsAutoPtr usage from dom/script. r=mccr8 2020-04-03 21:05:05 +00:00
ScriptLoadRequest.cpp Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/script. r=smaug 2020-03-09 15:04:35 +00:00
ScriptLoadRequest.h Bug 1607769 - Remove script loader telemetry added by Bug 1579876 and Bug 1573904. r=jorendorff 2020-02-03 18:55:44 +00:00
ScriptLoader.cpp Bug 1620594 - Part 1: Rework NS_ReleaseOnMainThreadSystemGroup. r=nika 2020-04-07 15:16:23 +00:00
ScriptLoader.h Bug 1626440 - Remove nsAutoPtr usage from dom/script. r=mccr8 2020-04-03 21:05:05 +00:00
ScriptSettings.cpp Bug 1623226 - Pass exception stack from AutoJSAPI::ReportException. r=baku 2020-03-31 01:19:31 +00:00
ScriptSettings.h Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
ScriptTrace.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
ScriptTrace.h
moz.build Bug 1559633 - Introduce a ScriptDecoding.h header containing templated decoding code for decoding script data as UTF-8 or UTF-16. r=bzbarsky 2019-06-26 23:25:19 +00:00
nsIScriptElement.h Bug 1528697 - Expose ReferrerPolicy.webidl and use referrerpolicy enum r=smaug 2019-08-21 13:24:45 +00:00
nsIScriptLoaderObserver.idl