Articles tagged: SDK
Found 10 documents
- Mozilla/Add-ons/SDK/Guides/Multiprocess_Firefox_and_the_SDK This article explains how developers can test whether SDK-based add-ons are compatible with ...
- Mozilla/Add-ons/SDK/Guides/Testing_the_Add-on_SDK With a checkout of the mozilla/addon-sdk repository (or a checkout of the m-c repo and cd into ...
- Mozilla/Add-ons/SDK/High-Level_APIs/context-menu Adds items, submenus, and menu separators to the page's context menu.
- Mozilla/Add-ons/SDK/High-Level_APIs/request Make simple network requests.
- Mozilla/Add-ons/SDK/Low-Level_APIs/preferences_service Access the Preferences system in Firefox.
- Mozilla/Add-ons/SDK/Low-Level_APIs/remote_child Enables an SDK module loaded into a child process to access web content in the child process and ...
- Mozilla/Add-ons/SDK/Low-Level_APIs/remote_parent Enables you to load modules, and privileged parts of your add-on in general, into child processes.
- Mozilla/Add-ons/SDK/Tools/cfx_to_jpm A guide to working with jpm if you're already familiar with cfx.
- Mozilla/Add-ons/SDK/Tools/package_json The package.json file contains manifest data for your add-on, providing not only descriptive ...
- Mozilla/Add-ons/SDK/Tutorials/Using_XPCOM_without_chrome With the low-level module sdk/platform/xpcom, it's possible to exclude chrome and XPCOMUtils in ...