gecko-dev/browser/modules
Kris Maglione 0b1a146519 Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8
ContentTask tasks have a different lifetime than SpecialPowers tasks, with the
former being tied to the lifetime of a message manager and the latter tied to
the lifetime of a window global. That means that existing ContentTask callers
which expect to be able to register load listeners before the creation of a
window global, or which expect to persist after a page has navigated, won't
work as SpecialPowers tasks.

Since those sorts of tasks are not really resilient in the face of Fission,
they should really be written to work differently, but this patch mostly just
reverts them to using ContentTask for the time being.

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

--HG--
extra : moz-landing-system : lando
2019-12-13 20:36:36 +00:00
..
test Bug 1596918: Part 4c - Fix callers which depend on document lifecycle changes. r=mccr8 2019-12-13 20:36:36 +00:00
AboutNewTab.jsm
AppUpdater.jsm Bug 1599360 - Factor out appUpdater from aboutDialog-appUpdater.js into a jsm module r=rstrong 2019-12-03 06:01:32 +00:00
AsanReporter.jsm
AsyncTabSwitcher.jsm Bug 1598516 - Remove isLocalAboutURI since all about: URIs are local. r=Gijs 2019-12-03 23:55:21 +00:00
BrowserUsageTelemetry.jsm Bug 1568043 - Remove code paths going through _parseActionUrl(url). r=Standard8 2019-10-30 14:48:57 +00:00
BrowserWindowTracker.jsm
ContentCrashHandlers.jsm Bug 1563619 - Handle subframe crashes in BrowserParent::ActorDestroy. r=mconley,kmag,peterv 2019-08-26 13:08:32 +00:00
ContentObservers.js
ContentSearch.jsm Bug 1587817 - Move the default search engine in Private Browsing mode for in-content search access points to be contained in ContentSearch.jsm. r=Mardak,Standard8 2019-10-17 13:02:09 +00:00
DelegatedCredsExperiment.jsm Bug 1580053 - Add Delegated Credentials experiment script r=jcj,mconley 2019-12-04 15:47:07 +00:00
Discovery.jsm Bug 1574469 - Removed block param from nsICookieManager::Remove. r=Ehsan 2019-09-24 17:13:43 +00:00
EveryWindow.jsm
ExtensionsUI.jsm Bug 1581852 handle incognito checkbox for consecutive installs r=rpl 2019-10-23 21:38:56 +00:00
FaviconLoader.jsm Bug 1600244 - Don't store favicons added after the initial page load. r=mossop 2019-12-04 18:21:09 +00:00
HomePage.jsm Bug 1578381 - When resetting the homepage preference due to an ignore list update, ensure WebExtension settings are reset correctly. r=mixedpuppy 2019-10-07 17:05:16 +00:00
LaterRun.jsm
LiveBookmarkMigrator.jsm
NewTabPagePreloading.jsm Bug 1581300 - Remove unneeded browser.webProgress r=mconley 2019-09-17 15:32:41 +00:00
OpenInTabsUtils.jsm
PageActions.jsm Bug 1603787: Remove the long-expired telemetry logging for page action items. r=Gijs 2019-12-13 17:26:58 +00:00
PermissionUI.jsm Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol 2019-12-12 03:10:51 +00:00
PingCentre.jsm Bug 1598724 - Add event ping migration, DE layout with DS, and campaign to flight id value migration to New Tab Page r=Mardak 2019-11-22 20:06:55 +00:00
ProcessHangMonitor.jsm
ReaderParent.jsm Backed out changeset 4c9e50d055ea (bug 1585907) per developer's request 2019-11-08 03:50:18 +02:00
Sanitizer.jsm Bug 1601094, rename the remaining .xul files in browser/ to .xhtml r=marionette-reviewers,whimboo,mossop 2019-12-11 00:27:19 +00:00
SelectionChangedMenulist.jsm
SiteDataManager.jsm Bug 1595934 - Make nsICookieManager cookie enumerators return Array<nsICookie> instead of nsISimpleEnumerator; r=baku 2019-12-03 17:08:25 +00:00
SitePermissions.jsm Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol 2019-12-12 03:10:51 +00:00
TabUnloader.jsm
TabsList.jsm Bug 1594123 - Fix lookup of toolbarbutton-icon in TabsList r=mconley 2019-11-05 18:22:38 +00:00
ThemeVariableMap.jsm
TransientPrefs.jsm
Windows8WindowFrameColor.jsm
WindowsJumpLists.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +00:00
WindowsPreviewPerTab.jsm Bug 1591328 - Migrate the window title to Fluent. r=fluent-reviewers,Gijs,mixedpuppy 2019-11-21 19:16:15 +00:00
ZoomUI.jsm Backed out changeset a8e371771008 (bug 1590485) for failing in browser_default_zoom.js 2019-12-13 00:11:08 +02:00
moz.build Bug 1600942 - Remove event telemetry for permission prompt studies. r=Ehsan 2019-12-10 14:39:49 +00:00
webrtcUI.jsm Bug 1601094, rename the remaining .xul files in browser/ to .xhtml r=marionette-reviewers,whimboo,mossop 2019-12-11 00:27:19 +00:00