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

Issue 9389025: IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange) (Closed)

Created:
8 years, 10 months ago by jsbell
Modified:
8 years, 10 months ago
Reviewers:
michaeln, dgrogan
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

IndexedDB: Implement IPC plumbing for IDBObjectStore.delete(IDBKeyRange) Introduces an IndexedDBKeyRange type for simplifying IPC messages, but existing messages have not yet been changed to use it. BUG=101384 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122567

Patch Set 1 #

Total comments: 2

Patch Set 2 : Rename to avoid overloading, remove bad includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+216 lines, -1 line) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 2 chunks +7 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 2 chunks +24 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 2 chunks +8 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 1 chunk +17 lines, -0 lines 0 comments Download
A content/common/indexed_db/indexed_db_key_range.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A content/common/indexed_db/indexed_db_key_range.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 3 chunks +11 lines, -1 line 0 comments Download
M content/common/indexed_db/indexed_db_param_traits.h View 2 chunks +9 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_param_traits.cc View 2 chunks +44 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbobjectstore_impl.cc View 1 1 chunk +12 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jsbell
WebKit side (currently as a unified patch, will need to be split into a 2-sided ...
8 years, 10 months ago (2012-02-14 00:41:00 UTC) #1
michaeln
chrome plumbing lgtm, just some overloaded naming nits, i haven't looked at the guts of ...
8 years, 10 months ago (2012-02-14 20:39:33 UTC) #2
jsbell
On 2012/02/14 20:39:33, michaeln wrote: > https://chromiumcodereview.appspot.com/9389025/diff/1/content/renderer/indexed_db/indexed_db_dispatcher.h#newcode168 > content/renderer/indexed_db/indexed_db_dispatcher.h:168: void > RequestIDBObjectStoreDelete( > please rename ...
8 years, 10 months ago (2012-02-17 18:39:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/9389025/3002
8 years, 10 months ago (2012-02-17 18:43:17 UTC) #4
commit-bot: I haz the power
8 years, 10 months ago (2012-02-17 20:20:28 UTC) #5
Change committed as 122567

Powered by Google App Engine
This is Rietveld 408576698