WebExtensions/NewAPIs: Difference between revisions
Grahamperrin (talk | contribs) (Removed a point that became redundant when 57 was released.) |
Caitmuenster (talk | contribs) (updated search for design-decision-approved APIs) |
||
(One intermediate revision by one other user not shown) | |||
Line 4: | Line 4: | ||
* If you are migrating your add-on to WebExtensions, please check [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API this page] to see if all the APIs you need are already available. | * If you are migrating your add-on to WebExtensions, please check [https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API this page] to see if all the APIs you need are already available. | ||
* If you don't find what you need, please check [https://mzl.la/ | * If you don't find what you need, please check [https://mzl.la/2OyUD9u the list of approved APIs] and add yourself to the bug that applies to you to track its progress. | ||
* Join the [https://mail.mozilla.org/listinfo/dev-addons dev-addons mailing list] to find out which APIs are | * Join the [https://mail.mozilla.org/listinfo/dev-addons dev-addons mailing list] to find out when the next API triage is scheduled and which APIs are on the agenda so you can follow along or provide input. | ||
If none of these options address your situation, consider filing an API request. Before you do, please keep in mind: | If none of these options address your situation, consider filing an API request. Before you do, please keep in mind: | ||
Line 12: | Line 12: | ||
* We do try to review all incoming API requests, but it takes time, so please be patient. | * We do try to review all incoming API requests, but it takes time, so please be patient. | ||
* Do a [https://mzl.la/2snQxWS search] to see if the bug exists already. | * Do a [https://mzl.la/2snQxWS search] to see if the bug exists already. | ||
* Still want to file a new API? You can do so [https://bugzilla.mozilla.org/enter_bug.cgi?product= | * Still want to file a new API? You can do so [https://bugzilla.mozilla.org/enter_bug.cgi?product=WebExtensions&component=Untriaged here]. | ||
Goals are set out in the [[WebExtensions/Vision|vision document]]. | Goals are set out in the [[WebExtensions/Vision|vision document]]. |
Latest revision as of 17:14, 1 August 2018
You want to request a new API for WebExtensions?
Great. But please read through the following before filing a bug:
- If you are migrating your add-on to WebExtensions, please check this page to see if all the APIs you need are already available.
- If you don't find what you need, please check the list of approved APIs and add yourself to the bug that applies to you to track its progress.
- Join the dev-addons mailing list to find out when the next API triage is scheduled and which APIs are on the agenda so you can follow along or provide input.
If none of these options address your situation, consider filing an API request. Before you do, please keep in mind:
- New API must meet the guidelines outlined the WebExtensions API Policy. Please review it.
- We do try to review all incoming API requests, but it takes time, so please be patient.
- Do a search to see if the bug exists already.
- Still want to file a new API? You can do so here.
Goals are set out in the vision document.