summaryrefslogtreecommitdiffstats
path: root/content/browser/notifications/notification_database.cc
Commit message (Expand)AuthorAgeFilesLines
* Actually activate the Notification Database bloom filter.peter2015-04-151-0/+1
* The notification database should have a bloom filter policy.peter2015-04-011-0/+3
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Write the assigned notification id to the stored notification data.peter2015-03-201-3/+6
* The notification database should be able to read or delete multiple items.peter2015-03-191-16/+166
* Expose bits of the Web Notification database in the //content API.peter2015-03-171-3/+6
* Introduce the PlatformNotificationContext class.peter2015-03-161-1/+0
* Store the actual notification data in the notification database.peter2015-03-161-24/+98
* Store the next notification id in the notification database.peter2015-03-131-0/+54
* Introduce the NotificationDatabase class.peter2015-03-121-0/+92