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

Issue 1448353002: Oilpan: move ServiceWorkerGlobalScopeProxy to the heap. (Closed)

Created:
5 years, 1 month ago by sof
Modified:
5 years, 1 month ago
Reviewers:
oilpan-reviews, haraken
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Oilpan: move ServiceWorkerGlobalScopeProxy to the heap. The object maintains two references to heap objects, so by having it also be on the Oilpan heap, these refs can be correctly traced & handled. R=haraken BUG=553613 Committed: https://crrev.com/dc3fa19f4b47fab944866a2e2f13089292d45f16 Cr-Commit-Position: refs/heads/master@{#360381}

Patch Set 1 #

Total comments: 3

Patch Set 2 : explicitly detach #

Patch Set 3 : rebased #

Total comments: 3

Patch Set 4 : assert for clean detachment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -62 lines) Patch
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h View 1 2 chunks +23 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp View 1 2 3 1 chunk +76 lines, -54 lines 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
sof
5 years, 1 month ago (2015-11-17 12:16:35 UTC) #2
haraken
https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h File third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h (right): https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode104 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h:104: WebEmbeddedWorkerImpl& m_embeddedWorker; WebEmbeddedWorkerImpl is still off the heap. Doesn't ...
5 years, 1 month ago (2015-11-17 13:04:36 UTC) #4
sof
https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h File third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h (right): https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode104 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h:104: WebEmbeddedWorkerImpl& m_embeddedWorker; On 2015/11/17 13:04:36, haraken wrote: > > ...
5 years, 1 month ago (2015-11-17 13:43:04 UTC) #5
haraken
On 2015/11/17 13:43:04, sof wrote: > https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h > File third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h (right): > > https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h#newcode104 > ...
5 years, 1 month ago (2015-11-17 14:00:54 UTC) #6
sof
On 2015/11/17 14:00:54, haraken wrote: > On 2015/11/17 13:43:04, sof wrote: > > > https://codereview.chromium.org/1448353002/diff/1/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h ...
5 years, 1 month ago (2015-11-17 15:11:53 UTC) #7
haraken
LGTM https://codereview.chromium.org/1448353002/diff/40001/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp File third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp (right): https://codereview.chromium.org/1448353002/diff/40001/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp#newcode83 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp:83: { Can we assert that detach() has been ...
5 years, 1 month ago (2015-11-17 23:54:00 UTC) #8
sof
https://codereview.chromium.org/1448353002/diff/40001/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp File third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp (right): https://codereview.chromium.org/1448353002/diff/40001/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp#newcode83 third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp:83: { On 2015/11/17 23:53:59, haraken wrote: > > Can ...
5 years, 1 month ago (2015-11-18 08:58:09 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1448353002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1448353002/60001
5 years, 1 month ago (2015-11-18 08:58:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/142364)
5 years, 1 month ago (2015-11-18 10:08:55 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1448353002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1448353002/60001
5 years, 1 month ago (2015-11-18 10:50:00 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/142411)
5 years, 1 month ago (2015-11-18 12:33:21 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1448353002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1448353002/60001
5 years, 1 month ago (2015-11-18 18:18:53 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-11-18 19:08:20 UTC) #22
commit-bot: I haz the power
5 years, 1 month ago (2015-11-18 19:09:25 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dc3fa19f4b47fab944866a2e2f13089292d45f16
Cr-Commit-Position: refs/heads/master@{#360381}

Powered by Google App Engine
This is Rietveld 408576698