Bug 150733

Summary: Modern IDB: IDBObjectStore.clear() support
Product: WebKit Reporter: Brady Eidson <beidson>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alecflett, commit-queue, jsbell
Priority: P2    
Version: Safari 9   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 149117    
Attachments:
Description Flags
Patch v1
none
Patch v2 - release build fix
none
Patch v3 achristensen: review+

Description Brady Eidson 2015-10-30 13:45:22 PDT
Modern IDB: IDBObjectStore.clear() support
Comment 1 Brady Eidson 2015-10-30 14:06:33 PDT
Created attachment 264417 [details]
Patch v1
Comment 2 Brady Eidson 2015-10-30 14:26:48 PDT
Created attachment 264418 [details]
Patch v2 - release build fix
Comment 3 Brady Eidson 2015-10-30 14:43:21 PDT
Created attachment 264421 [details]
Patch v3
Comment 4 Alex Christensen 2015-10-30 14:57:17 PDT
Comment on attachment 264421 [details]
Patch v3

Just for fun: clear an object store twice.  Also, delete something you put in an object store after clearing it (once delete is implemented).
Comment 5 Brady Eidson 2015-10-30 16:21:26 PDT
https://trac.webkit.org/changeset/191826