Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(76)

Issue 1175463004: Cleanup: Remove WeakPtr usage in WebSharedWorkerImpl (Closed)

Created:
4 years, 10 months ago by kinuko
Modified:
4 years, 10 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, horo, Takashi Toyoshima
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Cleanup: Remove WeakPtr usage in WebSharedWorkerImpl This one no longer seems necessary. (WebSharedWorkerClient's implementation holds WebSharedWorkerImpl, so it seems m_client never becomes invalid while the worker's around) BUG=n/a TEST=buildbot Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197065

Patch Set 1 #

Patch Set 2 : added comments, removed if (client()) conditionals #

Patch Set 3 : more documentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -41 lines) Patch
M Source/web/WebSharedWorkerImpl.h View 1 3 chunks +1 line, -10 lines 0 comments Download
M Source/web/WebSharedWorkerImpl.cpp View 1 13 chunks +12 lines, -26 lines 0 comments Download
M public/web/WebSharedWorker.h View 1 2 2 chunks +4 lines, -5 lines 0 comments Download
M public/web/WebSharedWorkerClient.h View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
kinuko
PTL
4 years, 10 months ago (2015-06-10 16:11:28 UTC) #2
kinuko
Kent-san, can you review this?
4 years, 10 months ago (2015-06-11 23:11:39 UTC) #5
tkent
lgtm. Can you add a comment about WebSharedWorker&WebSharedWorkerClient lifetime assumption to WebSharedWorker.h and/or WebSharedWorkerClient.h?
4 years, 10 months ago (2015-06-12 00:16:27 UTC) #6
kinuko
On 2015/06/12 00:16:27, tkent wrote: > lgtm. > > Can you add a comment about ...
4 years, 10 months ago (2015-06-12 01:00:14 UTC) #7
kinuko
On 2015/06/12 01:00:14, kinuko wrote: > On 2015/06/12 00:16:27, tkent wrote: > > lgtm. > ...
4 years, 10 months ago (2015-06-12 09:24:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1175463004/40001
4 years, 10 months ago (2015-06-12 22:23:35 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2015-06-12 22:27:35 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197065

Powered by Google App Engine
This is Rietveld 408576698