index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
message_center
/
notification_list.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't show entire synced notification backlog when the feature turns on.
petewil@chromium.org
2013-10-15
1
-1
/
+3
*
[Notifications] Fix regression in queueing updates.
dewittj@chromium.org
2013-09-18
1
-0
/
+6
*
Introduces NotificationBlocker.
mukai@chromium.org
2013-09-12
1
-7
/
+9
*
Update Status Icon menu when menu model changes (Linux Aura)
sidharthms@chromium.org
2013-08-28
1
-6
/
+1
*
Cleanup: do not use extension_id, use notifier's id.
mukai@chromium.org
2013-08-24
1
-2
/
+1
*
Use a direct include of time headers in ui/.
avi@chromium.org
2013-06-28
1
-2
/
+2
*
Use a direct include of strings headers in ui/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Move notification timers into a cross-platform location.
dewittj@chromium.org
2013-06-08
1
-0
/
+1
*
Do not allow updates to notifications while center is open.
dewittj@chromium.org
2013-06-07
1
-0
/
+1
*
Enable users of NotificationUIManager to specify binary images.
dewittj@chromium.org
2013-06-06
1
-13
/
+2
*
Revert 204181 "Enable users of NotificationUIManager to specify ..."
kinuko@chromium.org
2013-06-05
1
-2
/
+13
*
Enable users of NotificationUIManager to specify binary images.
dewittj@chromium.org
2013-06-05
1
-13
/
+2
*
Move NotificationDelegate into message_center.
dewittj@chromium.org
2013-05-28
1
-2
/
+9
*
Fixes unread_count handling.
mukai@chromium.org
2013-05-03
1
-0
/
+3
*
Moved some message center constants to message_center_constants.h.
dharcourt@chromium.org
2013-04-19
1
-3
/
+0
*
Sends Updated when message center is closed.
mukai@chromium.org
2013-04-17
1
-2
/
+5
*
MessageCenter refactoring.
mukai@chromium.org
2013-04-12
1
-17
/
+3
*
Copies on-memory notification states for updates.
mukai@chromium.org
2013-04-11
1
-0
/
+5
*
Added unit test for MessageCenterView.
dharcourt@chromium.org
2013-04-06
1
-1
/
+1
*
Made notification center notifications collapsible and expandable.
dharcourt@chromium.org
2013-03-08
1
-24
/
+4
*
Switch to using gfx::Image instead of ImageSkia for cross-platform message_ce...
rsesek@chromium.org
2013-03-07
1
-4
/
+4
*
Cause byUser to be passed correctly by c.e.notification API.
dewittj@chromium.org
2013-03-01
1
-2
/
+3
*
Notifications refactor step 2.
dimich@chromium.org
2013-02-26
1
-32
/
+32
*
Notification refactor - step 1 - move message_center::Notification into its o...
dimich@chromium.org
2013-02-06
1
-37
/
+1
*
Introduces 'context' param to NotifierSettingsView.
mukai@chromium.org
2013-01-25
1
-1
/
+5
*
Added support for icons in image and list notification action buttons.
dharcourt@chromium.org
2013-01-23
1
-7
/
+9
*
Added button support to image and list notifications.
dharcourt@chromium.org
2013-01-23
1
-2
/
+1
*
Marks the notification as read too if it's clicked on toast.
mukai@chromium.org
2013-01-11
1
-2
/
+4
*
Fixes the policy to choose the notifications for popups.
mukai@chromium.org
2013-01-09
1
-2
/
+2
*
Changes the OnClick behavior in message center.
mukai@chromium.org
2013-01-09
1
-0
/
+3
*
Added support for image notifications.
dharcourt@chromium.org
2013-01-05
1
-0
/
+4
*
This is a modified version of http://crrev.com/11474003. That change
dharcourt@chromium.org
2013-01-03
1
-5
/
+10
*
Revert 173387 - Broke compile on clang bots
rsleevi@chromium.org
2012-12-16
1
-10
/
+5
*
Added support for secondary icon to multi-item notification view
dharcourt@chromium.org
2012-12-16
1
-5
/
+10
*
Specify optional_fields to UpdateNotification too.
mukai@chromium.org
2012-12-15
1
-2
/
+3
*
Plumb the ButtonPressed callback of the two buttons in BaseFormatView through...
miket@chromium.org
2012-12-14
1
-3
/
+5
*
Introduces different timers for default/higher priority in the popup.
mukai@chromium.org
2012-12-12
1
-2
/
+2
*
Make NotificationList aware of the priority.
mukai@chromium.org
2012-12-11
1
-8
/
+14
*
Enables to call quiet mode bubble from web notification.
mukai@chromium.org
2012-11-29
1
-0
/
+6
*
Add quiet mode settings bubble.
mukai@chromium.org
2012-11-22
1
-0
/
+2
*
Added plumbing to get and transmit multiple-item notification data
dharcourt@chromium.org
2012-11-21
1
-1
/
+1
*
Introduces "quiet mode" to the notification.
mukai@chromium.org
2012-11-20
1
-0
/
+11
*
Created initial multi-item notification view
dharcourt@chromium.org
2012-11-16
1
-0
/
+9
*
Reland 11358144 (Switch fields over to base format fields).
miket@chromium.org
2012-11-15
1
-2
/
+12
*
Revert 167589 - Continuing TODO items from a previous CL, remove the "extra_f...
jochen@chromium.org
2012-11-14
1
-12
/
+2
*
Continuing TODO items from a previous CL, remove the "extra_field" and "secon...
miket@chromium.org
2012-11-14
1
-2
/
+12
*
Add a second kind of WebContentsView called BaseFormatView that displays two ...
miket@chromium.org
2012-11-02
1
-2
/
+23
*
Move ash/system/web_notification message_center to ui/
stevenjb@chromium.org
2012-10-30
1
-0
/
+132