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

Issue 263883004: NotificationController handles an ownership of NotificaitonClient (Closed)

Created:
6 years, 7 months ago by gyuyoung-inactive
Modified:
6 years, 7 months ago
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

NotificationController handles an ownership of NotificaitonClient NotificationClient is only used by NotificationController. So, NotificationController is able to have ownership of the client by using OwnPtr. The client's life cycle is more clear via clear ownership definition. BUG=none Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173468

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -25 lines) Patch
M Source/modules/notifications/NotificationClient.h View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/modules/notifications/NotificationController.h View 1 chunk +5 lines, -5 lines 0 comments Download
M Source/modules/notifications/NotificationController.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/web/WebLocalFrameImpl.h View 1 2 2 chunks +0 lines, -6 lines 0 comments Download
M Source/web/WebLocalFrameImpl.cpp View 1 2 2 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
gyuyoung-inactive
6 years, 7 months ago (2014-05-02 11:26:57 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/263883004/diff/20001/Source/web/WebLocalFrameImpl.h File Source/web/WebLocalFrameImpl.h (right): https://codereview.chromium.org/263883004/diff/20001/Source/web/WebLocalFrameImpl.h#newcode375 Source/web/WebLocalFrameImpl.h:375: OwnPtr<NotificationPresenterImpl> m_notificationPresenter; why do you need this member now?
6 years, 7 months ago (2014-05-05 07:35:14 UTC) #2
gyuyoung-inactive
https://codereview.chromium.org/263883004/diff/20001/Source/web/WebLocalFrameImpl.h File Source/web/WebLocalFrameImpl.h (right): https://codereview.chromium.org/263883004/diff/20001/Source/web/WebLocalFrameImpl.h#newcode375 Source/web/WebLocalFrameImpl.h:375: OwnPtr<NotificationPresenterImpl> m_notificationPresenter; On 2014/05/05 07:35:14, jochen wrote: > why ...
6 years, 7 months ago (2014-05-06 15:26:08 UTC) #3
jochen (gone - plz use gerrit)
lgtm
6 years, 7 months ago (2014-05-06 15:56:34 UTC) #4
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 7 months ago (2014-05-06 21:18:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/263883004/40001
6 years, 7 months ago (2014-05-06 21:19:09 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 21:41:14 UTC) #7
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #2). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-06 21:58:00 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-06 22:08:10 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink
6 years, 7 months ago (2014-05-06 22:08:10 UTC) #10
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 7 months ago (2014-05-07 02:23:23 UTC) #11
gyuyoung-inactive
The CQ bit was unchecked by gyuyoung.kim@samsung.com
6 years, 7 months ago (2014-05-07 02:23:53 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/263883004/60001
6 years, 7 months ago (2014-05-07 02:24:27 UTC) #13
gyuyoung-inactive
The CQ bit was checked by gyuyoung.kim@samsung.com
6 years, 7 months ago (2014-05-07 03:05:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gyuyoung.kim@samsung.com/263883004/60001
6 years, 7 months ago (2014-05-07 03:06:30 UTC) #15
commit-bot: I haz the power
6 years, 7 months ago (2014-05-07 04:32:54 UTC) #16
Message was sent while issue was closed.
Change committed as 173468

Powered by Google App Engine
This is Rietveld 408576698