| Commit message (Expand) | Author | Age | Files | Lines |
* | Reland 201932: Add API function chrome.notifications.getAll | dewittj@chromium.org | 2013-05-29 | 1 | -0/+7 |
* | Revert 202716 "Reland 201932: Add API function chrome.notificati..." | dbeam@chromium.org | 2013-05-29 | 1 | -7/+0 |
* | Reland 201932: Add API function chrome.notifications.getAll | dewittj@chromium.org | 2013-05-29 | 1 | -0/+7 |
* | Revert 201932 "Add API function chrome.notifications.getAll" | dbeam@chromium.org | 2013-05-24 | 1 | -7/+0 |
* | Add API function chrome.notifications.getAll | dewittj@chromium.org | 2013-05-24 | 1 | -0/+7 |
* | - Rename notification.show to notification.create. | miket@chromium.org | 2013-01-28 | 1 | -0/+4 |
* | Add initial plumbing to route Notifications to MessageCenter on Windows. | dimich@chromium.org | 2012-12-18 | 1 | -21/+7 |
* | Add CloseAllByProfile to NotificationUIManager and call before destroyng a Pr... | stevenjb@chromium.org | 2012-11-30 | 1 | -3/+5 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | [Mac] Implement a NotificationUIManager that uses Notification Center on 10.8... | rsesek@chromium.org | 2012-04-17 | 1 | -0/+3 |
* | Split the NotificationUIManager into a virtual interface and an impl. | rsesek@chromium.org | 2012-04-04 | 1 | -83/+21 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | Cleanup: Remove unneeded forward declarations from various chrome/browser sub... | thestig@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Move NotificationObserver, NotificationSource, and NotificationDetails to con... | jam@chromium.org | 2011-10-19 | 1 | -7/+7 |
* | Fix some disabled/flaky notification pyauto tests. | kkania@chromium.org | 2011-10-18 | 1 | -0/+5 |
* | Moving notification types which are chrome specific to a new header file chro... | ananta@chromium.org | 2011-07-10 | 1 | -1/+1 |
* | Adds a GYP flag for desktop notifications (enabled by default) and stub out r... | satish@chromium.org | 2011-06-06 | 1 | -1/+8 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -1/+1 |
* | Update a bunch of files to the new location of notification files. | tfarina@chromium.org | 2011-03-09 | 1 | -3/+3 |
* | Do not show notifications when in fullscreen or screensaver mode. | jianli@chromium.org | 2011-01-25 | 1 | -0/+8 |
* | For ChromeOS: when starting session: | dilmah@chromium.org | 2011-01-13 | 1 | -2/+2 |
* | Allow the user to choose which corner of the screen should get notifications. | johnnyg@chromium.org | 2011-01-06 | 1 | -7/+18 |
* | Listen for APP_TERMINATING in notification ui; close windows earlier in the p... | johnnyg@chromium.org | 2010-12-01 | 1 | -1/+16 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-19 | 1 | -2/+9 |
* | Revert 66571 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-18 | 1 | -9/+2 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-18 | 1 | -2/+9 |
* | Revert 65879 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-12 | 1 | -9/+2 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-12 | 1 | -2/+9 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement BiDi support and replace ID support for notifications. | johnnyg@chromium.org | 2010-07-12 | 1 | -0/+4 |
* | * Moved sticky/controls frag to chromeos::BalloonViewImpl | oshima@chromium.org | 2010-03-17 | 1 | -0/+5 |
* | Refactoring balloon collection and added chromeos's BalloonCollection. | oshima@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -2/+2 |
* | Implement cancel() API on a Notification object so that script can cancel or ... | johnnyg@chromium.org | 2009-11-04 | 1 | -0/+3 |
* | Connect the various pieces for notifications... hook up NotificationUIManager... | johnnyg@chromium.org | 2009-10-30 | 1 | -0/+66 |