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

Issue 2181243002: Move ThreadableLoader to Oilpan heap (2/3) (Closed)

Created:
4 years, 5 months ago by yhirano
Modified:
4 years, 4 months ago
Reviewers:
haraken, Nate Chapin
CC:
chromium-reviews, kinuko+worker_chromium.org, tyoshino+watch_chromium.org, dtapuska+blinkwatch_chromium.org, tzik, Peter Beverloo, eae+blinkwatch, nhiroki, yhirano+watch_chromium.org, falken, loading-reviews_chromium.org, dglazkov+blink, blink-reviews-events_chromium.org, gavinp+loader_chromium.org, blink-reviews, horo+watch_chromium.org, kinuko+watch, Nate Chapin, kinuko+fileapi, blink-worker-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@onheap-bridge-peer-in-worker-threadable-loader
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move ThreadableLoader to Oilpan heap (2/3) This change makes ThreadableLoader GarbageCollectedFinalized. Apart from trivial changes, this CL merges WorkerThreadableLoader, ThreadableLoaderClientWrapper and WorkerThreadableLoader::Bridge. BUG=587663 Committed: https://crrev.com/82e485d87b1bd0f704e2e706db02203ea60801e5 Committed: https://crrev.com/1aa2c65ed37380e35a7aacd199d9767ca734b472 Cr-Original-Commit-Position: refs/heads/master@{#409736} Cr-Commit-Position: refs/heads/master@{#411561}

Patch Set 1 #

Patch Set 2 : fix #

Patch Set 3 : fix #

Patch Set 4 : fix #

Patch Set 5 : fix #

Patch Set 6 : fix #

Total comments: 14

Patch Set 7 : wip #

Patch Set 8 : rebase #

Total comments: 4

Patch Set 9 : fix #

Patch Set 10 : rebase #

Patch Set 11 : rebase #

Patch Set 12 : build fix #

Patch Set 13 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+281 lines, -447 lines) Patch
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/fileapi/FileReaderLoader.h View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.h View 1 2 3 4 5 6 7 3 chunks +5 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp View 1 2 3 4 5 6 7 8 9 36 chunks +11 lines, -52 lines 0 comments Download
M third_party/WebKit/Source/core/loader/MockThreadableLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoader.h View 4 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoader.cpp View 1 1 chunk +1 line, -4 lines 0 comments Download
D third_party/WebKit/Source/core/loader/ThreadableLoaderClientWrapper.h View 1 chunk +0 lines, -158 lines 0 comments Download
M third_party/WebKit/Source/core/loader/ThreadableLoaderTest.cpp View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/WorkerThreadableLoader.h View 1 2 3 4 5 6 7 8 4 chunks +37 lines, -49 lines 0 comments Download
M third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 5 chunks +159 lines, -105 lines 0 comments Download
M third_party/WebKit/Source/core/page/EventSource.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/EventSource.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/workers/WorkerScriptLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/BodyStreamBufferTest.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.cpp View 1 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandleTest.cpp View 1 8 chunks +29 lines, -41 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchFormDataConsumerHandleTest.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationImageLoader.h View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/notifications/NotificationImageLoader.cpp View 1 chunk +1 line, -5 lines 0 comments Download
M third_party/WebKit/Source/web/AssociatedURLLoader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/AssociatedURLLoader.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 139 (120 generated)
yhirano
4 years, 4 months ago (2016-07-28 11:07:49 UTC) #56
haraken
Would it be possible to split the CL into pieces? If it's hard, I'll take ...
4 years, 4 months ago (2016-07-28 11:33:08 UTC) #58
yhirano
On 2016/07/28 11:33:08, haraken wrote: > Would it be possible to split the CL into ...
4 years, 4 months ago (2016-07-29 10:10:11 UTC) #70
haraken
Mostly looks good, but I want to have someone else take a look at the ...
4 years, 4 months ago (2016-07-29 14:52:51 UTC) #77
yhirano
https://codereview.chromium.org/2181243002/diff/300001/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp File third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp (left): https://codereview.chromium.org/2181243002/diff/300001/third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp#oldcode380 third_party/WebKit/Source/core/loader/WorkerThreadableLoader.cpp:380: DCHECK(!m_mainThreadLoader); On 2016/07/29 14:52:51, haraken wrote: > > Why ...
4 years, 4 months ago (2016-08-01 06:20:06 UTC) #89
haraken
LGTM on my side. https://codereview.chromium.org/2181243002/diff/360001/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp File third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp (left): https://codereview.chromium.org/2181243002/diff/360001/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp#oldcode356 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp:356: DCHECK(!m_resource); ToT still has clearResource() ...
4 years, 4 months ago (2016-08-01 07:34:20 UTC) #92
yhirano
https://codereview.chromium.org/2181243002/diff/360001/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp File third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp (left): https://codereview.chromium.org/2181243002/diff/360001/third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp#oldcode356 third_party/WebKit/Source/core/loader/DocumentThreadableLoader.cpp:356: DCHECK(!m_resource); On 2016/08/01 07:34:20, haraken wrote: > > ToT ...
4 years, 4 months ago (2016-08-01 07:56:43 UTC) #97
Nate Chapin
lgtm
4 years, 4 months ago (2016-08-03 19:29:33 UTC) #102
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/2181243002/400001
4 years, 4 months ago (2016-08-04 08:09:16 UTC) #109
commit-bot: I haz the power
Committed patchset #10 (id:400001)
4 years, 4 months ago (2016-08-04 08:14:01 UTC) #111
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/82e485d87b1bd0f704e2e706db02203ea60801e5 Cr-Commit-Position: refs/heads/master@{#409736}
4 years, 4 months ago (2016-08-04 08:15:56 UTC) #113
yhirano
A revert of this CL (patchset #10 id:400001) has been created in https://codereview.chromium.org/2228433002/ by yhirano@chromium.org. ...
4 years, 4 months ago (2016-08-08 07:37:21 UTC) #114
yhirano
reopen
4 years, 4 months ago (2016-08-09 06:55:14 UTC) #116
yhirano
Let me reland this CL.
4 years, 4 months ago (2016-08-12 03:05:08 UTC) #123
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/2181243002/440001
4 years, 4 months ago (2016-08-12 03:05:56 UTC) #127
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/217281)
4 years, 4 months ago (2016-08-12 03:22:49 UTC) #129
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/2181243002/460001
4 years, 4 months ago (2016-08-12 03:45:24 UTC) #135
commit-bot: I haz the power
Committed patchset #13 (id:460001)
4 years, 4 months ago (2016-08-12 06:02:32 UTC) #137
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 06:04:36 UTC) #139
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/1aa2c65ed37380e35a7aacd199d9767ca734b472
Cr-Commit-Position: refs/heads/master@{#411561}

Powered by Google App Engine
This is Rietveld 408576698