gecko-dev/browser/actors
Mike Conley e5905f10e5 Bug 1674317 - Load about:home scripts via the subscript loader when hitting the about:home startup cache. r=k88hudson
Using the subscript loader is currently our best way of getting the loaded scripts recorded for entry
in the ScriptPreloader which is used to cache startup-related JavaScript within the startup window.

Originally, we were using <script> tags to load those scripts, but unfortunately, that loading mechanism
does not qualify for being noted by the ScriptPreloader.

This is a workaround until the Stencil project by the SpiderMonkey team Phase 2 is complete (see bug 1663956),
which should allow us to more easily note scripts to cache at runtime.

Differential Revision: https://phabricator.services.mozilla.com/D95407
2020-11-03 20:54:55 +00:00
..
AboutNewInstallChild.jsm
AboutNewInstallParent.jsm
AboutNewTabChild.jsm Bug 1674317 - Load about:home scripts via the subscript loader when hitting the about:home startup cache. r=k88hudson 2020-11-03 20:54:55 +00:00
AboutNewTabParent.jsm
AboutPluginsChild.jsm
AboutPluginsParent.jsm
AboutPrivateBrowsingChild.jsm
AboutPrivateBrowsingParent.jsm
AboutProtectionsChild.jsm
AboutProtectionsParent.jsm
AboutReaderChild.jsm Bug 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +00:00
AboutReaderParent.jsm
AboutTabCrashedChild.jsm
AboutTabCrashedParent.jsm
BlockedSiteChild.jsm
BlockedSiteParent.jsm
BrowserProcessChild.jsm
BrowserTabChild.jsm
BrowserTabParent.jsm
ClickHandlerChild.jsm
ClickHandlerParent.jsm
ContentMetaChild.jsm Bug 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +00:00
ContentMetaParent.jsm
ContentSearchChild.jsm
ContentSearchParent.jsm
ContextMenuChild.jsm
ContextMenuParent.jsm
DOMFullscreenChild.jsm
DOMFullscreenParent.jsm
DecoderDoctorChild.jsm
DecoderDoctorParent.jsm
EncryptedMediaChild.jsm
EncryptedMediaParent.jsm
FormValidationChild.jsm
FormValidationParent.jsm
LightweightThemeChild.jsm Bug 1670134, remove message manager reference from LightweightThemeChild.jsm, by getting chromeOuterWindowId from BrowserChild instead, r=mconley 2020-10-09 17:36:22 +00:00
LinkHandlerChild.jsm
LinkHandlerParent.jsm
NetErrorChild.jsm Bug 941354 - Use innerMostURI on about:{neterror,certerror}. r=prathiksha,baku 2020-10-27 10:55:51 +00:00
NetErrorParent.jsm Bug 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +00:00
PageInfoChild.jsm
PageStyleChild.jsm
PageStyleParent.jsm
PluginChild.jsm Bug 1651802, replace willDestroy methods in actors with didDestroy, add null-check in picture-in-picture actor which occurs if removeMouseButtonListeners while tab is closed, r=mconley 2020-10-20 23:27:28 +00:00
PluginParent.jsm
PointerLockChild.jsm
PointerLockParent.jsm
PromptParent.jsm
RFPHelperChild.jsm
RFPHelperParent.jsm
RefreshBlockerChild.jsm
RefreshBlockerParent.jsm
SearchTelemetryChild.jsm Bug 1511065 - Switch Search Provider telemetry probes to Remote Settings. r=daleharvey 2020-10-09 16:41:34 +00:00
SearchTelemetryParent.jsm
SwitchDocumentDirectionChild.jsm
WebRTCChild.jsm Bug 1597451 - Remove IterateWindowListeners altogether. r=jib,geckoview-reviewers,agi 2020-10-19 09:56:56 +00:00
WebRTCParent.jsm
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00