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

Issue 2506443002: Fix data race in IndexedDBDatabaseCallbacksImpl::Abort (Closed)

Created:
4 years, 1 month ago by Reilly Grant (use Gerrit)
Modified:
4 years, 1 month ago
Reviewers:
jsbell
CC:
chromium-reviews, cmumford, darin-cc_chromium.org, jam, jsbell+idb_chromium.org, dmurph
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix data race in IndexedDBDatabaseCallbacksImpl::Abort It is not safe to pass a WebIDBDatabaseError between threads because it contains non-threadsafe WebStrings. This change passes the components necessary to construct the error object across threads and creates it there. BUG=665055 Committed: https://crrev.com/3aa3a7b9ad75d9475df4340b5ed86c3d6240f3fa Cr-Commit-Position: refs/heads/master@{#432019}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M content/child/indexed_db/indexed_db_database_callbacks_impl.cc View 2 chunks +11 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
Reilly Grant (use Gerrit)
Please take a look.
4 years, 1 month ago (2016-11-14 23:14:32 UTC) #3
jsbell
lgtm dmurph@ - FYI, will likely collide with changes you have in progress (but probably ...
4 years, 1 month ago (2016-11-14 23:25:08 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2506443002/1
4 years, 1 month ago (2016-11-14 23:27:23 UTC) #8
commit-bot: I haz the power
Failed to apply patch for content/child/indexed_db/indexed_db_database_callbacks_impl.cc: While running git apply --index -p1; error: patch failed: ...
4 years, 1 month ago (2016-11-15 00:35:28 UTC) #10
commit-bot: I haz the power
4 years, 1 month ago (2016-11-15 00:39:53 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/3aa3a7b9ad75d9475df4340b5ed86c3d6240f3fa
Cr-Commit-Position: refs/heads/master@{#432019}

Powered by Google App Engine
This is Rietveld 408576698