summaryrefslogtreecommitdiffstats
path: root/ui/message_center
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace more ObserverList with base::ObserverList.brettw2015-06-032-2/+2
* Revert of Added CGFloat comparison functions. (patchset #7 id:120001 of https...sdefresne2015-06-031-1/+0
* [OSX] Don't create deferred windows.shess2015-06-021-1/+1
* Added CGFloat comparison functions.kkhorimoto2015-06-011-0/+1
* Notifications: Correctly mask the app icon on OSX.dewittj2015-05-292-33/+4
* Substitued pattern push_back(ptr.release()) with push_back(ptr.Pass()) in dir...d.samantaray2015-05-221-1/+1
* Implement support for notification.vibratesh919.park2015-05-102-0/+11
* mac: Rename the method -layout in MCSettingsButtonCell.erikchen2015-04-291-3/+3
* Pull MessageListView into its own file for easier testing.dewittj2015-04-286-444/+495
* [Notification] fix a bug that "update" overrides "add" changeyoshiki2015-04-232-40/+255
* 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
* base: Rename discardable memory allocator interface and remove unnecessary cl...reveman2015-03-171-3/+3
* stop using deprecated SkPaint::FilterLevelreed2015-03-171-1/+1
* Re-land: base: Implement browser process support for discardable memory.reveman2015-03-161-0/+6
* Revert "base: Implement browser process support for discardable memory."Stephen White2015-03-161-6/+0
* base: Implement browser process support for discardable memory.reveman2015-03-161-0/+6
* Use Xvfb in isolated testing only if use_x11 is set (reland)spang2015-03-101-20/+20
* Implement support for silent notifications.peter2015-03-062-2/+9
* Cleanup unnecessary code in canvas_skiaoshima2015-03-051-5/+1
* Remove link_chrome_on_windows GN flag.brettw2015-03-021-56/+54
* Remove the --lsan=1 flag from .isolate files.earthdok2015-02-271-2/+0
* gfx::ShadowValue: offset is a Vector2d, not Point.mgiuca2015-02-261-1/+1
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-191-2/+3
* ui: Cleanup the usage of scoped_ptr throughout.tfarina2015-02-191-2/+2
* Add time_stamp parameter to MouseEvent constructorrobert.bradford2015-02-183-25/+18
* Sort GYP files under uisatorux2015-02-181-9/+9
* Sort GN files under uisatorux2015-02-181-11/+11
* Add .dSYM paths for test isolate files that have ASan support on Macglider2015-02-101-0/+8
* Make ShadowBorder use ShadowValue.calamity2015-02-091-5/+4
* Support MSan/TSan in test isolation and test_env.pyearthdok2015-02-041-0/+4
* Remove more targets from GN Windows build.brettw2015-02-021-54/+56
* mac: Fix a dangling delegate bug with MCPopupController.erikchen2015-01-273-2/+20
* Add presubmit check for scoped_ptr usage.tfarina2015-01-235-6/+5
* Move the test template to //testing/test.gni (part 2)qsr2015-01-211-0/+1
* Revert "[Mac] Fixed bug with notification getting stucked on screen."erikchen2015-01-202-54/+0
* ui/message_center: Cleanup - remove unused private fields.tfarina2015-01-133-5/+0
* Update {virtual,override,final} for ui/ to follow C++11 style.dcheng2015-01-094-10/+8
* Cleanup: simplify / remove redundant code in message_center_impl.cc.thestig2015-01-081-51/+36
* Revert "Use Xvfb in isolated testing only if use_x11 is set"Paweł Hajdan, Jr2015-01-081-16/+16
* Use Xvfb in isolated testing only if use_x11 is setspang2015-01-081-16/+16
* mac: Fix crash in MCPopupController due to dangling delegates.erikchen2015-01-071-18/+30
* Cleanup: Update the path to gfx size headers.tfarina2015-01-037-7/+7
* 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