Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Remove background page dependency (stop the "running in background" message) #22

Open
capeterson opened this issue Apr 26, 2015 · 0 comments
Milestone

Comments

@capeterson
Copy link
Owner

Grey tab currently uses a background page to cache organization metadata and internal log messages. There's an alternative, event pages (and the alarms API to replace our use of setInterval()) which only live as long as they need to and don't trigger this warning.

It's a fair bit of code to update, and we'd have to cache in localStorage or the like, but it should lower memory use and fix the scary message about running when chrome is fixed that shows up on windows.

@capeterson capeterson added this to the v3 milestone Apr 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant