Confirmed users
764
edits
(Created page with "== About the SDK == The Jetpack SDK is an environment for making Firefox add-ons. It provides a set of tools and APIs for building, testing, and bundling Firefox add-ons. == In...") |
|||
| Line 14: | Line 14: | ||
== Notable Enhancements == | == Notable Enhancements == | ||
* | * '''Panel API''': The [https://jetpack.mozillalabs.com/sdk/0.7/docs/#module/jetpack-core/panel panel] API creates floating modal "popup dialogs" that appear on top of web content and browser chrome and persist until dismissed by users or programs. | ||
* '''Clipboard API''': The [https://jetpack.mozillalabs.com/sdk/0.7/docs/#module/jetpack-core/clipboard clipboard] API allows callers to interact with the system clipboard, setting and retrieving its contents. | |||
* '''Notifications API''': The [https://jetpack.mozillalabs.com/sdk/0.7/docs/#module/jetpack-core/notifications notifications] API allows you to display transient toaster- or Growl-style messages to the user. | |||
* The [https://jetpack.mozillalabs.com/sdk/0.7/docs/#module/jetpack-core/widget widget] API now supports custom tooltips. | |||
== Notable Bug Fixes == | == Notable Bug Fixes == | ||