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

Issue 215063005: Oilpan: Prepare to move DatabaseContext to Oilpan heap. (Closed)

Created:
6 years, 9 months ago by tkent
Modified:
6 years, 9 months ago
Reviewers:
oilpan-reviews, haraken
CC:
blink-reviews
Visibility:
Public.

Description

Oilpan: Prepare to move DatabaseContext to Oilpan heap. We need to change HashMap<ExecutionContext*, RefPtr<DatabaseContext>> to HashMap<ExecutionContext*, OwnPtr<Persistent<DatabaseContext>>> Because we can't use PersistentHeapHashMap due to mutiple threads, and can't put Persistent<> to HashMap directly. BUG=347902 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=170246

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -12 lines) Patch
M Source/modules/webdatabase/Database.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/Database.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/webdatabase/DatabaseBackendBase.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/DatabaseBackendBase.cpp View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/webdatabase/DatabaseContext.h View 3 chunks +5 lines, -4 lines 0 comments Download
M Source/modules/webdatabase/DatabaseContext.cpp View 3 chunks +9 lines, -5 lines 0 comments Download
M Source/modules/webdatabase/DatabaseManager.h View 1 chunk +5 lines, -0 lines 2 comments Download
M Source/modules/webdatabase/DatabaseManager.cpp View 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
tkent
Please review this. This is the last one in modules/webdatabase/.
6 years, 9 months ago (2014-03-28 00:52:05 UTC) #1
haraken
https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h File Source/modules/webdatabase/DatabaseManager.h (right): https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h#newcode103 Source/modules/webdatabase/DatabaseManager.h:103: // We can't use PersistentHeapHashMap because multiple threads update ...
6 years, 9 months ago (2014-03-28 01:03:24 UTC) #2
tkent
https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h File Source/modules/webdatabase/DatabaseManager.h (right): https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h#newcode103 Source/modules/webdatabase/DatabaseManager.h:103: // We can't use PersistentHeapHashMap because multiple threads update ...
6 years, 9 months ago (2014-03-28 01:17:25 UTC) #3
haraken
On 2014/03/28 01:17:25, tkent wrote: > https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h > File Source/modules/webdatabase/DatabaseManager.h (right): > > https://codereview.chromium.org/215063005/diff/1/Source/modules/webdatabase/DatabaseManager.h#newcode103 > ...
6 years, 9 months ago (2014-03-28 01:30:07 UTC) #4
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 9 months ago (2014-03-28 01:53:04 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/215063005/1
6 years, 9 months ago (2014-03-28 01:53:16 UTC) #6
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 02:07:06 UTC) #7
Message was sent while issue was closed.
Change committed as 170246

Powered by Google App Engine
This is Rietveld 408576698