summaryrefslogtreecommitdiffstats
path: root/content/browser/notifications/notification_database_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Write the assigned notification id to the stored notification data.peter2015-03-201-1/+26
* The notification database should be able to read or delete multiple items.peter2015-03-191-23/+182
* Expose bits of the Web Notification database in the //content API.peter2015-03-171-1/+1
* Store the actual notification data in the notification database.peter2015-03-161-39/+253
* Store the next notification id in the notification database.peter2015-03-131-0/+90
* Introduce the NotificationDatabase class.peter2015-03-121-0/+104