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

Issue 2892893002: Initial implementation of new-style notification (Closed)

Created:
3 years, 7 months ago by yoshiki
Modified:
3 years, 6 months ago
Reviewers:
fukino
CC:
chromium-reviews, mlamouri+watch-notifications_chromium.org, awdf+watch_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Initial implementation of new-style notification This works behind flag. Currently only normal notification is supported. BUG=723144 Review-Url: https://codereview.chromium.org/2892893002 Cr-Commit-Position: refs/heads/master@{#475798} Committed: https://chromium.googlesource.com/chromium/src/+/f14ac82cdb0d6e6953e59558e0f2884ca8bf89c8

Patch Set 1 #

Patch Set 2 : rebased #

Patch Set 3 : Fixed build failure #

Total comments: 21

Patch Set 4 : addressed comments #

Patch Set 5 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+726 lines, -4 lines) Patch
M chrome/browser/about_flags.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.h View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/flag_descriptions.cc View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M tools/metrics/histograms/enums.xml View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M ui/arc/notification/arc_custom_notification_view.h View 1 2 3 4 3 chunks +4 lines, -0 lines 0 comments Download
M ui/arc/notification/arc_custom_notification_view.cc View 1 2 3 4 5 chunks +17 lines, -0 lines 0 comments Download
M ui/arc/notification/arc_notification_item.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/arc/notification/arc_notification_item_impl.h View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M ui/arc/notification/arc_notification_item_impl.cc View 1 2 3 4 2 chunks +12 lines, -2 lines 0 comments Download
M ui/message_center/BUILD.gn View 1 2 3 4 2 chunks +4 lines, -0 lines 0 comments Download
M ui/message_center/message_center_switches.h View 1 2 3 4 1 chunk +5 lines, -0 lines 0 comments Download
M ui/message_center/message_center_switches.cc View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
A ui/message_center/vector_icons/product.icon View 1 chunk +38 lines, -0 lines 0 comments Download
A ui/message_center/vector_icons/product.1x.icon View 1 chunk +38 lines, -0 lines 0 comments Download
M ui/message_center/views/message_view.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M ui/message_center/views/message_view_factory.cc View 1 2 3 4 2 chunks +18 lines, -2 lines 0 comments Download
A ui/message_center/views/notification_view_md.h View 1 chunk +104 lines, -0 lines 0 comments Download
A ui/message_center/views/notification_view_md.cc View 1 2 3 4 1 chunk +455 lines, -0 lines 0 comments Download

Messages

Total messages: 54 (45 generated)
yoshiki
Fukino-san, PTAL
3 years, 7 months ago (2017-05-19 07:50:10 UTC) #5
Peter Beverloo
Could you please share a design doc, mocks (if there are any) and plans to ...
3 years, 7 months ago (2017-05-19 12:11:10 UTC) #12
yoshiki
On 2017/05/19 12:11:10, Peter Beverloo wrote: > Could you please share a design doc, mocks ...
3 years, 7 months ago (2017-05-24 00:39:55 UTC) #19
fukino
I'm sorry for a late response! https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc#newcode1863 chrome/browser/about_flags.cc:1863: kOsDesktop, MULTI_VALUE_TYPE(kMessageCenterNewStyleNotificationChoices)}, Can ...
3 years, 7 months ago (2017-05-25 07:35:11 UTC) #27
yoshiki
Fukino-san, PTAL. Thanks. https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc#newcode1863 chrome/browser/about_flags.cc:1863: kOsDesktop, MULTI_VALUE_TYPE(kMessageCenterNewStyleNotificationChoices)}, On 2017/05/25 07:35:10, fukino ...
3 years, 6 months ago (2017-05-29 03:52:39 UTC) #32
fukino
I'm sorry for a late response! lgtm with nits. https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc#newcode1863 chrome/browser/about_flags.cc:1863: ...
3 years, 6 months ago (2017-05-30 07:32:33 UTC) #33
yoshiki
https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/2892893002/diff/50001/chrome/browser/about_flags.cc#newcode1863 chrome/browser/about_flags.cc:1863: kOsDesktop, MULTI_VALUE_TYPE(kMessageCenterNewStyleNotificationChoices)}, On 2017/05/30 07:32:32, fukino wrote: > On ...
3 years, 6 months ago (2017-05-31 03:53:01 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2892893002/130001
3 years, 6 months ago (2017-05-31 04:22:11 UTC) #51
commit-bot: I haz the power
3 years, 6 months ago (2017-05-31 04:26:32 UTC) #54
Message was sent while issue was closed.
Committed patchset #5 (id:130001) as
https://chromium.googlesource.com/chromium/src/+/f14ac82cdb0d6e6953e59558e0f2...

Powered by Google App Engine
This is Rietveld 408576698