summaryrefslogtreecommitdiffstats
path: root/ui/message_center/views
Commit message (Expand)AuthorAgeFilesLines
* Implement an indeterminate progress-baryoshiki2015-11-264-66/+267
* Switch to static_assert in the repo.avi2015-11-241-2/+2
* Consider notifications being removed on calculating their heightyoshiki2015-10-221-19/+45
* Add a new embedded button for Notification Settingsmiguelg2015-10-2113-4/+169
* Do high-quality resizes for notification images.derat2015-10-151-17/+7
* Use Views::IsMouseHovered instead of MessageView::is_hover in MessageCenterViewyoshiki2015-10-153-24/+15
* Don't use base::MessageLoop::{Quit,QuitClosure} in ui/ki.stfu2015-10-121-1/+1
* Fix leak in MessageCenterViewTest.*yoshiki2015-10-051-42/+9
* Disabling MessageCenterView tests failing on ASANpavely2015-09-291-6/+42
* [Notification] Enable changes while the message center opensyoshiki2015-09-296-73/+390
* Removes notifications when dismissed, except on ChromeOS.dewittj2015-09-251-0/+50
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-253-3/+4
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-242-2/+2
* Call FormatUrlForSecurityDisplay in more call sites.palmer2015-09-241-2/+6
* Vectorize download notification iconestade2015-09-211-9/+14
* Add a Notification Settings Button to all web notifications behind the web pl...miguelg2015-09-181-1/+1
* Fix the typo "visibility".avi2015-09-181-1/+1
* Don't synthesize mousemove events if the mouse cursor is not on the widgetyoshiki2015-08-311-2/+7
* Retires scoped_ptr for BoundsAnimator of message_list_view.mukai2015-08-312-27/+16
* Elide origins displayed on web notifications.miguelg2015-08-206-39/+119
* Modify the button bar style to have wider hit-area for arrow button.mukai2015-08-191-7/+7
* Fix inconsistent increment/decrement of |defer_counter| in MessagePopupCollec...yoshiki2015-08-191-1/+5
* Directly include SkPath.h where needed in ui/.bungeman2015-08-031-0/+2
* [Notification Center] Re-layout notification when the contents is updatedyoshiki2015-07-301-0/+5
* MacViews: Use Mac's "Constrained Window Button" style for Button::STYLE_BUTTO...tapted2015-07-251-1/+1
* Don't scale large notification icons to 40x40.derat2015-07-225-79/+234
* Move JoinString to the base namespace.brettw2015-07-152-7/+10
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-142-10/+7
* Move JoinString to the base namespace.brettw2015-07-142-7/+10
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* Don't clear the cache when the text isn't changedyoshiki2015-06-231-3/+5
* Make ViewsTestHelpers DCHECK that all Widgets are destroyed before unit test ...tapted2015-06-181-2/+14
* [Notification Center] Prevent choppy notification after height is changedyoshiki2015-06-151-1/+1
* Refactor ViewsDelegate singletonmohsen2015-06-101-2/+2
* Notifications: Correctly mask the app icon on OSX.dewittj2015-05-291-31/+2
* Pull MessageListView into its own file for easier testing.dewittj2015-04-284-444/+491
* Move PaintContext from views::View to ui::.danakj2015-04-031-2/+2
* Pass a View::PaintContext through the View paint recursion.danakj2015-03-301-5/+3
* message center: Make BoundedLabel override OnPaint instead of Paint.danakj2015-03-242-5/+4
* Cleanup: Remove some unneeded UTF8 to UTF16 conversions.thestig2015-03-211-7/+5
* stop using deprecated SkPaint::FilterLevelreed2015-03-171-1/+1
* Cleanup unnecessary code in canvas_skiaoshima2015-03-051-5/+1
* gfx::ShadowValue: offset is a Vector2d, not Point.mgiuca2015-02-261-1/+1
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-183-25/+18
* Make ShadowBorder use ShadowValue.calamity2015-02-091-5/+4
* Add presubmit check for scoped_ptr usage.tfarina2015-01-234-4/+4
* ui/message_center: Cleanup - remove unused private fields.tfarina2015-01-133-5/+0
* Cleanup: Update the path to gfx size headers.tfarina2015-01-035-5/+5
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-314-4/+4
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-231-1/+1