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

Issue 1127123010: Remove the concept of a cleanup task (Closed)

Created:
5 years, 7 months ago by Sami
Modified:
5 years, 7 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, sof, eae+blinkwatch, falken, blink-reviews-dom_chromium.org, dglazkov+blink, kinuko+worker_chromium.org, horo+watch_chromium.org, rwlbuis
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Remove the concept of a cleanup task The only cleanup task in Blink which is not internal to a worker thread is the task to close a WebSQL database. Because 1) only worker threads support the concept of a cleanup task, and 2) WebSQL isn't supported on worker threads anymore after https://codereview.chromium.org/561093003/, we can safely remove the logic to handle cleanup tasks on worker threads. BUG=463143 TBR=haraken@chromium.org,jochen@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195345

Patch Set 1 #

Patch Set 2 : Fix asan issues. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -110 lines) Patch
M Source/core/dom/ExecutionContextTask.h View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/html/parser/HTMLParserThread.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/workers/WorkerGlobalScope.cpp View 3 chunks +6 lines, -24 lines 0 comments Download
M Source/core/workers/WorkerThread.h View 3 chunks +6 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 10 chunks +38 lines, -64 lines 2 comments Download
M Source/modules/webdatabase/DatabaseThread.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/modules/webdatabase/DatabaseTracker.cpp View 1 chunk +0 lines, -5 lines 0 comments Download
M Source/platform/WebThreadSupportingGC.h View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/platform/WebThreadSupportingGC.cpp View 1 3 chunks +10 lines, -3 lines 0 comments Download
M public/platform/WebScheduler.h View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Sami
This is a reland of https://codereview.chromium.org/1111693003. See https://codereview.chromium.org/1111693003/#msg42. PTAL.
5 years, 7 months ago (2015-05-14 10:14:17 UTC) #2
kinuko
lgtm https://codereview.chromium.org/1127123010/diff/20001/Source/core/workers/WorkerThread.cpp File Source/core/workers/WorkerThread.cpp (right): https://codereview.chromium.org/1127123010/diff/20001/Source/core/workers/WorkerThread.cpp#newcode442 Source/core/workers/WorkerThread.cpp:442: if (!m_workerGlobalScope) Um... it's not really related to ...
5 years, 7 months ago (2015-05-14 11:27:40 UTC) #3
Sami
Thanks for the quick review! TBR'in haraken@ and jochen@ since those parts didn't change from ...
5 years, 7 months ago (2015-05-14 11:32:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1127123010/20001
5 years, 7 months ago (2015-05-14 11:33:07 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://src.chromium.org/viewvc/blink?view=rev&revision=195345
5 years, 7 months ago (2015-05-14 11:36:08 UTC) #8
haraken
5 years, 7 months ago (2015-05-14 11:56:34 UTC) #9
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698