gecko-dev/browser/modules
Ian Moody 011b59d595 Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi
Raw Cr.ERROR don't get stack information, same as throwing JS literals instead
of `new Error()`s.

This was done automatically with a new eslint rule that will be introduced in
the next commit.  One instance of a raw Cr.ERROR was not replaced since it is
used in a test that specifically checks the preservation of raw Cr values in
XPCJS.  The rule will be disabled for that instance.

Differential Revision: https://phabricator.services.mozilla.com/D28073
2020-05-05 17:41:36 +00:00
..
test Bug 1633770 - Remove unnecessary loop in ContentSearchUIController._updateDefaultEngineIcon.r=Standard8 2020-05-04 10:49:15 +00:00
AboutNewTab.jsm Bug 1631595 - Modify ActivityStreamMessageChannel and AboutNewTab to allow for periodic about:home caching. r=k88hudson 2020-04-29 16:25:17 +00:00
AppUpdater.jsm Bug 1551306 - Remove context parameter from nsIProgressEventSink.onProgress() and nsIProgressEventSink.onStatus() r=valentin 2020-03-29 19:18:56 +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 1614749, convert about:tabcrashed to JSWindowActor-based remote page manager, r=mconley 2020-04-30 00:50:10 +00:00
ContentObservers.js Bug 1621032 - Add a mechanism for reading a static about:home from the HTTP cache at startup. r=Gijs,k88hudson 2020-04-07 18:54:32 +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 1613796 - Make the permission popup queue browser-specific. r=robwu 2020-04-16 19:38:17 +00:00
FaviconLoader.jsm Bug 1536556 - Replace raw thrown Cr.ERRORs with Components.Exception. r=mossop,remote-protocol-reviewers,marionette-reviewers,whimboo,necko-reviewers,geckoview-reviewers,valentin,agi 2020-05-05 17:41:36 +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
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
PageActions.jsm Bug 1627803: Rename SSB menu items (again). r=Gijs 2020-04-08 19:21:18 +00:00
PermissionUI.jsm Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer 2020-03-13 12:44:36 +00:00
PingCentre.jsm Bug 1623439 - Add the whole active experiments to PingCentre metadata r=andreio 2020-03-25 20:05:43 +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 1620556 - Automatic code fixes for Prettier 1.19.1 upgrade. r=Standard8,remote-protocol-reviewers,marionette-reviewers,webcompat-reviewers,perftest-reviewers,sparky,whimboo,denschub 2020-03-13 23:38:52 +00:00
SelectionChangedMenulist.jsm
SiteDataManager.jsm Bug 1201243 - Make browser/components/preferences/in-content top-level and move dialogs to a subdirectory. r=jaws 2020-04-22 23:35:08 +00:00
SitePermissions.jsm Bug 1578710 Bug - 1578710 Don't show persistent storage permission on moz-extension pages. r=johannh 2020-04-14 07:35:09 +00:00
TabUnloader.jsm Bug 1561435 - Format browser/modules/, a=automatic-formatting 2019-07-05 09:55:19 +02: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
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
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 1602808 - Revert Window Title to use DTD. r=fluent-reviewers,Gijs 2020-04-01 18:44:03 +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
moz.build Bug 1628012 - Backed out changeset 001a5750e276 r=jcj 2020-04-27 16:56:15 +00: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