gecko-dev/browser/components/ssb
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
..
content 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
tests Bug 1620218 - Automatic code fixes for Prettier 1.18.2 upgrade. r=mossop,webcompat-reviewers 2020-03-08 21:45:16 +00:00
components.conf Bug 1602168: Add a command line argument to launch an ssb. r=Gijs 2019-12-12 20:23:00 +00:00
ImageTools.jsm Bug 1603272: List installed site specific browsers in the app menu. r=Gijs 2019-12-23 18:58:03 +00:00
moz.build Bug 1602191: Create a shortcut on the windows desktop to launch an installed ssb. r=mhowell,Gijs 2019-12-17 03:44:31 +00:00
SiteSpecificBrowserChild.jsm Bug 1602898: Rename Window.getWindowGlobalChild() to .windowGlobalChild. r=farre 2020-01-21 21:32:28 +00:00
SiteSpecificBrowserParent.jsm Bug 1602173: Capture attempts to load pages and redirect back to the browser when needed. r=Gijs 2019-12-13 15:48:54 +00:00
SiteSpecificBrowserService.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
WindowsSupport.jsm Bug 1602195: Show site specific browsers as separate taskbar entries on windows. r=mhowell 2019-12-29 11:50:19 +00:00