Open GoogleCodeExporter opened 9 years ago
to be honest, i haven't followed latest developments in chrome, but to my
knowledge there's no mechanism that lets the background page be unloaded for
any extension after the browser is started, save for the extension disable
function in chrome's extensions page.
the thing is that there are several ways of adding torrents using this
extension, and the background page serves as a central hub for much of the
functionality it provides, so shuffling everything somewhere else would
(nowadays -- some time ago content scripts didn't have access to the extension
settings) be possible, but kind of unnecessary.
Original comment by jul...@gmail.com
on 23 Feb 2014 at 5:31
I'm pretty new to Chrome development but it might be possible to convert it to
an event page that only gets loaded if an event it registers fires and a
content script requests it: http://developer.chrome.com/extensions/event_pages
Probably possible to keep backwards compat that way.
Original comment by triskelios
on 23 Feb 2014 at 6:23
might be possible. but not particularly high on the priorities list. perhaps if
the inevitable rewrite comes along.
Original comment by jul...@gmail.com
on 23 Feb 2014 at 7:28
Original issue reported on code.google.com by
triskelios
on 23 Feb 2014 at 4:10