summaryrefslogtreecommitdiffstats
path: root/ui/message_center
Commit message (Expand)AuthorAgeFilesLines
* Move views-specific message_center files into a subdirectory.rsesek@chromium.org2013-03-0419-69/+70
* Small refactors in notifications' MessageView.dharcourt@chromium.org2013-03-014-112/+102
* Cause byUser to be passed correctly by c.e.notification API.dewittj@chromium.org2013-03-017-17/+26
* Fix the crash bug of new popup.mukai@chromium.org2013-02-281-2/+0
* Rename NotificationView::ViewForNotification into NotificationView::Createdimich@chromium.org2013-02-285-12/+9
* Fix for crash trying to deference ash::Shell::message_center()cpu@chromium.org2013-02-271-0/+4
* Fixing empty bubble (partially)skuhne@chromium.org2013-02-271-0/+4
* Introduces MessagePopupCollection for borderless toasts.mukai@chromium.org2013-02-2710-51/+386
* Notifications refactor step 2. dimich@chromium.org2013-02-2619-514/+625
* Change eventTime field to standard chrome.* API format.miket@chromium.org2013-02-222-8/+3
* Adds favicon loader to the message center settings.mukai@chromium.org2013-02-162-5/+13
* Refactors notifier settings dialog.mukai@chromium.org2013-02-155-76/+142
* Enables new notifier settings dialog.mukai@chromium.org2013-02-131-3/+2
* Minor fix on message center footer.mukai@chromium.org2013-02-131-2/+6
* Also makes MessageSimpleView aware of background.mukai@chromium.org2013-02-072-6/+37
* Add quiet mode support for Windows. dewittj@chromium.org2013-02-061-0/+1
* Linux/ChromeOS Chromium style checker cleanup, ui/ edition.rsleevi@chromium.org2013-02-062-8/+9
* Notification refactor - step 1 - move message_center::Notification into its o...dimich@chromium.org2013-02-0612-62/+104
* Uses --enable-rich-notifications for new design message center.mukai@chromium.org2013-02-057-26/+46
* Stores notification settings into disk.mukai@chromium.org2013-02-042-2/+6
* Sets per-item timers rather than global timer.mukai@chromium.org2013-02-012-120/+143
* makes NotificationView aware of border.mukai@chromium.org2013-02-012-39/+16
* Sends the scroll gesture to scrollbar.mukai@chromium.org2013-02-011-2/+3
* Implement message center on Windows.dewittj@chromium.org2013-01-316-2/+440
* Make ui build on Win64jschuh@chromium.org2013-01-301-0/+2
* Reverted the appearance of simple notifications.dharcourt@chromium.org2013-01-296-4/+163
* Made --enable-rich-notifications flag available to message_center.dharcourt@chromium.org2013-01-292-0/+15
* Calls Layout() explicitly when an icon is loaded.mukai@chromium.org2013-01-281-0/+1
* Introduces 'context' param to NotifierSettingsView.mukai@chromium.org2013-01-257-4/+30
* Updated the look of web and basic notifications to match latest mockups.dharcourt@chromium.org2013-01-2311-453/+40
* Start delegating notifications to MessageCenter on Windows.dimich@chromium.org2013-01-232-14/+4
* Added support for icons in image and list notification action buttons.dharcourt@chromium.org2013-01-237-77/+122
* Added button support to image and list notifications.dharcourt@chromium.org2013-01-236-28/+102
* Introduces the UI for the settings of notifiers.mukai@chromium.org2013-01-235-0/+288
* Replace card shadow by more precise one.mukai@chromium.org2013-01-231-24/+69
* Increased notification close button click area & added state images.dharcourt@chromium.org2013-01-236-154/+286
* Flag-flip of --enable-new-message-center-bubble.mukai@chromium.org2013-01-224-7/+8
* Allow message center and related bubbles to render on Windows.dewittj@chromium.org2013-01-183-8/+16
* Adds new UI of the footer of the message center.mukai@chromium.org2013-01-172-19/+158
* Marks notifications as shown slightly earlier for message center.mukai@chromium.org2013-01-151-9/+12
* Allow specifying the max height from the user code of message bubble.mukai@chromium.org2013-01-124-9/+41
* Marks the notification as read too if it's clicked on toast.mukai@chromium.org2013-01-114-17/+34
* Fix bubble message rendering with no notifications.hshi@chromium.org2013-01-111-0/+3
* Fixes the policy to choose the notifications for popups.mukai@chromium.org2013-01-093-16/+47
* Revives the new message center design.mukai@chromium.org2013-01-092-7/+83
* Changes the OnClick behavior in message center.mukai@chromium.org2013-01-094-0/+84
* Remove 'focusable' flag when there're no notifications.mukai@chromium.org2013-01-091-0/+2
* Introduces message_center_switches.(h|cc)mukai@chromium.org2013-01-093-0/+33
* Adjusted notification view element positions and justifications.dharcourt@chromium.org2013-01-051-52/+53
* Added support for image notifications.dharcourt@chromium.org2013-01-058-22/+126