gecko-dev/browser/components
pbz 650149a70d Bug 1650794 - Refactor subdialogs.js to reusable SubDialog.jsm. r=Gijs,preferences-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D82405
2020-07-09 10:10:18 +00:00
..
about Bug 1650163 - Part 1: Switch native remoteType values to nsCString, r=farre,geckoview-reviewers,agi 2020-07-08 20:15:59 +00:00
aboutconfig Bug 1647141 - Make the text in about:config edit forms stay in the same place as before editing the prefs r=jaws 2020-06-25 04:15:51 +00:00
aboutlogins Bug 1641777 - Import logins from Firefox, Bitwarden, & Chrome CSV files r=MattN,flod 2020-07-04 20:09:19 +00:00
attribution
build
contextualidentity Bug 1614969 - Check download with MixedContentBlocker r=ckerschb 2020-07-08 15:25:43 +00:00
controlcenter/content Bug 1646780 - use a template to wrap the identity popup while it's not needed, r=johannh 2020-06-23 14:04:49 +00:00
customizableui Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs 2020-07-09 00:35:30 +00:00
dirprovider Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
doh Bug 1641496 - P6: Reenable some tests r=dragana,extension-reviewers,mixedpuppy 2020-06-04 22:56:38 +00:00
downloads Bug 1634641 - Skip browser_pdfjs_preview.js in asan builds due to frequent failures. r=jmaher 2020-07-05 14:44:16 +00:00
enterprisepolicies Bug 1632448 - Remove AddSearchProvider implementation. r=baku,daleharvey 2020-07-09 09:52:24 +00:00
extensions Bug 1632448 - Remove now unused confirm and extensionID parameters for nsISearchService.addEngine, and rename it. r=daleharvey 2020-07-09 09:56:25 +00:00
fxmonitor Bug 1639284 - Store records, timestamp and metadata in one IndexedDB transaction r=Gijs,mixedpuppy 2020-06-24 10:00:53 +00:00
installerprefs
migration Bug 1626581 - Use mozfile.remove in test_refresh_firefox.py and add the "\\?\" prefix for file path on Windows for mozfile.remove; r=whimboo,gbrown 2020-07-07 15:00:46 +00:00
newtab Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs 2020-07-09 00:35:30 +00:00
originattributes Backed out changeset 4ed5a0e27c05 (bug 1647732) for font related wpt failures. CLOSED TREE 2020-07-07 12:31:27 +03:00
payments Bug 1639795: Part II - "Migrate" older cards by deleting them. r=MattN 2020-06-10 21:57:19 +00:00
pioneer Bug 1646860 - Pioneer badge call-out on RemoteSettings update r=leplatrem 2020-07-07 14:57:27 +00:00
places Bug 1412656 - Use array instead of joined string to load bookmarks. r=Standard8 2020-07-03 15:38:26 +00:00
pocket Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs 2020-06-29 15:41:43 +00:00
preferences Bug 1650794 - Refactor subdialogs.js to reusable SubDialog.jsm. r=Gijs,preferences-reviewers 2020-07-09 10:10:18 +00:00
privatebrowsing Bug 1632887 - Disable browser_privatebrowsing_concurrent.js in beta and release, r=asuth 2020-05-29 14:57:54 +00:00
prompts Bug 1629113 - Add nsIPromptCollection. r=johannh,pbz 2020-05-22 16:24:12 +00:00
protections Bug 1627555 - Update region if in new location for a length of time. r=Standard8 2020-06-27 08:14:11 +00:00
protocolhandler Bug 1602668 - Fix linting error. CLOSED TREE 2020-06-22 23:21:52 +03:00
resistfingerprinting Bug 1602668 - M(1) manifest and test changes. r=kmag,karlt,necko-reviewers,valentin 2020-06-22 19:09:49 +00:00
safebrowsing/content/test
search Bug 1632448 - Remove now unused confirm and extensionID parameters for nsISearchService.addEngine, and rename it. r=daleharvey 2020-07-09 09:56:25 +00:00
sessionstore Bug 1650155 - Rename PromiseTestUtils.whitelistRejectionsGlobally to allowMatchingRejectionsGlobally r=Gijs 2020-07-03 17:01:29 +00:00
shell Bug 1651136 - Part 2: Use non-XPCOM bool instead of nsresult in code used in updater. r=bytesized 2020-07-08 23:38:15 +00:00
ssb Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs 2020-07-09 00:35:30 +00:00
syncedtabs Bug 1638153: Part 2 - Fix uses of .rootTreeItem to get top browser window. r=geckoview-reviewers,nika,snorp 2020-06-17 17:17:16 +00:00
tests Bug 1614681 - Re-enabled test_distribution.js for Linux. r=egao 2020-07-09 06:10:49 +00:00
touchbar Bug 1644863 - fix trailing whitespace in browser/toolkit/devtools/mobile frontend code files, r=mossop,geckoview-reviewers,agi 2020-06-17 22:40:53 +00:00
translation Bug 1650155 - Rename PromiseTestUtils.whitelistRejectionsGlobally to allowMatchingRejectionsGlobally r=Gijs 2020-07-03 17:01:29 +00:00
uitour Bug 1648180 - Support 'entrypoint', 'entrypoint_experiment', 'entrypoint_variation' parameters in FxA UITour. r=Mardak 2020-06-26 05:08:28 +00:00
urlbar Bug 1632448 - Remove now unused confirm and extensionID parameters for nsISearchService.addEngine, and rename it. r=daleharvey 2020-07-09 09:56:25 +00:00
.eslintrc.js
BrowserComponents.manifest
BrowserContentHandler.jsm Bug 1614748, convert about:newinstall to JSWindowActor-based remote page manager, r=mossop 2020-05-15 19:41:56 +00:00
BrowserGlue.jsm Bug 1649879 - Remove URIFixupChild. r=kmag 2020-07-08 23:37:59 +00:00
components.conf
distribution.js Bug 1644184 - allow hiding distro info for Mozilla distros. r=mhowell 2020-06-10 05:31:45 +00:00
moz.build Bug 1640306 - add about:pioneer MVP r=mstriemer,fluent-reviewers,flod 2020-05-29 21:38:45 +00:00
nsIBrowserHandler.idl