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

Issue 10692017: IndexedDB: IPC plumbing for WebKit::WebIDBTransaction::commit() (Closed)

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

Description

IndexedDB: IPC plumbing for WebIDBTransaction::commit() WebKit patch http://webkit.org/b/89379 requires the ability for IDBTransaction front-ends to trigger the commit of transactions, which mandates plumbing of the WebKit::WebIDBTransaction::commit() call through the IPC layers. Nothing exciting in this patch itself. R=jam@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144778

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix review nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -16 lines) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_layout_browsertest.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbcursor_impl.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M content/common/indexed_db/proxy_webidbtransaction_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbtransaction_impl.cc View 1 3 chunks +10 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
jsbell
jam@ - can you take a look? All the indexed_db OWNERS are on vacation. Note ...
8 years, 5 months ago (2012-06-27 20:03:35 UTC) #1
jsbell
https://chromiumcodereview.appspot.com/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc File content/browser/in_process_webkit/indexed_db_layout_browsertest.cc (right): https://chromiumcodereview.appspot.com/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc#newcode77 content/browser/in_process_webkit/indexed_db_layout_browsertest.cc:77: // FIXME: Re-enable the following 3 tests after http://webkit.org/b/89379 ...
8 years, 5 months ago (2012-06-27 20:05:38 UTC) #2
jam
lgtm http://codereview.chromium.org/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc File content/browser/in_process_webkit/indexed_db_layout_browsertest.cc (right): http://codereview.chromium.org/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc#newcode77 content/browser/in_process_webkit/indexed_db_layout_browsertest.cc:77: // FIXME: Re-enable the following 3 tests after ...
8 years, 5 months ago (2012-06-27 20:34:16 UTC) #3
jsbell
Thanks, nits fixed. http://codereview.chromium.org/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc File content/browser/in_process_webkit/indexed_db_layout_browsertest.cc (right): http://codereview.chromium.org/10692017/diff/1/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc#newcode77 content/browser/in_process_webkit/indexed_db_layout_browsertest.cc:77: // FIXME: Re-enable the following 3 ...
8 years, 5 months ago (2012-06-27 20:40:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10692017/6001
8 years, 5 months ago (2012-06-28 18:35:23 UTC) #5
commit-bot: I haz the power
8 years, 5 months ago (2012-06-28 19:44:08 UTC) #6
Change committed as 144778

Powered by Google App Engine
This is Rietveld 408576698