gecko-dev/browser/actors
2023-03-17 07:46:57 +00:00
..
test/browser
AboutNewTabChild.sys.mjs Bug 1676492, create a special blank tab page that will show the bookmarks toolbar when 'Only Show on New Tab' is used' even when the new tab page is disabled, r=Gijs,Mardak 2022-11-01 20:43:01 +00:00
AboutNewTabParent.sys.mjs Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers 2022-09-26 21:47:50 +00:00
AboutPluginsChild.sys.mjs Bug 1822556 - Update consumers of toolkit/actors to import ES modules directly. r=mossop,perftest-reviewers,credential-management-reviewers,sgalich,kshampur 2023-03-16 12:50:27 +00:00
AboutPluginsParent.sys.mjs Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers 2022-09-26 21:47:50 +00:00
AboutPocketChild.sys.mjs Bug 1822556 - Update consumers of toolkit/actors to import ES modules directly. r=mossop,perftest-reviewers,credential-management-reviewers,sgalich,kshampur 2023-03-16 12:50:27 +00:00
AboutPocketParent.sys.mjs Bug 1781836 - Adding recent tags r=thecount 2023-01-20 20:55:30 +00:00
AboutPrivateBrowsingChild.sys.mjs Bug 1822556 - Update consumers of toolkit/actors to import ES modules directly. r=mossop,perftest-reviewers,credential-management-reviewers,sgalich,kshampur 2023-03-16 12:50:27 +00:00
AboutPrivateBrowsingParent.sys.mjs Bug 1821624 - Convert toolkit/components/messaging-system to ES modules r=Standard8,fxview-reviewers,omc-reviewers,aminomancer,sclements 2023-03-15 18:44:02 +00:00
AboutProtectionsChild.sys.mjs Bug 1822556 - Update consumers of toolkit/actors to import ES modules directly. r=mossop,perftest-reviewers,credential-management-reviewers,sgalich,kshampur 2023-03-16 12:50:27 +00:00
AboutProtectionsParent.sys.mjs Bug 1817183 - Update consumers of services/fxaccounts to import ES modules directly. r=markh,settings-reviewers,credential-management-reviewers,sgalich 2023-02-17 16:34:43 +00:00
AboutReaderChild.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
AboutReaderParent.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
AboutTabCrashedChild.sys.mjs Bug 1822556 - Update consumers of toolkit/actors to import ES modules directly. r=mossop,perftest-reviewers,credential-management-reviewers,sgalich,kshampur 2023-03-16 12:50:27 +00:00
AboutTabCrashedParent.sys.mjs Bug 1803158 - convert session restore consumers to reference the sys.mjs files instead, r=webdriver-reviewers,perftest-reviewers,extension-reviewers,credential-management-reviewers,Standard8,sgalich,whimboo,sparky,willdurand 2022-12-06 16:02:03 +00:00
BlockedSiteChild.sys.mjs Bug 1788928 - Convert BlockedSite JSM modules to ESMs. r=mconley. 2022-10-17 17:57:27 +00:00
BlockedSiteParent.sys.mjs Bug 1788928 - Convert BlockedSite JSM modules to ESMs. r=mconley. 2022-10-17 17:57:27 +00:00
BrowserProcessChild.sys.mjs Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers 2022-09-26 21:47:50 +00:00
BrowserTabChild.sys.mjs Bug 1718082 - track current tab using browserId instead of top browsing context id for network prioritization purposes, r=nika,mconley,necko-reviewers,kershaw,valentin 2023-03-13 17:32:08 +00:00
ClickHandlerChild.sys.mjs Bug 1800149 - Part 2: Stop sending some values from a content process in ClickHandler, r=Gijs 2022-12-13 18:35:18 +00:00
ClickHandlerParent.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
ContentSearchChild.sys.mjs Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers 2022-09-26 21:47:50 +00:00
ContentSearchParent.sys.mjs Bug 1697392 - Simplify SearchSuggestionController to return the form history results, rather than an FormAutoCompleteResult. r=mak 2023-03-14 14:32:32 +00:00
ContextMenuChild.sys.mjs Bug 1817341 - determine private state for saving links and media in the parent instead of the child, r=cmkm 2023-02-24 22:52:20 +00:00
ContextMenuParent.sys.mjs Bug 1790226 - Convert ContextMenu JSM modules to ESMs. r=mconley. 2022-10-19 20:21:12 +00:00
DecoderDoctorChild.sys.mjs Bug 1790227 -Coverted DecoderDoctor JSM modules to ESM modules. r=NeilDeakin,media-playback-reviewers,chunmin. 2022-10-17 17:22:38 +00:00
DecoderDoctorParent.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
DOMFullscreenChild.sys.mjs Bug 1790274 - Convert browser/actors/DOMFullscreen* JSM modules to ESMs. r=mconley,kpatenio. 2022-10-17 15:55:47 +00:00
DOMFullscreenParent.sys.mjs Bug 1794622; r=smaug 2023-01-17 20:22:16 +00:00
EncryptedMediaChild.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
EncryptedMediaParent.sys.mjs Bug 1806503 - Automatically replace Cu.reportError with console.error (browser/actors, browser/base). r=Gijs 2022-12-27 10:08:58 +00:00
FormValidationChild.sys.mjs Bug 1792365 - Convert toolkit/modules consumers to use ES module imports directly. r=webdriver-reviewers,perftest-reviewers,geckoview-reviewers,extension-reviewers,preferences-reviewers,desktop-theme-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,robwu,Gijs,sgalich,bytesized,AlexandruIonescu,dao,m_kato 2022-09-29 06:52:34 +00:00
FormValidationParent.sys.mjs Bug 1792398 - Enable ESLint rule 'strict' on mjs files as the directive is not necessary for modules. r=arai,pip-reviewers 2022-09-26 21:47:50 +00:00
LightweightThemeChild.jsm Bug 1744584 - Remove old sidebar theme-ing workaround. r=bigiri 2022-10-18 20:10:00 +00:00
LinkHandlerChild.sys.mjs Bug 1822221 - Convert browser/actors/LinkHandler* JSMs to ESMs. r=kpatenio,devtools-reviewers 2023-03-17 07:46:57 +00:00
LinkHandlerParent.sys.mjs Bug 1822221 - Convert browser/actors/LinkHandler* JSMs to ESMs. r=kpatenio,devtools-reviewers 2023-03-17 07:46:57 +00:00
moz.build Bug 1822221 - Convert browser/actors/LinkHandler* JSMs to ESMs. r=kpatenio,devtools-reviewers 2023-03-17 07:46:57 +00:00
PageInfoChild.sys.mjs Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
PageStyleChild.sys.mjs Bug 1822222 - Convert browser/actors/PageStyle* JSMs to ESMs. r=kpatenio 2023-03-17 01:55:59 +00:00
PageStyleParent.sys.mjs Bug 1822222 - Convert browser/actors/PageStyle* JSMs to ESMs. r=kpatenio 2023-03-17 01:55:59 +00:00
PluginChild.jsm
PluginParent.jsm Bug 1820882 - Convert consumers of toolkit/crashreporter to import ES modules directly r=Standard8 2023-03-15 11:14:22 +00:00
PointerLockChild.sys.mjs Bug 1821159 - Convert browser/actors/PointerLock* JSMs to ESMs. r=kpatenio 2023-03-13 16:13:19 +00:00
PointerLockParent.sys.mjs Bug 1821159 - Convert browser/actors/PointerLock* JSMs to ESMs. r=kpatenio 2023-03-13 16:13:19 +00:00
PromptParent.sys.mjs Bug 1821162 - Convert SwitchDocumentDirectionChild.jsm and PromptParent.jsm in browser/actors to ESMs r=kpatenio,bnasar 2023-03-14 18:30:22 +00:00
RefreshBlockerChild.jsm Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
RefreshBlockerParent.jsm
RFPHelperChild.jsm Bug 1777486 - Part 2: Migrate XPCOMUtils.jsm consumers with automatic migration. r=webdriver-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,kmag,owlish,whimboo 2022-07-12 04:21:34 +00:00
RFPHelperParent.jsm Bug 1821898 - Remove RFPHelper definition from the browser window, import where used. r=pbz 2023-03-14 15:45:55 +00:00
ScreenshotsComponentChild.sys.mjs Bug 1801019 - Add telemetry for screenshots component. r=sfoster 2023-02-25 17:26:34 +00:00
SearchSERPTelemetryChild.sys.mjs Bug 1821160 - Convert browser/actors/SearchSERPTelemetry. r=kpatenio,search-reviewers,Standard8 2023-03-13 16:30:27 +00:00
SearchSERPTelemetryParent.sys.mjs Bug 1821160 - Convert browser/actors/SearchSERPTelemetry. r=kpatenio,search-reviewers,Standard8 2023-03-13 16:30:27 +00:00
SwitchDocumentDirectionChild.sys.mjs Bug 1821162 - Convert SwitchDocumentDirectionChild.jsm and PromptParent.jsm in browser/actors to ESMs r=kpatenio,bnasar 2023-03-14 18:30:22 +00:00
WebRTCChild.jsm Bug 1811341 - restore OS picker behavior under wayland for gUM;r=jib,mjf 2023-01-31 20:02:42 +00:00
WebRTCParent.jsm Bug 1818530 - Fix tab sharing on Wayland r=ng,jib 2023-03-01 13:45:21 +00:00