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

Extension API: chrome.tabs.onActivated #8819

Closed
1 of 3 tasks
jonathansampson opened this issue May 10, 2017 · 1 comment
Closed
1 of 3 tasks

Extension API: chrome.tabs.onActivated #8819

jonathansampson opened this issue May 10, 2017 · 1 comment
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented May 10, 2017

https://developer.chrome.com/extensions/tabs#event-onActivated

  • chrome.tabs.onActivated.addListener(listener)
  • chrome.tabs.onActivated.removeListener(listener)
  • chrome.tabs.onActivated.hasListener(listener)

As of 4e86cab, Brave supports onActivated.addListener, but not hasListener or removeListener. Attempting to call the latter 2 methods will results in a TypeError.

Blocks #6366, #9330, #9531

@jonathansampson
Copy link
Collaborator Author

jonathansampson commented Aug 12, 2017

Although the addListener method is supported, the API is presently a noop.

@jonathansampson jonathansampson mentioned this issue Oct 3, 2017
30 tasks
@bsclifton bsclifton added this to the Triage Backlog milestone Nov 27, 2017
@bsclifton bsclifton added fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix labels Jul 25, 2018
@bsclifton bsclifton removed this from the Triage Backlog milestone Jul 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature/extensions fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. wontfix
Projects
None yet
Development

No branches or pull requests

2 participants