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

Issue 11096013: Add functionality to the Windows 8 notification display functionality to invoke a caller specified … (Closed)

Created:
8 years, 2 months ago by ananta
Modified:
8 years, 2 months ago
CC:
chromium-reviews, tfarina, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Add functionality to the Windows 8 notification display functionality to invoke a caller specified handler function with a string parameter. Currently the only consumer of this functionality is the download notification display code which when invoked displays the downloaded file in the shell. BUG=151141 R=cpu Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=160988

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 8

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -13 lines) Patch
M base/win/metro.h View 1 2 3 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/browser/download/download_status_updater_win.cc View 1 2 3 4 3 chunks +17 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/status_icons/status_icon_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M win8/metro_driver/chrome_app_view.cc View 1 2 3 4 5 4 chunks +10 lines, -3 lines 0 comments Download
M win8/metro_driver/toast_notification_handler.h View 1 2 3 3 chunks +9 lines, -2 lines 0 comments Download
M win8/metro_driver/toast_notification_handler.cc View 1 2 3 3 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ananta
8 years, 2 months ago (2012-10-09 01:00:55 UTC) #1
robertshield
https://codereview.chromium.org/11096013/diff/9001/chrome/browser/download/download_status_updater_win.cc File chrome/browser/download/download_status_updater_win.cc (right): https://codereview.chromium.org/11096013/diff/9001/chrome/browser/download/download_status_updater_win.cc#newcode90 chrome/browser/download/download_status_updater_win.cc:90: nit: blank line https://codereview.chromium.org/11096013/diff/9001/chrome/browser/download/download_status_updater_win.cc#newcode97 chrome/browser/download/download_status_updater_win.cc:97: nit: blank line https://codereview.chromium.org/11096013/diff/9001/win8/metro_driver/chrome_app_view.cc ...
8 years, 2 months ago (2012-10-09 21:17:14 UTC) #2
ananta
https://codereview.chromium.org/11096013/diff/9001/chrome/browser/download/download_status_updater_win.cc File chrome/browser/download/download_status_updater_win.cc (right): https://codereview.chromium.org/11096013/diff/9001/chrome/browser/download/download_status_updater_win.cc#newcode90 chrome/browser/download/download_status_updater_win.cc:90: On 2012/10/09 21:17:14, robertshield wrote: > nit: blank line ...
8 years, 2 months ago (2012-10-09 21:20:53 UTC) #3
asanka
chrome/browser/download/ LGTM with nit. https://codereview.chromium.org/11096013/diff/3004/chrome/browser/download/download_status_updater_win.cc File chrome/browser/download/download_status_updater_win.cc (right): https://codereview.chromium.org/11096013/diff/3004/chrome/browser/download/download_status_updater_win.cc#newcode133 chrome/browser/download/download_status_updater_win.cc:133: download->GetFullPath().value().c_str()); Nit: download->GetTargetFilePath() is preferred. ...
8 years, 2 months ago (2012-10-09 21:34:14 UTC) #4
robertshield
lgtm https://codereview.chromium.org/11096013/diff/9001/win8/metro_driver/chrome_app_view.cc File win8/metro_driver/chrome_app_view.cc (right): https://codereview.chromium.org/11096013/diff/9001/win8/metro_driver/chrome_app_view.cc#newcode850 win8/metro_driver/chrome_app_view.cc:850: #if defined(USE_AURA) On 2012/10/09 21:20:53, ananta wrote: > ...
8 years, 2 months ago (2012-10-09 21:44:57 UTC) #5
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/11096013/diff/12003/chrome/browser/download/download_status_updater_win.cc File chrome/browser/download/download_status_updater_win.cc (right): http://codereview.chromium.org/11096013/diff/12003/chrome/browser/download/download_status_updater_win.cc#newcode133 chrome/browser/download/download_status_updater_win.cc:133: download->GetTargetFilePath().value().c_str()); seems you are passing a pointer to a ...
8 years, 2 months ago (2012-10-09 21:46:49 UTC) #6
ananta
https://codereview.chromium.org/11096013/diff/9001/win8/metro_driver/chrome_app_view.cc File win8/metro_driver/chrome_app_view.cc (right): https://codereview.chromium.org/11096013/diff/9001/win8/metro_driver/chrome_app_view.cc#newcode850 win8/metro_driver/chrome_app_view.cc:850: #if defined(USE_AURA) On 2012/10/09 21:44:57, robertshield wrote: > On ...
8 years, 2 months ago (2012-10-09 21:58:34 UTC) #7
jar (doing other things)
base in patch set 7 LGTM (minimal... and mostly rubber stamp).
8 years, 2 months ago (2012-10-09 22:25:23 UTC) #8
cpu_(ooo_6.6-7.5)
lgtm
8 years, 2 months ago (2012-10-09 22:31:37 UTC) #9
sky
8 years, 2 months ago (2012-10-10 00:08:14 UTC) #10
LGTM

Powered by Google App Engine
This is Rietveld 408576698