[Webkit-unassigned] [Bug 34082] [Android] Android Geolocation service should not start if the WebView is paused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 13:58:55 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34082





--- Comment #23 from Andrew Wilson <atwilson at chromium.org>  2010-03-10 13:58:54 PST ---
(In reply to comment #22)
> From what I know, ActiveDOMObject is the correct way to implement this.  Can
> either of you provide some advice?

Agreed that ActiveDOMObject seems like the right way to go, especially since
you get similar useful behavior in other cases that you may not have thought of
(iframes going away, workers, back/forward history operations).

So using ActiveDOMObject and suspending the Document objects in the page seems
like the right thing to do. Note that some ActiveDOMObjects (like Worker) don't
handle suspend() (they return false from canSuspend()) so you'll still get some
activity from those objects even when their parent Document is supposedly
suspend()-ed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list