[webkit-reviews] review requested: [Bug 51878] Add WebKit1 API to view and delete local storage : [Attachment 81164] Added LocalStorageTracker to WebCore to track creation of LocalStorage dbs, and an API to list and delete them.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 3 18:19:22 PST 2011


Anton D'Auria <adauria at apple.com> has asked  for review:
Bug 51878: Add WebKit1 API to view and delete local storage
https://bugs.webkit.org/show_bug.cgi?id=51878

Attachment 81164: Added LocalStorageTracker to WebCore to track creation of
LocalStorage dbs, and an API to list and delete them.
https://bugs.webkit.org/attachment.cgi?id=81164&action=review

------- Additional Comments from Anton D'Auria <adauria at apple.com>
Need to implement StorageTrackerClient in DRT to run reliable tests.
StorageAreaSync is not guaranteed to create a db (and a StorageTracker entry)
before DRT JS queries StorageTracker. Since we can't add delays to layout
tests, the next step is to implement StorageTrackerClient that DRT can
implement.


More information about the webkit-reviews mailing list