Bug 115664

Summary: Handle removeItem and clear in LocalStorageDatabase
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Anders Carlsson 2013-05-06 11:25:28 PDT
Handle removeItem and clear in LocalStorageDatabase
Comment 1 Anders Carlsson 2013-05-06 11:26:50 PDT
Created attachment 200725 [details]
Patch
Comment 2 Darin Adler 2013-05-06 11:32:09 PDT
Comment on attachment 200725 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=200725&action=review

> Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.h:80
> +    bool m_shouldClearItems;

Need to initialize this to false in the constructor!
Comment 3 Anders Carlsson 2013-05-06 11:37:58 PDT
Committed r149618: <http://trac.webkit.org/changeset/149618>