зеркало из https://github.com/mozilla/gecko-dev.git
918237b0ca
This removes all of the e10s-related prompting code, including: - doorhanger offering to opt-in into e10s - pref and telemetry probe used to measure the number of users who remained opted-in - dialog that shows up when unchecking the e10s checkbox saying that a tab will open, requesting feedback - tab opening requesting feedback - all related strings The checkbox in the preferences window remains (nightly/aurora only), as well as the message saying that e10s requires a restart. The e10s accessibility doorhanger remains. and chrome://browser/skin/e10s-64@2x.png remains too because it's also used in the a11y doorhanger. MozReview-Commit-ID: aOdvnbeHOa --HG-- extra : rebase_source : e89cc42dddcb376bece435138611b364d3477fa8 |
||
---|---|---|
.. | ||
app-extension | ||
bin | ||
examples | ||
lib | ||
modules/system | ||
python-lib | ||
test | ||
.gitattributes | ||
.gitignore | ||
.hgignore | ||
.hgtags | ||
.jpmignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
gulpfile.js | ||
mapping.json | ||
package.json |
README.md
Mozilla Add-on SDK
We suggest that developers of new add-ons should look at using WebExtensions.
Using the Add-on SDK you can create Firefox add-ons using standard Web technologies: JavaScript, HTML, and CSS. The SDK includes JavaScript APIs which you can use to create add-ons, and tools for creating, running, testing, and packaging add-ons.
If you find a problem, please report the bug here.
Developing Add-ons
These resources offer some help:
- Add-on SDK Documentation
- Community Developed Modules
- Jetpack FAQ
- StackOverflow Questions
- Mailing List
- #jetpack on irc.mozilla.org
Contributing Code
Please read these two guides if you wish to make some patches to the addon-sdk:
Issues
We use bugzilla as our issue tracker, here are some useful links: