summaryrefslogtreecommitdiffstats
path: root/ui/message_center
Commit message (Expand)AuthorAgeFilesLines
...
* Move enum MenuAnchorPosition to reduce deps on menu_item_view.htapted@chromium.org2014-05-012-8/+7
* Allow compiling Android with notifications=1, add stubbed UI managerpeter@chromium.org2014-04-301-1/+11
* Update notification style: allow 2-line titles if the message is blank.dewittj@chromium.org2014-04-295-6/+43
* Remove non USE_AURA code from views files.erg@chromium.org2014-04-253-16/+4
* Add a main menu item for disabling the notification bell on Mac.dewittj@chromium.org2014-04-2413-107/+1
* Fix notification crash when a page removes it using notification.close().jam@chromium.org2014-04-231-5/+6
* Fix the remaining subpixel antialiasing bugs in the notification center.dewittj@chromium.org2014-04-177-26/+142
* Remove balloon notification code. The last user was the Linux GTK port but th...jam@chromium.org2014-04-113-22/+0
* Show a notification when an ephemeral app consumes excessive disk spacetmdiep@chromium.org2014-04-092-0/+58
* Update the template for notifications to support fewer text lines.dewittj@chromium.org2014-04-023-8/+2
* Revert 259580 "Move wm/public into wm target"ben@chromium.org2014-03-261-2/+1
* Move wm/public into wm targetben@chromium.org2014-03-261-1/+2
* Merge ui_locale_test_pak with ui_test_pak.tfarina@chromium.org2014-03-261-5/+0
* Moved BoundedScrollView out of message_centersashab@chromium.org2014-03-265-200/+7
* Fixes the condition of observing displays.mukai@chromium.org2014-03-221-5/+6
* Rename ui_unittests_strings target to ui_locale_test_pak.tfarina@chromium.org2014-03-211-1/+1
* Removes unused notifications flags from Chrome.dewittj@chromium.org2014-03-216-46/+5
* Move ui.gyp into ui/base/ directory.tfarina@chromium.org2014-03-131-3/+3
* 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