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

Extension API: chrome.tabs.update #6790

Closed
8 tasks
jonathansampson opened this issue Jan 20, 2017 · 2 comments
Closed
8 tasks

Extension API: chrome.tabs.update #6790

jonathansampson opened this issue Jan 20, 2017 · 2 comments
Assignees
Labels
bug feature/extensions feature/pinned-tabs fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. needs-owner ♞ This issue is tagged for an upcoming release but has no owner. wontfix

Comments

@jonathansampson
Copy link
Collaborator

jonathansampson commented Jan 20, 2017

https://developer.chrome.com/extensions/tabs#method-update

  • Did you search for similar issues before submitting this one?
    Yes

  • Describe the issue you encountered:
    Brave presently doesn't fully support the chrome.tabs.update API. The following properties should be supported for Brave to be complete:

    • url supported
    • active bug?
    • highlighted bug?
    • selected bug? (deprecated, use highlighted)
    • pinned
    • muted
    • openerTabId
    • autoDiscardable

Testing these APIs can be done from about:extensions in Brave:

chrome.tabs.update(tabid, {url: 'https://brave.com'}, () => {
    chrome.runtime.lastError && console.log(chrome.runtime.lastError)
})
  • Additional QA Steps:
    Finding a tabid can be done via the chrome.tabs.query method:
chrome.tabs.query({}, tabs => console.log(tabs))
  • Platform (Win7, 8, 10? macOS? Linux distro?):
    Desktop

  • Brave Version (revision SHA):
    0.13.4

Blocked Extensions

@jonathansampson jonathansampson added this to the 0.13.1 milestone Jan 20, 2017
@bbondy bbondy modified the milestones: 0.13.1, 0.13.2 Jan 28, 2017
@bbondy bbondy modified the milestones: 0.13.5, 0.13.6 Feb 15, 2017
@jonathansampson jonathansampson changed the title Evernote: chrome.tabs.update unsupported Partial support for chrome.tabs.update Mar 2, 2017
@jonathansampson jonathansampson added this to the 0.13.6 milestone Mar 2, 2017
@bsclifton
Copy link
Member

moving to 0.13.7

@bsclifton bsclifton modified the milestones: 0.13.7, 0.13.6 Mar 14, 2017
@bsclifton
Copy link
Member

Moving to 0.14.3

@bsclifton bsclifton modified the milestones: 0.14.3, 0.14.2 Apr 4, 2017
@bsclifton bsclifton added needs-owner ♞ This issue is tagged for an upcoming release but has no owner. and removed needs-owner ♞ This issue is tagged for an upcoming release but has no owner. labels Apr 4, 2017
@alexwykoff alexwykoff modified the milestones: 1.1.0, 0.15.1, 1.0.0 Apr 18, 2017
@alexwykoff alexwykoff removed this from the 1.1.0 milestone Apr 18, 2017
@jonathansampson jonathansampson changed the title Partial support for chrome.tabs.update Extension API: chrome.tabs.update May 10, 2017
@jonathansampson jonathansampson mentioned this issue Jun 16, 2017
47 tasks
@jonathansampson jonathansampson mentioned this issue Jul 2, 2017
30 tasks
@alexwykoff alexwykoff modified the milestones: 1.0.0, Backlog Nov 1, 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
bug feature/extensions feature/pinned-tabs fixed-with-brave-core This issue will automatically resolved with the replacement of Muon with Brave Core. needs-owner ♞ This issue is tagged for an upcoming release but has no owner. wontfix
Projects
None yet
Development

No branches or pull requests

5 participants