Sign in
chromium
/
chromium
/
src
/
636e705be41ed9e7f50cdb13ceb5a9af5e3f4e5c
/
ui
/
message_center
/
notification_list.h
c7b75e39
Notification button icon clean up.
by Evan Stade
· 7 years ago
4f76d3c
cros: Add the ability to get all active notifications for an app
by Alex Newcomer
· 7 years ago
27d8b648
Remove some MessageCenter UI flags from message_center::Notification.
by Evan Stade
· 7 years ago
c0525ee
Fix use-after-free in message center.
by Evan Stade
· 7 years ago
889ce471
Move some message center files to ui/message_center/public/
by Evan Stade
· 8 years ago
4ae5c0ef
Fix notification UAF
by Xiyuan Xia
· 8 years ago
75edba4
Reland "Fix missing sync error notification pop-up"
by Xiyuan Xia
· 8 years ago
22b2de5
Revert "Fix missing sync error notification pop-up"
by Takeshi Yoshino
· 8 years ago
c7388ba
Fix missing sync error notification pop-up
by Xiyuan Xia
· 8 years ago
0798aac
Move knowledge of screen lock state out of MessageCenter, confine to
by Evan Stade
· 8 years ago
3d9470f
ui: Cleanup class/struct forward declarations
by jbriance
· 9 years ago
e610b2a
Remove some uses of stl_util's STLDeleteContainerPointers.
by avi
· 9 years ago
2d827a8
Reland: Show message center on lock screen
by yoshiki
· 9 years ago
d19388b
Revert of Show message center on lock screen (patchset #2 id:120001 of https://codereview.chromium.org/1986493002/ )
by nednguyen
· 9 years ago
48c4b94
Show message center on lock screen
by yoshiki
· 9 years ago
25c52c3
Replace scoped_ptr with std::unique_ptr in //ui
by danakj
· 9 years ago
c326e4f5
Switch to standard integer types in ui/message_center/.
by avi
· 10 years ago
ac59b2c
Fix linker error due to missing MESSAGE_CENTER_EXPORT
by binjin
· 11 years ago
91ff44d8
The 1st patch to disambiguate message center notifications
by
[email protected]
· 11 years ago
41bcd94
IWYU fix for MessageCenter.
by
[email protected]
· 11 years ago
08c5e954
Remove expand logic from notifications
by
[email protected]
· 12 years ago
33aa554d
Supports per-profile desktop in MessageCenter.
by
[email protected]
· 12 years ago
c792000b
Don't show entire synced notification backlog when the feature turns on.
by
[email protected]
· 12 years ago
3a231c5
[Notifications] Fix regression in queueing updates.
by
[email protected]
· 12 years ago
b78d79a5
Introduces NotificationBlocker.
by
[email protected]
· 12 years ago
f528059f
Update Status Icon menu when menu model changes (Linux Aura)
by
[email protected]
· 12 years ago
a69b6f87
Cleanup: do not use extension_id, use notifier's id.
by
[email protected]
· 12 years ago
e1f5f28
Use a direct include of time headers in ui/.
by
[email protected]
· 12 years ago
3b3a3064
Use a direct include of strings headers in ui/, part 2.
by
[email protected]
· 12 years ago
67c0e08
Move notification timers into a cross-platform location.
by
[email protected]
· 12 years ago
d560d4d
Do not allow updates to notifications while center is open.
by
[email protected]
· 12 years ago
0fa85dd
Enable users of NotificationUIManager to specify binary images.
by
[email protected]
· 12 years ago
ca1f539f
Revert 204181 "Enable users of NotificationUIManager to specify ..."
by
[email protected]
· 12 years ago
1c3db7ab
Enable users of NotificationUIManager to specify binary images.
by
[email protected]
· 12 years ago
7fde24af7
Move NotificationDelegate into message_center.
by
[email protected]
· 12 years ago
69da057
Fixes unread_count handling.
by
[email protected]
· 12 years ago
4c11a1ab
Moved some message center constants to message_center_constants.h.
by
[email protected]
· 12 years ago
bf9b054
Sends Updated when message center is closed.
by
[email protected]
· 12 years ago
2985f67a
MessageCenter refactoring.
by
[email protected]
· 12 years ago
35e39ce
Copies on-memory notification states for updates.
by
[email protected]
· 12 years ago
8315892
Added unit test for MessageCenterView.
by
[email protected]
· 12 years ago
73662cf8
Made notification center notifications collapsible and expandable.
by
[email protected]
· 12 years ago
a87200d
Switch to using gfx::Image instead of ImageSkia for cross-platform message_center code.
by
[email protected]
· 12 years ago
de76a00
Cause byUser to be passed correctly by c.e.notification API.
by
[email protected]
· 12 years ago
4c8f730
Notifications refactor step 2.
by
[email protected]
· 12 years ago
07e7703
Notification refactor - step 1 - move message_center::Notification into its own file.
by
[email protected]
· 13 years ago
e3270f1d
Introduces 'context' param to NotifierSettingsView.
by
[email protected]
· 13 years ago
8f3b534
Added support for icons in image and list notification action buttons.
by
[email protected]
· 13 years ago
4958f0d
Added button support to image and list notifications.
by
[email protected]
· 13 years ago
e220492
Marks the notification as read too if it's clicked on toast.
by
[email protected]
· 13 years ago
2575855
Fixes the policy to choose the notifications for popups.
by
[email protected]
· 13 years ago
7363a623
Changes the OnClick behavior in message center.
by
[email protected]
· 13 years ago
0e11e9f
Added support for image notifications.
by
[email protected]
· 13 years ago
c11eccc
This is a modified version of http://crrev.com/11474003. That change
by
[email protected]
· 13 years ago
261e4fb
Revert 173387 - Broke compile on clang bots
by
[email protected]
· 13 years ago
c610fbf
Added support for secondary icon to multi-item notification view
by
[email protected]
· 13 years ago
9ae3a4d
Specify optional_fields to UpdateNotification too.
by
[email protected]
· 13 years ago
7af7a3ec
Plumb the ButtonPressed callback of the two buttons in BaseFormatView through to the NotificationDelegate's new ButtonClick() method.
by
[email protected]
· 13 years ago
b8f495f
Introduces different timers for default/higher priority in the popup.
by
[email protected]
· 13 years ago
f1ee0065
Make NotificationList aware of the priority.
by
[email protected]
· 13 years ago
db3e839
Enables to call quiet mode bubble from web notification.
by
[email protected]
· 13 years ago
851490a
Add quiet mode settings bubble.
by
[email protected]
· 13 years ago
c4a1390
Added plumbing to get and transmit multiple-item notification data
by
[email protected]
· 13 years ago
e999db5
Introduces "quiet mode" to the notification.
by
[email protected]
· 13 years ago
59de307
Created initial multi-item notification view
by
[email protected]
· 13 years ago
357b233
Reland 11358144 (Switch fields over to base format fields).
by
[email protected]
· 13 years ago
e77cfe45
Revert 167589 - Continuing TODO items from a previous CL, remove the "extra_field" and "second_extra_field" keys from the API and replace with real keys from the Base Format View spec. Implement a rough layout that resembles the expanded mode of the view.
by
[email protected]
· 13 years ago
040050d
Continuing TODO items from a previous CL, remove the "extra_field" and "second_extra_field" keys from the API and replace with real keys from the Base Format View spec. Implement a rough layout that resembles the expanded mode of the view.
by
[email protected]
· 13 years ago
b3981ac
Add a second kind of WebContentsView called BaseFormatView that displays two extra fields. Both the view and the two fields are contrived for the purposes of getting the design right before diving into UI polish/fit.
by
[email protected]
· 13 years ago
f8846e2
Move ash/system/web_notification message_center to ui/
by
[email protected]
· 13 years ago
[Renamed (76%) from ash/system/web_notification/web_notification_list.h]
3632e69
Re-factor Ash Message Center code part 4/4
by
[email protected]
· 13 years ago
15a0b17
* Make web/system trays delegates instead of bubbles.
by
[email protected]
· 13 years ago
adbc18d
Extract internal classes into separate message_center namespace for eventual move to ui/.
by
[email protected]
· 13 years ago