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

Issue 2740003: Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks. (Closed)

Created:
10 years, 6 months ago by andreip1
Modified:
9 years, 7 months ago
Reviewers:
CC:
chromium-reviews, jam+cc_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Implement IDBDatabase::createObjectStore. Also refactor IndexedDBCallbacks. This CL is a clone of http://codereview.chromium.org/2607001/show which was reviewd and LGTM'ed by Jeremy Orlow. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=49267

Patch Set 1 #

Patch Set 2 : Delete indexed_db_callbacks.cc #

Patch Set 3 : Make sure indexed_db_context.cc is in the gypi file. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+347 lines, -69 lines) Patch
M chrome/browser/in_process_webkit/indexed_db_callbacks.h View 1 chunk +16 lines, -12 lines 0 comments Download
M chrome/browser/in_process_webkit/indexed_db_callbacks.cc View 1 1 chunk +0 lines, -29 lines 0 comments Download
M chrome/browser/in_process_webkit/indexed_db_dispatcher_host.h View 7 chunks +25 lines, -4 lines 0 comments Download
M chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 11 chunks +90 lines, -23 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_renderer.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 2 chunks +52 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 3 chunks +27 lines, -0 lines 0 comments Download
M chrome/renderer/indexed_db_dispatcher.h View 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/renderer/indexed_db_dispatcher.cc View 4 chunks +35 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webidbdatabase_impl.h View 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/renderer/renderer_webidbdatabase_impl.cc View 2 chunks +12 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_webidbobjectstore_impl.h View 1 chunk +31 lines, -0 lines 0 comments Download
A chrome/renderer/renderer_webidbobjectstore_impl.cc View 1 chunk +38 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698