Skip to content
This repository has been archived by the owner on Feb 1, 2019. It is now read-only.

Wrong Warning: contextMenus.create is not supported #554

Closed
erosman opened this issue Jun 24, 2017 · 1 comment
Closed

Wrong Warning: contextMenus.create is not supported #554

erosman opened this issue Jun 24, 2017 · 1 comment

Comments

@erosman
Copy link
Contributor

erosman commented Jun 24, 2017

Example:

https://addons.mozilla.org/en-US/developers/addon/invert-colors/file/670527/validation
https://addons.mozilla.org/en-US/firefox/files/browse/670527/file/background.js#L59

contextMenus.create is not supported
This API has not been implemented by Firefox.
background.js line 59

contextMenus.onClicked is not supported
This API has not been implemented by Firefox.
background.js line 66

browser.contextMenus.create({
  id: "InvertColors",
  title: "Invert Colors"
});

browser.contextMenus.onClicked.addListener(toggleColors);

More:
https://addons.mozilla.org/en-US/firefox/files/compare/670891...291288/file/main.js#top

var id = chrome.contextMenus.create({ ...

@wagnerand
Copy link
Member

Thanks for the report.
This repository is for validation of legacy add-ons only. Please file an issue at https://github.com/mozilla/addons.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants