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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |