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

Issue 12667018: Switch Windows to use the MessagePopupCollection (Closed)

Created:
7 years, 9 months ago by dewittj
Modified:
7 years, 9 months ago
Reviewers:
Jun Mukai
CC:
chromium-reviews, tfarina, Elliot Glaysher, Ben Goodger (Google)
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Switch Windows to use the MessagePopupCollection (reland) Windows is currently using the old-style MessagePopupBubble which couldn't display transparent space between the messages. Moves MessageCenterTrayWinTests to interactive_ui_tests. r=mukai@chromium.org TBR=ben@chromium.org TEST=WebNotificationTrayWinTest.* BUG=181235 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188217 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188811

Patch Set 1 #

Patch Set 2 : Remove spurious change. #

Patch Set 3 : Better comments. #

Total comments: 4

Patch Set 4 : Expert advice acquired. #

Patch Set 5 : Move tests to interactive-ui-tests for reland. #

Patch Set 6 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -36 lines) Patch
M chrome/browser/ui/views/message_center/web_notification_tray_win.h View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_win.cc View 1 2 3 4 5 5 chunks +6 lines, -21 lines 0 comments Download
M chrome/browser/ui/views/message_center/web_notification_tray_win_browsertest.cc View 4 chunks +9 lines, -6 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 5 chunks +7 lines, -3 lines 0 comments Download
M ui/message_center/message_center.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/message_center/views/message_popup_collection.cc View 1 2 3 4 2 chunks +15 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
dewittj
7 years, 9 months ago (2013-03-11 23:23:31 UTC) #1
Jun Mukai
https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc File chrome/browser/ui/views/message_center/web_notification_tray_win.cc (right): https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc#newcode124 chrome/browser/ui/views/message_center/web_notification_tray_win.cc:124: new message_center::MessagePopupCollection(NULL, message_center())); You should specify the first argument, ...
7 years, 9 months ago (2013-03-12 00:49:54 UTC) #2
dewittj
https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc File chrome/browser/ui/views/message_center/web_notification_tray_win.cc (right): https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc#newcode124 chrome/browser/ui/views/message_center/web_notification_tray_win.cc:124: new message_center::MessagePopupCollection(NULL, message_center())); On 2013/03/12 00:49:54, Jun Mukai wrote: ...
7 years, 9 months ago (2013-03-12 00:57:10 UTC) #3
dewittj
On 2013/03/12 00:57:10, dewittj wrote: > https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc > File chrome/browser/ui/views/message_center/web_notification_tray_win.cc > (right): > > https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc#newcode124 ...
7 years, 9 months ago (2013-03-12 00:59:51 UTC) #4
tfarina
You can try asking Scott (sky), Elliot or Scott (mg).
7 years, 9 months ago (2013-03-12 01:15:38 UTC) #5
Jun Mukai
https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc File chrome/browser/ui/views/message_center/web_notification_tray_win.cc (right): https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc#newcode124 chrome/browser/ui/views/message_center/web_notification_tray_win.cc:124: new message_center::MessagePopupCollection(NULL, message_center())); On 2013/03/12 00:57:10, dewittj wrote: > ...
7 years, 9 months ago (2013-03-12 01:27:10 UTC) #6
Jun Mukai
On 2013/03/12 00:59:51, dewittj wrote: > On 2013/03/12 00:57:10, dewittj wrote: > > > https://codereview.chromium.org/12667018/diff/4001/chrome/browser/ui/views/message_center/web_notification_tray_win.cc ...
7 years, 9 months ago (2013-03-12 01:29:43 UTC) #7
dewittj
On 2013/03/12 01:29:43, Jun Mukai wrote: > On 2013/03/12 00:59:51, dewittj wrote: > > On ...
7 years, 9 months ago (2013-03-12 05:36:54 UTC) #8
dewittj
mukai: PTAL erg made a comment over email clarifying that context==NULL is okay provided top_level ...
7 years, 9 months ago (2013-03-13 18:38:15 UTC) #9
Jun Mukai
lgtm
7 years, 9 months ago (2013-03-14 02:28:14 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/12667018/9001
7 years, 9 months ago (2013-03-14 16:32:12 UTC) #11
commit-bot: I haz the power
Change committed as 188217
7 years, 9 months ago (2013-03-14 22:36:46 UTC) #12
dewittj
This was reverted because the tests were failing on the bots. I suspect it's because ...
7 years, 9 months ago (2013-03-17 01:17:16 UTC) #13
Jun Mukai
lgtm++ please verify win7_aura passes.
7 years, 9 months ago (2013-03-18 09:01:20 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dewittj@chromium.org/12667018/8002
7 years, 9 months ago (2013-03-18 18:16:57 UTC) #15
commit-bot: I haz the power
7 years, 9 months ago (2013-03-18 20:46:38 UTC) #16
Message was sent while issue was closed.
Change committed as 188811

Powered by Google App Engine
This is Rietveld 408576698