Bug 153375

Summary: Modern IDB: Implement put, get, and delete records for the SQLite backend
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, 153021    
Attachments:
Description Flags
Patch v1
achristensen: review+
Patch for landing none

Description Brady Eidson 2016-01-22 14:51:13 PST
Modern IDB: Implement put, get, and delete records for the SQLite backend
Comment 1 Brady Eidson 2016-01-22 14:54:01 PST
Created attachment 269614 [details]
Patch v1
Comment 2 Alex Christensen 2016-01-22 15:03:56 PST
Comment on attachment 269614 [details]
Patch v1

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

> Source/WebCore/Modules/indexeddb/server/SQLiteIDBBackingStore.cpp:687
> +        keyExists = false;

This isn't necessary.  It was already set to false.
Comment 3 Brady Eidson 2016-01-22 15:12:22 PST
Created attachment 269615 [details]
Patch for landing
Comment 4 WebKit Commit Bot 2016-01-22 16:41:17 PST
Comment on attachment 269615 [details]
Patch for landing

Clearing flags on attachment: 269615

Committed r195495: <http://trac.webkit.org/changeset/195495>
Comment 5 WebKit Commit Bot 2016-01-22 16:41:20 PST
All reviewed patches have been landed.  Closing bug.