1,698
edits
Caitmuenster (talk | contribs) (→General Tips: added more general tips) |
Caitmuenster (talk | contribs) (→Testing: added section for working on a patch) |
||
Line 22: | Line 22: | ||
==== WebExtensions APIs ==== | ==== WebExtensions APIs ==== | ||
You can learn more about how WebExtensions internals are organized and how to work on them by reading this [https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html internal API documentation] and the [[WebExtensions/Hacking|WebExtensions Hacking wiki]]. | You can learn more about how WebExtensions internals are organized and how to work on them by reading this [https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html internal API documentation] and the [[WebExtensions/Hacking|WebExtensions Hacking wiki]]. | ||
== Fixing the Bug! == | |||
* You get to drive the actual bug fix. :) | |||
* We encourage you to check in with the mentor to make sure you are on the right path, or ask for feedback on a patch in progress. You can attach your patch to a comment in Bugzilla and needinfo the mentor for review. | |||
== Testing == | == Testing == |
edits