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

Issue 2065133002: exo: Implement notification surface support (Closed)

Created:
4 years, 6 months ago by xiyuan
Modified:
4 years, 6 months ago
Reviewers:
yoshiki, reveman
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@notification-wayland-protocol
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

exo: Implement notification surface support BUG=b/25816173 Committed: https://crrev.com/4a599b40e8a90cd2940444c8c446b2b5d13b43af Cr-Commit-Position: refs/heads/master@{#401735}

Patch Set 1 #

Patch Set 2 : add NotificationServiceRegistry to track notification surface #

Total comments: 14

Patch Set 3 : for comments in #2 #

Total comments: 8

Patch Set 4 : address comments from reveman #

Total comments: 22

Patch Set 5 : comments in #4 #

Patch Set 6 : rebase #

Patch Set 7 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -3 lines) Patch
M components/exo.gypi View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M components/exo/BUILD.gn View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M components/exo/display.h View 1 2 3 4 5 6 4 chunks +11 lines, -0 lines 0 comments Download
M components/exo/display.cc View 1 2 3 4 5 6 3 chunks +22 lines, -1 line 0 comments Download
A components/exo/notification_surface.h View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
A components/exo/notification_surface.cc View 1 2 3 4 1 chunk +128 lines, -0 lines 0 comments Download
A components/exo/notification_surface_manager.h View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
M components/exo/wayland/server.cc View 1 2 3 4 5 4 chunks +50 lines, -2 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (8 generated)
xiyuan
4 years, 6 months ago (2016-06-14 16:50:02 UTC) #2
yoshiki
lgtm, although I'm not an owner.
4 years, 6 months ago (2016-06-16 02:46:25 UTC) #3
reveman
https://codereview.chromium.org/2065133002/diff/20001/components/exo/notification_surface.cc File components/exo/notification_surface.cc (right): https://codereview.chromium.org/2065133002/diff/20001/components/exo/notification_surface.cc#newcode26 components/exo/notification_surface.cc:26: return surface_->GetHitTestBounds().size(); Why hit test bounds and not the ...
4 years, 6 months ago (2016-06-16 03:35:20 UTC) #4
xiyuan
CL updated. PTAL. Thanks. https://codereview.chromium.org/2065133002/diff/20001/components/exo/notification_surface.cc File components/exo/notification_surface.cc (right): https://codereview.chromium.org/2065133002/diff/20001/components/exo/notification_surface.cc#newcode26 components/exo/notification_surface.cc:26: return surface_->GetHitTestBounds().size(); On 2016/06/16 03:35:20, ...
4 years, 6 months ago (2016-06-20 22:40:29 UTC) #6
reveman
https://codereview.chromium.org/2065133002/diff/60001/components/exo/notification_surface.cc File components/exo/notification_surface.cc (right): https://codereview.chromium.org/2065133002/diff/60001/components/exo/notification_surface.cc#newcode88 components/exo/notification_surface.cc:88: // TODO(xiyuan): Fix this after Surface becomes just a ...
4 years, 6 months ago (2016-06-22 16:44:31 UTC) #7
xiyuan
PTAL. Thanks. https://codereview.chromium.org/2065133002/diff/60001/components/exo/notification_surface.cc File components/exo/notification_surface.cc (right): https://codereview.chromium.org/2065133002/diff/60001/components/exo/notification_surface.cc#newcode88 components/exo/notification_surface.cc:88: // TODO(xiyuan): Fix this after Surface becomes ...
4 years, 6 months ago (2016-06-23 14:46:43 UTC) #8
reveman
lgtm % nits https://codereview.chromium.org/2065133002/diff/80001/components/exo/display.cc File components/exo/display.cc (right): https://codereview.chromium.org/2065133002/diff/80001/components/exo/display.cc#newcode190 components/exo/display.cc:190: if (notification_surface_manager_ && nit: please fail ...
4 years, 6 months ago (2016-06-23 16:34:53 UTC) #9
xiyuan
https://codereview.chromium.org/2065133002/diff/80001/components/exo/display.cc File components/exo/display.cc (right): https://codereview.chromium.org/2065133002/diff/80001/components/exo/display.cc#newcode190 components/exo/display.cc:190: if (notification_surface_manager_ && On 2016/06/23 16:34:52, reveman wrote: > ...
4 years, 6 months ago (2016-06-23 17:46:10 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065133002/110009
4 years, 6 months ago (2016-06-23 19:35:19 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_compile_dbg_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_compile_dbg_ng/builds/220889) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 6 months ago (2016-06-23 19:52:21 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065133002/130001
4 years, 6 months ago (2016-06-23 20:10:10 UTC) #18
commit-bot: I haz the power
Committed patchset #7 (id:130001)
4 years, 6 months ago (2016-06-23 21:48:40 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-23 21:50:31 UTC) #21
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/4a599b40e8a90cd2940444c8c446b2b5d13b43af
Cr-Commit-Position: refs/heads/master@{#401735}

Powered by Google App Engine
This is Rietveld 408576698