gecko-dev/docs
Ian Moody a52653c73c Bug 1536556 - Extend no-throw-cr-literal ESLint rule to forbid and fix `throw new Error(Cr.ERROR);`. r=Standard8
Code should be using `throw Components.Exception("", Cr.ERROR);` instead,
since `new Error()` just converts the int value of the Cr.ERROR into a string,
whereas `Exception` constructs an Exception object with the result property set
to the Cr.ERROR value, so other code can identify it.

Differential Revision: https://phabricator.services.mozilla.com/D28074
2020-05-05 17:43:39 +00:00
..
_static Bug 1620633 - docs: Make tables have inconsistent sizes DONTBUILD r=championshuttler 2020-03-06 17:11:27 +00:00
bug-mgmt Bug 1628252 - add 'security bug fixing' and 'sec approval' documents to soruce docs r=dveditz 2020-04-28 15:07:08 +00:00
code-quality Bug 1536556 - Extend no-throw-cr-literal ESLint rule to forbid and fix `throw new Error(Cr.ERROR);`. r=Standard8 2020-05-05 17:43:39 +00:00
contributing Bug 1629884 - Alongside update the how to contribute docs.r=ahal,sylvestre 2020-05-04 19:33:28 +00:00
conf.py Bug 1622836 - Added documentation for nsIPromptService. r=johannh DONTBUILD 2020-04-22 10:28:04 +00:00
config.yml Bug 1628958 Part 1 - Add Layout & CSS section to Mozilla Source Tree Documentation. r=firefox-source-docs-reviewers,sylvestre 2020-04-15 18:07:24 +00:00
index.rst Bug 1634374 - Rename the doc title from Mozilla to Firefox.r=sylvestre 2020-04-30 12:52:37 +00:00
jsdoc.json