Bug 65371 - Provide a disk cache for Geolocation positions
Summary: Provide a disk cache for Geolocation positions
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 06:11 PDT by Steve Block
Modified: 2011-07-29 06:11 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2011-07-29 06:11:43 PDT
Geolocation previously had a disk cache in WebCore, but this was removed in Bug 65289 because the common opinion was that it was wrong for this to be in WebCore.

The implementation also had some other problems ...
- Bug 51814
- Bug 51818

We should consider providing a new Geolocation disk cache which addresses these concerns.