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

Issue 11638035: Set a display limit of 8 on multiple-item notifications items. (Closed)

Created:
8 years ago by dharcourt
Modified:
7 years, 11 months ago
Reviewers:
Jun Mukai
CC:
chromium-reviews, miket_OOO
Visibility:
Public.

Description

Set a display limit of 8 on multiple-item notifications items. This limit is defined in the notification product requirement document, section "Inbox Format for Multiple Messages". The limit only affects the number of items displayed (to avoid notifications growing too tall). The back end still handles any number of items. The maximum number is declared in the public message_center_constants.h file so future code can use it, for example to output a warning or return an error if callers to the chrome.experimental.notification API ask for a notification with more than the maximum number of displayable items. BUG=161101 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175132

Patch Set 1 : #

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M ui/message_center/message_center_constants.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/message_center/message_center_constants.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/message_center/notification_view.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
dharcourt
8 years ago (2012-12-20 06:18:26 UTC) #1
Jun Mukai
lgtm
8 years ago (2012-12-20 18:11:48 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dharcourt@chromium.org/11638035/14001
7 years, 11 months ago (2013-01-04 08:29:31 UTC) #3
commit-bot: I haz the power
7 years, 11 months ago (2013-01-04 12:17:39 UTC) #4
Message was sent while issue was closed.
Change committed as 175132

Powered by Google App Engine
This is Rietveld 408576698