Bug 115826

Summary: Don't apply changes while we're clearing the database
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-08 15:51:17 PDT
Don't apply changes while we're clearing the database
Comment 1 Anders Carlsson 2013-05-08 16:20:49 PDT
Created attachment 201112 [details]
Patch
Comment 2 Darin Adler 2013-05-08 16:22:12 PDT
Comment on attachment 201112 [details]
Patch

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

> Source/WebKit2/WebProcess/Storage/StorageAreaMap.h:92
> +    bool m_isClearPending;

I might have used the word m_hasPendingClear because I try to use boolean names that fit sentences like “map <xxx>”, but not sure that’s easier to understand.
Comment 3 Anders Carlsson 2013-05-08 16:30:52 PDT
Committed r149777: <http://trac.webkit.org/changeset/149777>