summaryrefslogtreecommitdiffstats
path: root/content/browser/notifications
Commit message (Expand)AuthorAgeFilesLines
* service worker: Revert the self-disabling mechanismfalken2016-03-241-2/+0
* Add badge to web notifications.mvanouwerkerk2016-03-184-1/+11
* service worker: Attribute purpose to start worker attempts for UMAfalken2016-03-161-0/+2
* Scale down notification icons if needed.mvanouwerkerk2016-02-231-0/+27
* Implementation of renotify flag for Notifications.harkness2016-02-103-1/+6
* Notification actions may have an icon url.mvanouwerkerk2016-02-103-1/+8
* Implement notificationclose eventnsatragno2016-02-052-85/+221
* Implement the Notification `timestamp` property.peter2016-02-013-1/+10
* Use NotificationResources instead of a bare SkBitmap.mvanouwerkerk2016-01-272-18/+19
* Move notification click event dispatching out of ServiceWorkerVersion.mek2016-01-261-5/+26
* service worker: Implement self-disabling of repeatedly failing workersfalken2016-01-251-0/+2
* Switch to standard integer types in content/browser/.avi2015-12-2512-2/+27
* Update notification code to use std::move() instead of .Pass()peter2015-12-111-1/+3
* ServiceWorker: Stop passing a dummy process id to EmbeddedWorkerTestHelper fo...nhiroki2015-12-111-4/+1
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Require git cl format for the //content-level Notification directoriespeter2015-11-2012-454/+329
* Tune log statements to track stale notification issuesmiguelg2015-11-021-7/+14
* Notification DB: Logging two more leveldb errors.cmumford2015-10-202-1/+12
* Add logging statements to track down why notifications may not respondpeter2015-10-201-0/+15
* Notifications: Activate the waiting version before dispatching the eventnhiroki2015-10-091-1/+2
* Use the appropriate variant of IntToString in //contentricea2015-09-251-1/+1
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-1/+0
* Associate a TODO with a bug about the problem.peter2015-09-161-1/+2
* Don't Allow Service Workers for Unloaded Extensionsrdevlin.cronin2015-09-101-0/+2
* Move Singleton and related structs to namespace baseolli.raula2015-09-102-2/+2
* Plumb requireInteraction to PlatformNotificationData & databasejohnme2015-09-013-1/+7
* Plumb notification action index for desktop SW notificationclickjohnme2015-08-062-3/+11
* Plumb Blink notification actions to button UI on desktopJohn Mellor2015-08-054-1/+46
* Serialize Notification.direction == "auto" in the database (2/3)peter2015-08-044-12/+60
* Service Worker: Add redundant worker error code.falken2015-06-091-0/+2
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-1/+2
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-2/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-1/+2
* Revert "content: Remove use of MessageLoopProxy and deprecated MessageLoop APIs"skyostil2015-06-051-2/+1
* content: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-051-1/+2
* Introduce bad_message.h for chrome and NaCl.nick2015-06-021-3/+4
* Introduce the NotificationIdGenerator in //content.peter2015-05-293-0/+504
* Beginnings of synchronizing notifications in the notification database.peter2015-05-193-2/+61
* Implement support for notification.vibratesh919.park2015-05-104-4/+50
* Push API: Forced notifications should use Notifications databasejohnme2015-04-301-7/+1
* ServiceWorker: More accurate StartWorker result and UMAfalken2015-04-241-0/+2
* ServiceWorker: Stop exposing ServiceWorkerContextCorenhiroki2015-04-231-1/+1
* Implement the ability to get all notifications in Chromium.peter2015-04-175-7/+196
* Consistently handle persistent notification ids as int64_tpeter2015-04-161-7/+1
* Revert "Speculative revert by sheriff"Bartosz Fabianowski2015-04-163-0/+20
* Speculative revert by sheriffBartosz Fabianowski2015-04-163-20/+0
* Implement Notification.data for persistent notifications.peter2015-04-153-0/+20
* Actually activate the Notification Database bloom filter.peter2015-04-151-0/+1
* Service Worker: Use more specific errors when StartWorker failsfalken2015-04-151-0/+2
* Integrate the notification database with the normal code path.peter2015-04-154-60/+198