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

Issue 16573003: Remove content/browser dependency on WebKit::WebIDBCallbacks and WebKit::WebIDBDatabaseCallbacks (Closed)

Created:
7 years, 6 months ago by alecflett
Modified:
7 years, 6 months ago
Reviewers:
jsbell
CC:
chromium-reviews, joi+watch-content_chromium.org, jam, darin-cc_chromium.org
Visibility:
Public.

Description

Remove content/browser dependency on many WebKit::WebIDB* classes BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=205132

Patch Set 1 #

Total comments: 1

Patch Set 2 : Remove more #includes and forward declarations #

Total comments: 4

Patch Set 3 : use using #

Patch Set 4 : update to ToT #

Patch Set 5 : Update to ToT #

Patch Set 6 : update to ToT #

Patch Set 7 : Fix namespace issues #

Unified diffs Side-by-side diffs Delta from patch set Stats (+356 lines, -307 lines) Patch
M content/browser/in_process_webkit/indexed_db_callbacks.h View 1 7 chunks +69 lines, -47 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_callbacks.cc View 1 2 3 4 5 6 10 chunks +117 lines, -68 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_database_callbacks.h View 2 chunks +6 lines, -4 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_database_callbacks.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 5 chunks +7 lines, -7 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 2 3 4 5 6 31 chunks +47 lines, -47 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks_wrapper.h View 1 2 3 4 5 6 3 chunks +11 lines, -13 lines 0 comments Download
M content/browser/indexed_db/indexed_db_callbacks_wrapper.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.h View 1 6 chunks +8 lines, -10 lines 0 comments Download
M content/browser/indexed_db/indexed_db_context_impl.cc View 1 2 3 4 5 7 chunks +6 lines, -8 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_callbacks_wrapper.h View 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/indexed_db/indexed_db_database_callbacks_wrapper.cc View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/indexed_db/indexed_db_database_unittest.cc View 1 2 3 4 5 4 chunks +3 lines, -30 lines 0 comments Download
M content/browser/indexed_db/indexed_db_unittest.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/indexed_db/webidbcursor_impl.h View 1 1 chunk +9 lines, -5 lines 0 comments Download
M content/browser/indexed_db/webidbcursor_impl.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M content/browser/indexed_db/webidbdatabase_impl.h View 1 4 chunks +21 lines, -19 lines 0 comments Download
M content/browser/indexed_db/webidbdatabase_impl.cc View 10 chunks +17 lines, -20 lines 0 comments Download
M content/browser/indexed_db/webidbfactory_impl.h View 1 1 chunk +11 lines, -6 lines 0 comments Download
M content/browser/indexed_db/webidbfactory_impl.cc View 1 2 3 4 5 4 chunks +4 lines, -8 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
alecflett
I haven't yet renamed these from WebIDBFooImpl, because I'd like to do that in a ...
7 years, 6 months ago (2013-06-06 17:36:10 UTC) #1
jsbell
lgtm with nit/suggestion/question Now that they do not implement WebKit::WebXXX interfaces, We'll need to make ...
7 years, 6 months ago (2013-06-06 18:25:25 UTC) #2
alecflett
https://codereview.chromium.org/16573003/diff/4001/content/browser/in_process_webkit/indexed_db_callbacks.cc File content/browser/in_process_webkit/indexed_db_callbacks.cc (right): https://codereview.chromium.org/16573003/diff/4001/content/browser/in_process_webkit/indexed_db_callbacks.cc#newcode40 content/browser/in_process_webkit/indexed_db_callbacks.cc:40: const WebKit::WebVector<WebKit::WebString>& value) { On 2013/06/06 18:25:25, jsbell wrote: ...
7 years, 6 months ago (2013-06-06 19:02:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/10001
7 years, 6 months ago (2013-06-06 19:09:21 UTC) #4
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/webidbfactory_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-06 19:09:33 UTC) #5
jsbell
On 2013/06/06 19:02:47, alecflett wrote: > Because this now includes the IPC message of the ...
7 years, 6 months ago (2013-06-06 19:09:42 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/10001
7 years, 6 months ago (2013-06-06 19:51:40 UTC) #7
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/webidbfactory_impl.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-06 19:51:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/16001
7 years, 6 months ago (2013-06-06 21:35:43 UTC) #9
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=159044
7 years, 6 months ago (2013-06-07 01:40:06 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/16001
7 years, 6 months ago (2013-06-07 03:08:40 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) nacl_integration http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=159248
7 years, 6 months ago (2013-06-07 05:06:04 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/16001
7 years, 6 months ago (2013-06-07 05:35:00 UTC) #13
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/indexed_db_database_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-07 09:16:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/41001
7 years, 6 months ago (2013-06-07 12:52:41 UTC) #15
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) content_browsertests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=159567
7 years, 6 months ago (2013-06-07 16:59:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/41001
7 years, 6 months ago (2013-06-07 17:53:47 UTC) #17
commit-bot: I haz the power
Failed to apply patch for content/browser/indexed_db/indexed_db_callbacks_wrapper.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-06-07 17:54:03 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/66001
7 years, 6 months ago (2013-06-08 22:31:39 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 6 months ago (2013-06-08 22:52:19 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alecflett@chromium.org/16573003/83001
7 years, 6 months ago (2013-06-09 18:53:46 UTC) #21
commit-bot: I haz the power
7 years, 6 months ago (2013-06-10 02:30:50 UTC) #22
Message was sent while issue was closed.
Change committed as 205132

Powered by Google App Engine
This is Rietveld 408576698