Bug 150733 - Modern IDB: IDBObjectStore.clear() support
Summary: Modern IDB: IDBObjectStore.clear() support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Safari 9
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 149117
  Show dependency treegraph
 
Reported: 2015-10-30 13:45 PDT by Brady Eidson
Modified: 2015-10-30 16:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch v1 (58.44 KB, patch)
2015-10-30 14:06 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch v2 - release build fix (58.46 KB, patch)
2015-10-30 14:26 PDT, Brady Eidson
no flags Details | Formatted Diff | Diff
Patch v3 (58.52 KB, patch)
2015-10-30 14:43 PDT, Brady Eidson
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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