[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
Tue Mar 2 15:13:41 PST 2010


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





--- Comment #21 from Steve Block <steveblock at google.com>  2010-03-02 15:13:40 PST ---
> You have to walk the frame tree to find
> each Document no matter where you do it, so maybe it makes more sense to do it
> in Page than somewhere in each platform's WebKit implementation.
Exactly, so I think this is the best approach. Eric, would you be happy with
this?

> I like this option best (if it makes sense architecturally)!  Then you get the
> desired behavior for "free" by using existing API.  I am not the right person
> to ask if it makes sense, though, as I'm not intimately familiar with the
> concepts involved.  Sam Weinig may have an opinion on this approach.
I'm not familiar with this either. I just came across them when looking at
ScriptExecutionContext after your suggestion. I think that additional calls to
ScriptExecutionContext::suspendActiveDOMObjects/resumeActiveDOMObjects would be
required and I'm not sure whether this is safe for the other objects that
implement ActiveDOMObject. Sam, do you know whether this approach would make
sense architecturally and if it's safe?

-- 
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