Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

make few tabs go offline

12 views
Skip to first unread message

Tushar Kapila

unread,
Apr 12, 2013, 7:07:31 PM4/12/13
to wish...@lists.mozilla.org
Good if you can expose public API for add ons or add this functionality
in the main browser:

way to make a particular tab offline in firefox for desktop. that
page would stop loading or if loaded no more meta refreshes/ ajax calls.
maybe switch off all the timers so meta refresh and ajax are switched
off (and stop all requests that are in progress for that page - AJAX or
downloading/ any connection of the main site or include) . maybe
downloading a file should be a special exception. but a way to stop
downloading elements of the page like images, scripts, css, media

Also all tabs except current, all tabs to the right of current.

Why : CPU, net bandwidth saved for other things.

Alex Jordan

unread,
Apr 13, 2013, 1:10:28 AM4/13/13
to Tushar Kapila, wish...@lists.mozilla.org
I'm absolutely sure this functionality is available in an add-on. You just
have to poke around.

Neil

unread,
Apr 13, 2013, 2:20:38 PM4/13/13
to
Tushar Kapila wrote:

> Good if you can expose public API for add ons or add this
> functionality in the main browser:
>
> way to make a particular tab offline in firefox for desktop. that
> page would stop loading or if loaded no more meta refreshes/ ajax
> calls. maybe switch off all the timers so meta refresh and ajax are
> switched off (and stop all requests that are in progress for that page
> - AJAX or downloading/ any connection of the main site or include) .
> maybe downloading a file should be a special exception. but a way to
> stop downloading elements of the page like images, scripts, css, media

Apparently Fennec can do this, so it shouldn't be too difficult to achieve.
http://mxr.mozilla.org/mozilla-central/source/mobile/android/chrome/content/MemoryObserver.js#34

--
Warning: May contain traces of nuts.
0 new messages