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

Issue 205823002: Oilpan: Prepare to move AbstractSQLStatementBackend and SQLStatementBackend to Oilpan heap. (Closed)

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

Description

Oilpan: Prepare to move AbstractSQLStatementBackend and SQLStatementBackend to Oilpan heap. They are ThreadSafeRefCounted because an object is created in a context thread, is enqueued into a SQLTransactionBackend, the SQLTransactionBackend is moved to a database thread, then the database thread takes a SQLStatementBackend in the queue. We don't need to care about it in Oilpan. SQLTransactionBackend is correctly transferred with CrossThreadPersistent. BUG=347902 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169622

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M Source/modules/webdatabase/AbstractSQLStatementBackend.h View 1 chunk +3 lines, -1 line 0 comments Download
M Source/modules/webdatabase/SQLStatementBackend.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/modules/webdatabase/SQLStatementBackend.cpp View 2 chunks +6 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionBackend.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLTransactionBackend.cpp View 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
tkent
Please review this.
6 years, 9 months ago (2014-03-20 01:13:54 UTC) #1
haraken
LGTM
6 years, 9 months ago (2014-03-20 04:45:24 UTC) #2
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 9 months ago (2014-03-20 05:04:32 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/205823002/1
6 years, 9 months ago (2014-03-20 05:04:36 UTC) #4
commit-bot: I haz the power
Change committed as 169622
6 years, 9 months ago (2014-03-20 06:12:29 UTC) #5
Mads Ager (chromium)
6 years, 9 months ago (2014-03-20 06:49:50 UTC) #6
Message was sent while issue was closed.
LGTM2

Powered by Google App Engine
This is Rietveld 408576698