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

Issue 311273005: Oilpan: Prepare to move AbstractSQLStatement, SQLStatement, and SQLCallbackWrapper<T> to Oilpan hea… (Closed)

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

Description

Oilpan: Prepare to move AbstractSQLStatement, SQLStatement, and SQLCallbackWrapper<T> to Oilpan heap. SQLCallbackWrapper has code to call ExecutionContext::deref() in the origin thread. This is unnecessary in Oilpan because implementation classes of ExecutionContext are already on-heap and they are always destructed in their origin threads. This is a prepration to make ExecutionContext GarbageCollected. BUG=357163 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175610

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -15 lines) Patch
M Source/modules/webdatabase/AbstractSQLStatement.h View 1 chunk +3 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/AbstractSQLTransactionBackend.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLCallbackWrapper.h View 1 5 chunks +16 lines, -0 lines 0 comments Download
M Source/modules/webdatabase/SQLStatement.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/SQLStatement.cpp View 1 2 chunks +10 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/SQLStatementBackend.h View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/modules/webdatabase/SQLStatementBackend.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/SQLTransaction.cpp View 2 chunks +4 lines, -1 line 0 comments Download
M Source/modules/webdatabase/SQLTransactionBackend.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/webdatabase/SQLTransactionBackend.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
tkent
Please review this
6 years, 6 months ago (2014-06-05 07:55:09 UTC) #1
haraken
LGTM with comments. https://codereview.chromium.org/311273005/diff/20001/Source/modules/webdatabase/SQLCallbackWrapper.h File Source/modules/webdatabase/SQLCallbackWrapper.h (right): https://codereview.chromium.org/311273005/diff/20001/Source/modules/webdatabase/SQLCallbackWrapper.h#newcode65 Source/modules/webdatabase/SQLCallbackWrapper.h:65: // Implementation classses of ExecutionContext are ...
6 years, 6 months ago (2014-06-05 08:22:43 UTC) #2
tkent
https://codereview.chromium.org/311273005/diff/20001/Source/modules/webdatabase/SQLCallbackWrapper.h File Source/modules/webdatabase/SQLCallbackWrapper.h (right): https://codereview.chromium.org/311273005/diff/20001/Source/modules/webdatabase/SQLCallbackWrapper.h#newcode65 Source/modules/webdatabase/SQLCallbackWrapper.h:65: // Implementation classses of ExecutionContext are on-heap. Their On ...
6 years, 6 months ago (2014-06-05 23:39:32 UTC) #3
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 6 months ago (2014-06-05 23:39:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/311273005/30001
6 years, 6 months ago (2014-06-05 23:40:04 UTC) #5
commit-bot: I haz the power
6 years, 6 months ago (2014-06-06 00:52:45 UTC) #6
Message was sent while issue was closed.
Change committed as 175610

Powered by Google App Engine
This is Rietveld 408576698