| Commit message (Expand) | Author | Age | Files | Lines |
* | gn format //ui | scottmg | 2014-12-03 | 1 | -1/+1 |
* | Remove miket from message_center OWNERS. | miket | 2014-11-10 | 1 | -1/+0 |
* | Be able to display very basic notifications on Android. | peter | 2014-11-08 | 1 | -3/+3 |
* | Disable notification views when clearing all notifications | mohsen | 2014-11-07 | 1 | -4/+12 |
* | Remove the OnError method from notification delegates. | peter | 2014-10-31 | 3 | -7/+0 |
* | Provide default implementations for NotificationDelegate methods. | peter | 2014-10-30 | 2 | -44/+16 |
* | Remove last non-third_party typeofs on Mac. | thakis | 2014-10-29 | 1 | -1/+1 |
* | Cleanup: Remove more unused timer.h includes. | thestig | 2014-10-29 | 1 | -1/+0 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-28 | 29 | -240/+228 |
* | Standardize usage of virtual/override/final in ui/ | dcheng | 2014-10-21 | 13 | -221/+185 |
* | [Mac] Do not initialize the MockCrApplication in base::TestSuite. | rsesek | 2014-10-20 | 1 | -2/+6 |
* | Remove unnecessary image downloading handler of notifications. | mukai | 2014-10-17 | 1 | -2/+8 |
* | Fix linker error due to missing MESSAGE_CENTER_EXPORT | binjin | 2014-10-16 | 1 | -1/+1 |
* | replace OVERRIDE and FINAL with override and final in ui/ | mostynb | 2014-10-09 | 41 | -320/+320 |
* | [Mac] Fixed bug with notification getting stucked on screen. | a-v-y | 2014-10-09 | 2 | -0/+53 |
* | Disambiguate message center manager’s notifications from diff profiles | juyik | 2014-10-06 | 2 | -0/+17 |
* | Message Center Touch Feedback | jonross | 2014-10-01 | 4 | -15/+59 |
* | Add support for dark theme in Mac Notification Center | dewittj | 2014-09-25 | 1 | -9/+37 |
* | Improve GN header checker, make "check" on //ui/* pass. | Brett Wilson | 2014-09-19 | 1 | -3/+8 |
* | MacViews: All targets compile. Fixes unit_tests and message_center_unittests | tapted | 2014-09-10 | 2 | -4/+8 |
* | Add lots of testonly annotations to the GN build. | Brett Wilson | 2014-09-08 | 1 | -0/+1 |
* | Changing the order of weak_ptr_factory in src/ui module, to ensure proper cle... | anujk.sharma | 2014-09-03 | 2 | -3/+3 |
* | Fix most of the "gn check" errors in ui/* | Brett Wilson | 2014-08-28 | 1 | -0/+4 |
* | Make message center always scroll up upon notification removal. | juyik | 2014-08-26 | 5 | -1/+42 |
* | Use qualified path for grit/ui_strings.h | tfarina | 2014-08-25 | 11 | -12/+12 |
* | Use a qualified path for ui_resources.h grit includes. | tfarina@chromium.org | 2014-08-17 | 10 | -10/+10 |
* | ui: Remove unneeded includes of grit/ui_resources.h | thakis@chromium.org | 2014-08-14 | 5 | -6/+0 |
* | Initialize the global message center instance to NULL | mboc@opera.com | 2014-08-06 | 1 | -1/+1 |
* | Web Notifications should always reappear as popups when updated. | peter@chromium.org | 2014-08-06 | 2 | -2/+42 |
* | Revert of Web Notifications should always reappear as popups when updated. (h... | erikchen@chromium.org | 2014-07-31 | 2 | -42/+2 |
* | Web Notifications should always reappear as popups when updated. | peter@chromium.org | 2014-07-31 | 2 | -2/+42 |
* | A few source code cosmetics for notifications. | tnagel@chromium.org | 2014-07-25 | 1 | -4/+1 |
* | Add Flex to views::BoxLayout. | calamity@chromium.org | 2014-07-25 | 1 | -1/+1 |
* | New avatar button: Consolidate text elision between Mac and Win/Linux | treib@chromium.org | 2014-07-23 | 1 | -13/+15 |
* | Enable more tests in GN build. | brettw@chromium.org | 2014-07-22 | 1 | -5/+0 |
* | Add app icon masp to notification API | liyanhou@chromium.org | 2014-07-22 | 4 | -2/+41 |
* | Remove remaining overrides of View::GetEventHandlerForRect() | tdanderson@chromium.org | 2014-07-21 | 2 | -25/+38 |
* | Prepare to use gfx::RenderText in views::Label. | msw@chromium.org | 2014-07-21 | 1 | -15/+7 |
* | Add display, message_center, shell_dialogs, webview to GN build. | brettw@chromium.org | 2014-07-16 | 2 | -3/+233 |
* | MacViews: Move menu run types parameter to constructor. | andresantoso@chromium.org | 2014-07-15 | 2 | -7/+6 |
* | Refactor FaviconService API to take in a desired pixel size instead of a | pkotwicz@chromium.org | 2014-07-12 | 1 | -1/+0 |
* | Separate the logic of popup alignment and workarea handling as delegate. | mukai@chromium.org | 2014-07-10 | 9 | -217/+328 |
* | Fix component build linking with notifications=0 | jiangj@opera.com | 2014-07-07 | 1 | -1/+1 |
* | Fix linking error in message_center | tmoniuszko@opera.com | 2014-07-07 | 1 | -1/+1 |
* | setConfig is deprecated, use setInfo or allocPixels instead. | reed@google.com | 2014-07-02 | 1 | -2/+1 |
* | setConfig is deprecated, use setInfo or allocPixels instead | reed@google.com | 2014-07-01 | 1 | -2/+1 |
* | Revert 280721 "Specifies the popup alignment from Ash." | mukai@chromium.org | 2014-07-01 | 2 | -16/+4 |
* | Scale factor changes now realign notification popups correctly. | dewittj@chromium.org | 2014-07-01 | 1 | -2/+1 |
* | Specifies the popup alignment from Ash. | mukai@chromium.org | 2014-07-01 | 2 | -4/+16 |
* | Update the notifier settings group selector button border. | msw@chromium.org | 2014-06-27 | 1 | -25/+3 |