[Webkit-unassigned] [Bug 46895] Implement mocks for client-based geolocation in chromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 22 14:30:13 PST 2010


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





--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2010-11-22 14:30:13 PST ---
(In reply to comment #3)
> The destructor of WebCore::GeolocationController calls WebCore::GeolocationClient::geolocationDestroyed() on it's client. This client interface will be implemented by a class called GeolocationClientProxy which will in turn call it's client's geolocationDestroyed() method - WebKit::WebGeolocationClient::geolocationDestroyed(). 
> 
> Implementers of the client should be aware that after geolocationDestroyed() has been invoked the WebGeolocationController pointer is invalid (and could set their WebGeolocationController member to 0 on receiving geolocationDestroyed()).

OK, please make sure this is well documented.  I don't see this spelled out in the code.

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