Bug 127888 - IDB: Implement IDBObjectStore.count()
Summary: IDB: Implement IDBObjectStore.count()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks: 124521
  Show dependency treegraph
 
Reported: 2014-01-29 23:18 PST by Jon Lee
Modified: 2014-01-30 15:54 PST (History)
2 users (show)

See Also:


Attachments
Plumbing Patch v1 (16.25 KB, patch)
2014-01-29 23:29 PST, Brady Eidson
no flags Details | Formatted Diff | Diff
Actual patch, v1 (10.41 KB, patch)
2014-01-30 15:46 PST, Brady Eidson
thorton: review+
Details | Formatted Diff | Diff

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