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

Issue 10917099: Chromium side of "consolidate two-phase connection to avoid race conditions". (Closed)

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

Description

Chromium side of "consolidate two-phase connection to avoid race conditions". The full landing sequence for this needs to be determined - this is the "final state" on the Chromium side which would need to land after some WK changes. See https://bugs.webkit.org/show_bug.cgi?id=90411 R=dgrogan@chromium.org BUG=WK90411 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=155937

Patch Set 1 #

Total comments: 1

Patch Set 2 : Backwards compatible with current WK API #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -2 lines) Patch
M content/browser/in_process_webkit/indexed_db_dispatcher_host.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_dispatcher_host.cc View 1 4 chunks +27 lines, -0 lines 1 comment Download
M content/common/indexed_db/indexed_db_dispatcher.h View 1 1 chunk +9 lines, -0 lines 0 comments Download
M content/common/indexed_db/indexed_db_dispatcher.cc View 1 3 chunks +32 lines, -2 lines 0 comments Download
M content/common/indexed_db/indexed_db_messages.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbdatabase_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbfactory_impl.h View 1 3 chunks +10 lines, -0 lines 0 comments Download
M content/common/indexed_db/proxy_webidbfactory_impl.cc View 1 3 chunks +19 lines, -0 lines 0 comments Download
M webkit/support/test_webkit_platform_support.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jsbell
FYI - don't look too closely at this yet, it's still a WIP.
8 years, 3 months ago (2012-09-05 22:33:12 UTC) #1
jsbell
https://chromiumcodereview.appspot.com/10917099/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): https://chromiumcodereview.appspot.com/10917099/diff/1/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode243 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:243: new IndexedDBDatabaseCallbacks(this, params.thread_id, So... how about those awesome class ...
8 years, 3 months ago (2012-09-05 22:35:09 UTC) #2
jsbell
Landing sequence is: (1) Update Chromium to handle old/new WK API (this): https://chromiumcodereview.appspot.com/10917099 (2) Land ...
8 years, 3 months ago (2012-09-06 18:12:55 UTC) #3
dgrogan
http://codereview.chromium.org/10917099/diff/1011/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): http://codereview.chromium.org/10917099/diff/1011/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode262 content/browser/in_process_webkit/indexed_db_dispatcher_host.cc:262: Context()->GetIDBFactory()->open( WebIDBFactory doesn't have a function with this signature ...
8 years, 3 months ago (2012-09-07 00:42:49 UTC) #4
jsbell
On 2012/09/07 00:42:49, dgrogan wrote: > http://codereview.chromium.org/10917099/diff/1011/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc > File content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (right): > > http://codereview.chromium.org/10917099/diff/1011/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc#newcode262 > ...
8 years, 3 months ago (2012-09-07 15:48:01 UTC) #5
dgrogan
lgtm
8 years, 3 months ago (2012-09-07 19:25:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10917099/1011
8 years, 3 months ago (2012-09-10 17:35:29 UTC) #7
commit-bot: I haz the power
Presubmit check for 10917099-1011 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 3 months ago (2012-09-10 17:35:34 UTC) #8
jsbell
tkent@ - OWNERS review of webkit/support change?
8 years, 3 months ago (2012-09-10 22:53:09 UTC) #9
tkent
LGTM for webkit/support/
8 years, 3 months ago (2012-09-11 01:23:07 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jsbell@chromium.org/10917099/1011
8 years, 3 months ago (2012-09-11 01:26:21 UTC) #11
commit-bot: I haz the power
8 years, 3 months ago (2012-09-11 03:34:37 UTC) #12
Change committed as 155937

Powered by Google App Engine
This is Rietveld 408576698