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

Issue 338051: Adds UI components for desktop notifications, including balloon view classes ... (Closed)

Created:
11 years, 1 month ago by John Gregg
Modified:
9 years ago
CC:
michaeln, brettw, chromium-reviews_googlegroups.com, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Adds UI components for desktop notifications, including balloon view classes to display toasts on the screen, and manager for controlling the layout of the balloons. BUG=none TEST=none yet (part of larger patch) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30471

Patch Set 1 #

Patch Set 2 : fix some indents and header orders #

Total comments: 6

Patch Set 3 : '' #

Patch Set 4 : use notused.png resources for try servers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1269 lines, -201 lines) Patch
M chrome/app/theme/theme_resources.grd View 3 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon.h View 1 chunk +91 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon.cc View 1 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon_collection.h View 1 chunk +151 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon_collection.cc View 1 2 1 chunk +172 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon_collection_linux.cc View 1 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon_collection_mac.mm View 1 1 chunk +22 lines, -0 lines 0 comments Download
A chrome/browser/notifications/balloon_collection_win.cc View 1 1 chunk +54 lines, -0 lines 0 comments Download
D chrome/browser/notifications/balloons.h View 1 chunk +0 lines, -200 lines 0 comments Download
A chrome/browser/views/notifications/balloon_view.h View 1 chunk +134 lines, -0 lines 0 comments Download
A chrome/browser/views/notifications/balloon_view.cc View 1 1 chunk +354 lines, -0 lines 0 comments Download
A chrome/browser/views/notifications/balloon_view_host.h View 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/browser/views/notifications/balloon_view_host.cc View 1 chunk +107 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M chrome/common/notification_type.h View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
John Gregg
With the underlying changes to the widget code checked in, here's a new patch for ...
11 years, 1 month ago (2009-10-27 21:08:55 UTC) #1
Ben Goodger (Google)
http://codereview.chromium.org/338051/diff/34/44 File chrome/browser/notifications/balloon_collection.cc (right): http://codereview.chromium.org/338051/diff/34/44#newcode56 Line 56: int current_max_length = max_balloon_length * count(); I thought ...
11 years, 1 month ago (2009-10-28 18:56:16 UTC) #2
John Gregg
http://codereview.chromium.org/338051/diff/34/44 File chrome/browser/notifications/balloon_collection.cc (right): http://codereview.chromium.org/338051/diff/34/44#newcode56 Line 56: int current_max_length = max_balloon_length * count(); On 2009/10/28 ...
11 years, 1 month ago (2009-10-28 19:16:55 UTC) #3
Ben Goodger (Google)
11 years, 1 month ago (2009-10-28 22:30:48 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698