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

Issue 12096004: Made --enable-rich-notifications flag available to message_center. (Closed)

Created:
7 years, 11 months ago by dharcourt
Modified:
7 years, 10 months ago
CC:
chromium-reviews, miket_OOO
Visibility:
Public.

Description

Made --enable-rich-notifications flag available to message_center. Also added an --enable-new-simple-notifications flag to be used to control the appearance of simple notifications (notifications created using the HTML5 webkitNotifications API instead of the new chrome.notification APIs). BUG=172358 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=179341

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : Rebased + fixed build issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -11 lines) Patch
M chrome/browser/about_flags.cc View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/notifications/message_center_notifications_browsertest.cc View 1 2 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/notifications/notification_ui_manager.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M ui/message_center/message_center_switches.h View 1 chunk +11 lines, -0 lines 0 comments Download
M ui/message_center/message_center_switches.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
dharcourt
@mukai for overall review. @stevenjb for OWNERS review of chrome/browser/notifications/notification_ui_manager.cc changes. Thanks for the review! ...
7 years, 11 months ago (2013-01-26 02:14:13 UTC) #1
Jun Mukai
Probably better to ping dimich too Overall looks good, but can you split this into ...
7 years, 11 months ago (2013-01-26 02:18:46 UTC) #2
dharcourt
The restore-simple-notification-look functionality was split into http://crrev.com/12090011 so these changes only concern the moving of ...
7 years, 11 months ago (2013-01-26 02:44:59 UTC) #3
Jun Mukai
https://codereview.chromium.org/12096004/diff/3002/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/12096004/diff/3002/chrome/browser/about_flags.cc#newcode33 chrome/browser/about_flags.cc:33: #include "ui/message_center/message_center_switches.h" #if defined(ENABLE_MESSAGE_CENTER) is needed here https://codereview.chromium.org/12096004/diff/3002/chrome/browser/about_flags.cc#newcode1200 chrome/browser/about_flags.cc:1200: ...
7 years, 11 months ago (2013-01-26 02:52:52 UTC) #4
Dmitry Titov
I think we currently do not compile the message_center dependency in Mac and Linux at ...
7 years, 11 months ago (2013-01-26 02:53:06 UTC) #5
Dmitry Titov
https://codereview.chromium.org/12096004/diff/3002/chrome/browser/notifications/notification_ui_manager.cc File chrome/browser/notifications/notification_ui_manager.cc (right): https://codereview.chromium.org/12096004/diff/3002/chrome/browser/notifications/notification_ui_manager.cc#newcode9 chrome/browser/notifications/notification_ui_manager.cc:9: #include "ui/message_center/message_center_switches.h" #if defined(ENABLE_MESSAGE_CENTER) needed. https://codereview.chromium.org/12096004/diff/3002/chrome/browser/notifications/notification_ui_manager.cc#newcode19 chrome/browser/notifications/notification_ui_manager.cc:19: message_center::switches::kEnableRichNotifications); Ditto ...
7 years, 11 months ago (2013-01-26 02:54:50 UTC) #6
Dmitry Titov
Also, if https://codereview.chromium.org/11896085/ lands before this one, you'll need to combine flags in notification_ui_manager, like ...
7 years, 11 months ago (2013-01-26 02:58:28 UTC) #7
dharcourt
https://codereview.chromium.org/12096004/diff/3002/chrome/browser/about_flags.cc File chrome/browser/about_flags.cc (right): https://codereview.chromium.org/12096004/diff/3002/chrome/browser/about_flags.cc#newcode33 chrome/browser/about_flags.cc:33: #include "ui/message_center/message_center_switches.h" On 2013/01/26 02:52:52, Jun Mukai wrote: > ...
7 years, 11 months ago (2013-01-26 04:07:04 UTC) #8
Dmitry Titov
Lgtm
7 years, 11 months ago (2013-01-26 04:44:06 UTC) #9
stevenjb
lgtm
7 years, 10 months ago (2013-01-28 21:46:32 UTC) #10
dharcourt
Hi Jun, Let me know if you're planning on reviewing this further or I should ...
7 years, 10 months ago (2013-01-28 22:54:18 UTC) #11
Jun Mukai
lgtm
7 years, 10 months ago (2013-01-28 23:13:26 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dharcourt@chromium.org/12096004/5011
7 years, 10 months ago (2013-01-29 06:33:04 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 06:49:53 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dharcourt@chromium.org/12096004/5011
7 years, 10 months ago (2013-01-29 07:26:38 UTC) #15
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 10 months ago (2013-01-29 07:41:32 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dharcourt@chromium.org/12096004/5011
7 years, 10 months ago (2013-01-29 15:42:25 UTC) #17
commit-bot: I haz the power
7 years, 10 months ago (2013-01-29 16:13:02 UTC) #18
Message was sent while issue was closed.
Change committed as 179341

Powered by Google App Engine
This is Rietveld 408576698