developer-docs
developer-docs copied to clipboard
Developer documentation for Thunderbird contributors.
@jorgk3 suggested to limit the Thunderbird versions add-ons would be compatible with to reduce the reviewer burden. Note: This issue was originally created in the atn-review-policy repository. https://github.com/thundernest/atn-review-policy/issues/5
We have seen this to be a major issue with forks being created and users manually have to switch. The new policies should open up a way to define "abandoned"...
https://developer.thunderbird.net/thunderbird-development/fixing-a-bug/try-server The closest I could find on here was "it works pretty similar to Firefox's try server" and links to their docs. But the "how to view your results" on...
./mach install-moz-phab is needed to install phabricator.
Yesterday comm-central was busted when I did a try server run (which failed due to the bustage). I followed the docs to redo the try run with a mozilla-central changeset...
Some add-on developers have to yet convert their code to Custom Elements and remove the deprecated XBL bindings. We should extend the Remove XBL Bindings section with some code snippets...
On this part of the site: https://developer.thunderbird.net/add-ons/about-add-ons we should, IMHO, have not just a section with the information about changes in versions 61-68, but also a similar section with the...
In [Bug 1513652](https://bugzilla.mozilla.org/show_bug.cgi?id=1513652) on Bugzilla, Ben laid out what he would like to see documented in the docs. Below is what he said. > Also, I've been compiling a sort...
We should implement an "Iconography" section in the Add-ons category to help add-ons developers properly create or select images and SVGs for their add-ons. These are the areas we should...
Create a small tutorial with some snippets on how to generate and add a custom `toolbarbutton` to our main Toolbar. This example is useful to showcase how a developer can...