Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Issue 8779003: Chromium side of IDBIndex.count() and IDBObjectStore.count() (Closed)

Created:
9 years ago by jsbell
Modified:
9 years ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, dpranke-watch+content_chromium.org
Visibility:
Public.

Description

Chromium side of IDBIndex.count() and IDBObjectStore.count() WebKit side is: https://bugs.webkit.org/show_bug.cgi?id=73686 BUG=92044 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114844

Patch Set 1 #

Total comments: 3

Patch Set 2 : Sorted declarations #

Total comments: 2

Patch Set 3 : Re-upping #

Patch Set 4 : Accomodate worker thread changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -1 line) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 4 chunks +47 lines, -0 lines 0 comments Download
M content/common/indexed_db_messages.h View 1 2 3 4 chunks +48 lines, -0 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.h View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M content/renderer/indexed_db_dispatcher.cc View 1 2 3 2 chunks +44 lines, -0 lines 0 comments Download
M content/renderer/renderer_webidbindex_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/renderer_webidbindex_impl.cc View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M content/renderer/renderer_webidbobjectstore_impl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M content/renderer/renderer_webidbobjectstore_impl.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
hans
lgtm http://codereview.chromium.org/8779003/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.h File content/browser/in_process_webkit/indexed_db_dispatcher_host.h (right): http://codereview.chromium.org/8779003/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.h#newcode22 content/browser/in_process_webkit/indexed_db_dispatcher_host.h:22: struct IndexedDBHostMsg_IndexCount_Params; sort order http://codereview.chromium.org/8779003/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.h#newcode25 content/browser/in_process_webkit/indexed_db_dispatcher_host.h:25: struct IndexedDBHostMsg_ObjectStoreCount_Params; ...
9 years ago (2011-12-05 12:06:21 UTC) #1
jsbell
darin@, OWNERS review for content/common and content/renderer ?
9 years ago (2011-12-09 23:34:42 UTC) #2
darin (slow to review)
Unfortunately, it looks like the patch is not fully uploaded or something. The tool does ...
9 years ago (2011-12-13 00:50:22 UTC) #3
jsbell
On 2011/12/13 00:50:22, darin wrote: > Unfortunately, it looks like the patch is not fully ...
9 years ago (2011-12-13 18:21:12 UTC) #4
jsbell
dgrogan@ - can you sanity check the changes re: thread_id and IndexedDBDispatcher::ThreadSpecificInstance ? darin@ - ...
9 years ago (2011-12-16 19:46:10 UTC) #5
darin (slow to review)
owners LGTM
9 years ago (2011-12-16 19:53:00 UTC) #6
dgrogan
9 years ago (2011-12-16 19:57:22 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698