Bug 70461

Summary: Check Geolocation cached position requests are flushed after page reload.
Product: WebKit Reporter: John Knottenbelt <jknotten>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: steveblock
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

John Knottenbelt
Reported 2011-10-19 17:26:59 PDT
In https://bugs.webkit.org/attachment.cgi?id=88606&action=review (first patch of https://bugs.webkit.org/show_bug.cgi?id=58027 ). We need to check whether GeoNotifiers in the m_requestsAwaitingCachedPosition list are properly removed during a page reload, because page reloads reuse the same main Frame object, and therefore the same Geolocation object.
Attachments
Note You need to log in before you can comment on or make changes to this bug.