gecko-dev/browser/modules
2020-03-13 01:04:41 +00:00
..
test Bug 1194529 - Ask the user for their OS account password before showing the passwords in the password manager. r=fluent-reviewers,MattN 2020-03-12 14:47:32 +00:00
AboutNewTab.jsm Bug 1619992 - Split AboutNewTabService into AboutNewTabParentService and AboutNewTabChildService. r=perftest-reviewers,Mardak,sparky 2020-03-11 03:10:29 +00:00
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 Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
AsyncTabSwitcher.jsm Bug 1601052 - Wait for both TabSelect and urlbar focus changes from the tab switcher. r=dao 2020-01-31 15:10:27 +00:00
BrowserUsageTelemetry.jsm Bug 1605164 - Create nsISearchEngine.telemetryId and use that for telemetry rather than the identifier/other-name combo. r=daleharvey 2020-03-06 14:49:16 +00:00
BrowserWindowTracker.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
ContentCrashHandlers.jsm Bug 1563619 - Handle subframe crashes in BrowserParent::ActorDestroy. r=mconley,kmag,peterv 2019-08-26 13:08:32 +00:00
ContentObservers.js Bug 1601301, rework webrtc permission granting UI around JSWindowActor, performing the work of determining the ultimate state for the tab icon and menu in the parent rather than the content process, r=johannh 2020-01-10 15:09:59 +00:00
ContentSearch.jsm Bug 1403461 - Fix hiding one-off search engines on the new tab page when they have non-ascii characters in their name. r=daleharvey 2020-01-09 15:47:46 +00:00
Discovery.jsm Bug 1574469 - Removed block param from nsICookieManager::Remove. r=Ehsan 2019-09-24 17:13:43 +00:00
EveryWindow.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
ExtensionsUI.jsm Bug 1579734 - Add-ons manager extension Permissions tab always shows all domains. r=robwu 2020-03-13 01:04:41 +00:00
FaviconLoader.jsm Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +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 Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
LiveBookmarkMigrator.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
moz.build Bug 1194529 - Move OSKeyStore.jsm to browser/modules since it is no longer used by just Form Autofill. r=MattN 2020-03-12 14:47:18 +00:00
NewTabPagePreloading.jsm Bug 1619992 - Split AboutNewTabService into AboutNewTabParentService and AboutNewTabChildService. r=perftest-reviewers,Mardak,sparky 2020-03-11 03:10:29 +00:00
OpenInTabsUtils.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
OSKeyStore.jsm Bug 1506602 - Show the full product name in the OS auth dialog. r=MattN,fluent-reviewers,flod 2020-03-12 14:47:52 +00:00
PageActions.jsm Bug 1612653 - Update 'Bookmark This Page' menuitems when the star state changes. r=Standard8 2020-02-27 12:04:15 +00:00
PermissionUI.jsm Bug 1601786 - Remove the "allow on any site" option from the storage access API prompt; r=baku 2019-12-18 21:31:35 +00:00
PingCentre.jsm Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
ProcessHangMonitor.jsm Bug 1568278. Remove various unnecessary QIs to nsIDOMWindow. r=Gijs 2019-07-24 01:26:07 +00:00
ReaderParent.jsm Backed out changeset 4c9e50d055ea (bug 1585907) per developer's request 2019-11-08 03:50:18 +02:00
Sanitizer.jsm Bug 1615998 - QM: Remove nsIQuotaOriginsResult interface; r=ttung,dom-workers-and-storage-reviewers,sg 2020-02-22 01:03:26 +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
TabsList.jsm Bug 1614555 - Update the tab manager menu when tabs are modified through their context menu r=dao 2020-02-14 13:02:29 +00:00
TabUnloader.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
ThemeVariableMap.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
TransientPrefs.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
webrtcUI.jsm Bug 1616600, properly update the tab-indicator state when a tab is closed; it previously wasn't being removed properly from the per-tab indicator map when the indicator was from a subframe,r=johannh 2020-02-25 18:08:06 +00:00
Windows8WindowFrameColor.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02:00
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 Bug 1616157 - Ensure that the UI elements of the PDF viewer won't be affected by a non-standard global default zoom level. r=bdahl 2020-03-06 03:48:07 +00:00