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

Issue 191003010: Oilpan: move WorkerThreadStartupData to the oilpan heap. (Closed)

Created:
6 years, 9 months ago by sof
Modified:
6 years, 9 months ago
CC:
blink-reviews, kinuko, serviceworker-reviews, jsbell+serviceworker_chromium.org, tzik, nhiroki, falken, horo+watch_chromium.org, kinuko+watch, alecflett+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Oilpan: move WorkerThreadStartupData to the oilpan heap. R=vegorov@chromium.org,tkent@chromium.org BUG=340522 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168903

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -41 lines) Patch
M Source/core/workers/DedicatedWorkerGlobalScope.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/workers/DedicatedWorkerGlobalScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/DedicatedWorkerThread.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/workers/DedicatedWorkerThread.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/workers/SharedWorkerGlobalScope.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerGlobalScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/SharedWorkerThread.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/workers/SharedWorkerThread.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/workers/WorkerMessagingProxy.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/workers/WorkerThread.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/workers/WorkerThread.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/workers/WorkerThreadStartupData.h View 2 chunks +7 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerThread.h View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/modules/serviceworkers/ServiceWorkerThread.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/web/WebEmbeddedWorkerImpl.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
sof
Please take a look.
6 years, 9 months ago (2014-03-10 14:32:13 UTC) #1
Vyacheslav Egorov (Chromium)
lgtm
6 years, 9 months ago (2014-03-11 00:12:03 UTC) #2
michaeln
WorkerThreadStartupData isn't a DOM object, so i'm wondering, why move a class like this to ...
6 years, 9 months ago (2014-03-11 00:28:25 UTC) #3
haraken
LGTM
6 years, 9 months ago (2014-03-11 03:34:49 UTC) #4
tkent
sigbjornf@, what's the benefit of making WorkerThreadStartupData garbage-collected? Will you make its data members garbage-collected?
6 years, 9 months ago (2014-03-11 05:36:47 UTC) #5
sof
On 2014/03/11 05:36:47, tkent wrote: > sigbjornf@, what's the benefit of making WorkerThreadStartupData > garbage-collected? ...
6 years, 9 months ago (2014-03-11 06:11:21 UTC) #6
tkent
On 2014/03/11 06:11:21, sof wrote: > On 2014/03/11 05:36:47, tkent wrote: > > sigbjornf@, what's ...
6 years, 9 months ago (2014-03-11 06:56:35 UTC) #7
sof
On 2014/03/11 06:56:35, tkent wrote: > On 2014/03/11 06:11:21, sof wrote: > > On 2014/03/11 ...
6 years, 9 months ago (2014-03-11 08:04:55 UTC) #8
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 9 months ago (2014-03-11 08:05:04 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/191003010/1
6 years, 9 months ago (2014-03-11 08:05:09 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-11 09:18:49 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink
6 years, 9 months ago (2014-03-11 09:18:49 UTC) #12
sof
The CQ bit was checked by sigbjornf@opera.com
6 years, 9 months ago (2014-03-11 09:19:42 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sigbjornf@opera.com/191003010/1
6 years, 9 months ago (2014-03-11 09:19:52 UTC) #14
commit-bot: I haz the power
6 years, 9 months ago (2014-03-11 10:24:13 UTC) #15
Message was sent while issue was closed.
Change committed as 168903

Powered by Google App Engine
This is Rietveld 408576698