-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium support #38
Chromium support #38
Conversation
0fa63b1
to
d28753a
Compare
v3 has a bunch of breaking changes without much benefit afaik, so would be nice if we can publish some version before Jan 17 to avoid having to deal with that for a while |
Also hitting https://stackoverflow.com/questions/36478250/cannot-access-wikidata-api because in the context of content-script fetch becomes a CORS request and wikidata api blocks those for some reason. Seems they broke it in Chrome specifically and kind of recently =\ https://www.chromium.org/Home/chromium-security/extension-content-script-fetches |
ah, so apparently can work around that by adding |
e7fa033
to
5711c13
Compare
src/background/index.js
Outdated
tabStates[tid].sidebarOpen = false; | ||
} | ||
} else { | ||
openEnitiyInNewTab(tabStates[tid].entity); | ||
//todo need better handling here if we actually want "open in new tab" behavior in some cases |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fuddl do we want that behavior?
I see a few commits on having "an alternative to sidebar" but I'm note entirely sure what was the overall vision there 🤔
03f730e
to
5b4cb0d
Compare
…ify updateStatus & updateStatusInternal
…operly supply the tabId now
#13 Currently at the level of PoC (that works)
Relies on #34, so would become more legible when that is merged
Todo
Blocking:
Alt-3
is a default valuematch_event
is handled)todo
s and incompatibilitiesFollow-up:
Issues