Open GoogleCodeExporter opened 8 years ago
This is just how it is. Won't fix.
I hope that with Fauxbar 2, I want to use a lot of prototype objects, and make
things more modular, which will hopefully keep memory usage down...
Fauxbar Memory Helper seems to be working well at least. Good enough for now.
Original comment by fauxbar....@gmail.com
on 18 Aug 2011 at 12:46
Original comment by fauxbar....@gmail.com
on 18 Aug 2011 at 12:50
Re-opening this, in hopes that issue #82 can solve this issue.
But I'll still keep these issues separate, as I think Web Workers can improve
Fauxbar's responsiveness in some cases, regardless if it solves the memory
issue or not.
Original comment by fauxbar....@gmail.com
on 11 Dec 2011 at 7:28
Issue 82 has been merged into this issue.
Original comment by fauxbar....@gmail.com
on 12 Dec 2011 at 4:05
With Chrome 22, event pages might be able to solve the memory issues:
http://developer.chrome.com/extensions/whats_new.html#22
http://developer.chrome.com/extensions/event_pages.html
http://developer.chrome.com/extensions/runtime.html
Might make Memory Helper redundant!
Original comment by fauxbar....@gmail.com
on 28 Sep 2012 at 7:15
So when do you plan on implementing FauxBar as an event page? i.e. when can I
uninstall Memory Helper?
By the way, I love Fauxbar and it is the only reason I could switch from
firefox to chrome. Good work!
Original comment by mkokotov...@gmail.com
on 5 Oct 2012 at 4:28
One day when I get around to it. I've been pursuing other projects lately and
haven't found time for Fauxbar. I haven't forgotten about Fauxbar but improving
it is a low priority at the moment. If I could snap my fingers and make things
happen instantly it'd be great :\
Original comment by fauxbar....@gmail.com
on 25 Oct 2012 at 9:39
This feels like a big task, but I think it's time. Or at least time to try :D
Basically need to sift through background.js and move things into:
- chrome.runtime.onStartup
- chrome.runtime.onInstalled
- or just on an event page
Original comment by fauxbar....@gmail.com
on 11 Jul 2013 at 2:55
Code has been added to v1.4.0 to make Fauxbar Memory Helper redundant.
But unfortunately, I've had to comment out this code because of a really
annoying Chrome bug:
https://code.google.com/p/chromium/issues/detail?id=260981
Fauxbar can call `chrome.runtime.reload()` on itself to reset its memory, but
because of this Chrome bug linked above, the Omnibox gets resized; it's
horrible.
So once the Chromium team fixes their bug, I'll update Fauxbar and give Memory
Helper the boot. At the moment, they're aiming for Chrome 30, so could be a few
weeks away still.
Original comment by fauxbar....@gmail.com
on 18 Jul 2013 at 4:34
Original issue reported on code.google.com by
fauxbar....@gmail.com
on 16 Jul 2011 at 9:38