summaryrefslogtreecommitdiffstats
path: root/content/child/notifications/notification_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Consistently handle persistent notification ids as int64_tpeter2015-04-161-20/+5
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-161-0/+21
* Speculative revert by sheriffBartosz Fabianowski2015-04-161-21/+0
* Implement Notification.data for persistent notifications.peter2015-04-151-0/+21
* Integrate the notification database with the normal code path.peter2015-04-151-2/+16
* Have the browser process confirm creation of a persistent notification.peter2015-03-281-4/+27
* Implement getting notifications up to the browser process.peter2015-03-201-1/+60
* Remove the old signature of NotificationManager::closePersistent().peter2015-03-171-5/+0
* Closing a persistent notification should be aware of the origin.peter2015-03-061-0/+7
* Factor out a PendingNotificationTracker from the NotificationManager.peter2015-02-181-86/+36
* notifications: Use standard task-runners to run image loader callbacks.Sadrul Habib Chowdhury2015-02-061-5/+4
* Mechanical change for updating the paths to Notification Blink API files.peter2015-02-051-2/+2
* Don't call WebNotificationDelegate::dispatchCloseEvent for programmatic closes.peter2014-12-171-2/+0
* Remove a renderer -> browser roundtrip for resolving the showNotification pro...peter2014-12-121-15/+10
* Remove ShowDesktopNotificationHostMsgParams in favor of PlatformNotificationD...peter2014-12-121-27/+19
* Plumb persistent notification information through to the browser process.peter2014-12-081-46/+122
* Request Web Notification images on the main thread.peter2014-11-181-11/+30
* Copy NotificationIconLoader to //content/child/, add tests.peter2014-11-121-19/+61
* Remove the OnError method from notification delegates.peter2014-10-311-9/+0
* Implement the PageNotificationDelegate for the new Web Notification path.peter2014-10-291-2/+43
* Implement a RenderFrame-less path for Web Notifications.peter2014-10-271-0/+135