Bug 150985

Summary: Modern IDB: Make the result data for a "get" request be an IDBGetResult
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 achristensen: review+

Description Brady Eidson 2015-11-06 16:42:27 PST
Modern IDB: Make the result data for a "get" request be an IDBGetResult

This is to better support the various types of object store and index gets in an upcoming patch
Comment 1 Brady Eidson 2015-11-06 16:45:21 PST
Created attachment 264979 [details]
Patch v1
Comment 2 WebKit Commit Bot 2015-11-06 16:55:24 PST
Attachment 264979 [details] did not pass style-queue:


ERROR: Source/WebCore/Modules/indexeddb/shared/IDBResultData.h:73:  The parameter name "getResult" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 1 in 18 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Brady Eidson 2015-11-06 17:13:41 PST
https://trac.webkit.org/changeset/192123