Skip to content
This repository has been archived by the owner on Dec 3, 2017. It is now read-only.

Releases: Rob--W/browser-action-jplib

Remove faviconUrl, show icon in customization box

21 Dec 23:07
Compare
Choose a tag to compare

Bugfix: Serialize message before delivery

17 Nov 14:36
Compare
Choose a tag to compare

When "permissions": { "cross-domain-content": [ ... ] } is used, the receipt of the message packet would fail ("NS_ERROR_FAILURE: Failure"). This release includes a fix that addresses this issue.

Automatically adapt button size to user's preferences

08 Nov 15:44
Compare
Choose a tag to compare

Bugfix for Firefox 24 (#3)

16 Oct 17:33
Compare
Choose a tag to compare

Improved popup panel handling

17 Sep 18:06
Compare
Choose a tag to compare
  • New: The browserAction.onClicked event receives an argument that closely follows the format of Chrome's tab.Tab.
  • New: Automatically resize the popup panel when its content changes dynamically.
  • New: Unload the popup document when the panel is closed (consistent with Chrome). Previously, the popup was never unloaded after being shown once. If you relied on this incorrect behavior, either update your code, or stick to the previous version.

Dispatch onClicked event with Chrome's tabs.Tab type

09 Aug 16:04
Compare
Choose a tag to compare

Verified with Firefox 22, add-on SDK v1.14 (39467a307f58b63c1907c8d383e48475c98b0624)

0.1.4: Serialize data content, fixes #1

12 Jul 19:44
Compare
Choose a tag to compare

Verified with Firefox 22, add-on SDK v1.14 (39467a307f58b63c1907c8d383e48475c98b0624).