Bug 127888

Summary: IDB: Implement IDBObjectStore.count()
Product: WebKit Reporter: Jon Lee <jonlee>
Component: WebCore Misc.Assignee: Brady Eidson <beidson>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 124521    
Attachments:
Description Flags
Plumbing Patch v1
none
Actual patch, v1 thorton: review+

Description Jon Lee 2014-01-29 23:18:26 PST
IDB: Implement IDBObjectStore.count()
Comment 1 Radar WebKit Bug Importer 2014-01-29 23:18:40 PST
<rdar://problem/15944359>
Comment 2 Brady Eidson 2014-01-29 23:27:27 PST
This will be done in two patches.

First is the normal "new message plumbing" patch.
Comment 3 Brady Eidson 2014-01-29 23:29:27 PST
Created attachment 222631 [details]
Plumbing Patch v1
Comment 4 WebKit Commit Bot 2014-01-29 23:31:20 PST
Attachment 222631 [details] did not pass style-queue:


ERROR: Source/WebKit2/DatabaseProcess/IndexedDB/UniqueIDBDatabase.cpp:629:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 10 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 WebKit Commit Bot 2014-01-30 00:12:18 PST
Comment on attachment 222631 [details]
Plumbing Patch v1

Clearing flags on attachment: 222631

Committed r163075: <http://trac.webkit.org/changeset/163075>
Comment 6 WebKit Commit Bot 2014-01-30 00:12:20 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Brady Eidson 2014-01-30 07:36:02 PST
1 more patch to go here.
Comment 8 Brady Eidson 2014-01-30 15:46:11 PST
Created attachment 222752 [details]
Actual patch, v1
Comment 9 Brady Eidson 2014-01-30 15:54:45 PST
http://trac.webkit.org/changeset/163131