summaryrefslogtreecommitdiffstats
path: root/ui/message_center
Commit message (Expand)AuthorAgeFilesLines
* Nuke use_acceleration_when_possiblesky@chromium.org2014-03-113-9/+5
* Add use_allocator instead of linux_use_tcmalloc to switch the allocator.dmikurube@chromium.org2014-03-051-1/+2
* Reposition notifications when the primary display changes as a result of unpl...pkotwicz@chromium.org2014-03-051-0/+5
* Remove |disable_drawing| flag from GLSurface::InitializeOneOffForTests.danakj@chromium.org2014-03-041-1/+1
* Converts MessagePopupCollection into a long-lived object (2nd).mukai@chromium.org2014-02-282-23/+30
* Revert of Converts MessagePopupCollection into a long-lived object. (https://...erikwright@chromium.org2014-02-282-28/+23
* Converts MessagePopupCollection into a long-lived object.mukai@chromium.org2014-02-282-23/+28
* Fixes a flake on windows.mukai@chromium.org2014-02-263-0/+108
* Move ui/base/accessibility to ui/accessibility.dmazzoni@chromium.org2014-02-2510-17/+18
* ui: message_center and app_list tests opt into real GL NullDraw contextsdanakj@chromium.org2014-02-222-0/+10
* Callback, brought to you by the letter B.avi@chromium.org2014-02-152-7/+7
* Fix misspelling of notifications.koss@chromium.org2014-02-131-1/+1
* Refcount notification delegates before use.dewittj@chromium.org2014-02-111-12/+12
* Fixup MessageListView API.dewittj@chromium.org2014-02-112-53/+55
* Refactor ui cocoa test support into a helper target isolated from ui/base/tfarina@chromium.org2014-02-098-8/+8
* Remove expand logic from notificationsdewittj@chromium.org2014-02-0719-175/+17
* Add test cases on HandleClickedNotificationDelegate.mukai@chromium.org2014-02-072-0/+72
* Pull out and test BoundedScrollView.dewittj@chromium.org2014-02-065-68/+202
* Stops crashes on click on notification.mukai@chromium.org2014-02-061-1/+2
* Make notification buttons draw a background so text gets subpixel AA.dewittj@chromium.org2014-02-051-2/+21
* Clean-up: Replaces obsolete Font/FontList methods.yukishiino@chromium.org2014-02-051-1/+1
* Fix regression causing text to block part of notifications' small image.dewittj@chromium.org2014-02-041-16/+24
* Render text in notifications using subpixel antialiasing on Mac.dewittj@chromium.org2014-01-311-1/+7
* Add an empty message to the notification center.dewittj@chromium.org2014-01-305-18/+105
* Adds a small icon to notifications, and connects it to synced notifications.dewittj@chromium.org2014-01-309-13/+90
* Remove unused ImageButton::SetOverlayImage()pkotwicz@chromium.org2014-01-281-2/+0
* Adds a flag to control the notification center menu bar behavior on Mac.dewittj@chromium.org2014-01-276-4/+40
* views: Make View::set_border() take a scoped_ptr<>.erg@chromium.org2014-01-245-36/+43
* ui: Break the dependency on run_ui_unittests target.tfarina@chromium.org2014-01-232-7/+43
* Removes MessageLoop::TYPE_XXX where possiblesky@chromium.org2014-01-151-1/+1
* ui: Stop depending on packed_resources target directly.tfarina@chromium.org2014-01-141-1/+0
* Fixes regression in notification focus behavior.dewittj@chromium.org2014-01-141-5/+1
* Remove experimental code fro grouping notifications from the same source.dimich@chromium.org2014-01-0411-522/+7
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-4/+4
* Fix proportional image view for Views.dewittj@chromium.org2013-12-267-62/+71
* Clean-up: Fixes the wrong indentation in bounded_label.cc.yukishiino@chromium.org2013-12-261-1/+1
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-2513-17/+35
* Clean-up: Replaces gfx::Font with gfx::FontList in ui/message_center.yukishiino@chromium.org2013-12-253-13/+12
* MessageLoop(TYPE_UI) -> MessageLoopForUIsky@chromium.org2013-12-192-6/+4
* Move geometric types to a separate, more lightweight target.ben@chromium.org2013-12-181-0/+3
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-1823-110/+117
* Fixes the context menu for a notification.mukai@chromium.org2013-12-1821-216/+316
* Get rid of ui_cocoa_third_party_toolkits target from ui.gyptfarina@chromium.org2013-12-182-9/+0
* Changes MouseEvent constructor to take changed_button_flags.sky@chromium.org2013-12-172-3/+4
* Move common functionality to a base class MessageView.dimich@chromium.org2013-12-176-45/+32
* Do not crash when expanding notificaitons.dewittj@chromium.org2013-12-171-2/+7
* Rename View::set_focusable and View::set_accessibility_focusablemohsen@chromium.org2013-12-166-11/+11
* Adding GroupView. Moving NotificationButton and ProportionalImageViewdimich@chromium.org2013-12-1323-332/+1278
* Reset the unread count when notifications are marked.mukai@chromium.org2013-12-123-2/+50
* Refresh for the Chrome notifications image template.dewittj@chromium.org2013-12-125-34/+113