summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/notification
Commit message (Expand)AuthorAgeFilesLines
* Take notification API out of experimental. Restrict to dev channel.miket@chromium.org2013-03-073-735/+0
* Cause byUser to be passed correctly by c.e.notification API.dewittj@chromium.org2013-03-011-0/+62
* Rename delete() to clear() in prep for get/getAll/clear/clearAll.miket@chromium.org2013-02-273-16/+16
* Notifications refactor step 2. dimich@chromium.org2013-02-262-21/+50
* Enforce CSP on images for chrome.experimental.notification.dewittj@chromium.org2013-02-231-9/+9
* Change eventTime field to standard chrome.* API format.miket@chromium.org2013-02-222-3/+3
* Update notifications API after review.miket@chromium.org2013-02-143-37/+66
* Actually prevent sending notifications from apps.mukai@chromium.org2013-02-132-6/+31
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* - Rename notification.show to notification.create.miket@chromium.org2013-01-283-80/+300
* Start delegating notifications to MessageCenter on Windows.dimich@chromium.org2013-01-231-1/+1
* Added support for icons in image and list notification action buttons.dharcourt@chromium.org2013-01-231-3/+9
* Increased notification close button click area & added state images.dharcourt@chromium.org2013-01-231-1/+1
* Record histogram of extension API usagerpaquay@chromium.org2013-01-181-1/+2
* Resolve TODO: pass back replaceId in notification events.miket@chromium.org2012-12-271-7/+17
* Implement the formerly stubbed-out event-style NotificationDelegate methods b...miket@chromium.org2012-12-203-25/+39
* Plumb the ButtonPressed callback of the two buttons in BaseFormatView through...miket@chromium.org2012-12-141-10/+5
* Removed some dead code from the extension APIs. Patch 2.sergiyb@google.com2012-11-221-2/+0
* Added plumbing to get and transmit multiple-item notification datadharcourt@chromium.org2012-11-212-0/+36
* In experimental.notification.show() API: "notificationType" -> "type".dharcourt@chromium.org2012-11-202-4/+4
* Created initial multi-item notification viewdharcourt@chromium.org2012-11-161-0/+27
* Reland 11358144 (Switch fields over to base format fields).miket@chromium.org2012-11-152-24/+78
* Revert 167589 - Continuing TODO items from a previous CL, remove the "extra_f...jochen@chromium.org2012-11-142-78/+24
* Continuing TODO items from a previous CL, remove the "extra_field" and "secon...miket@chromium.org2012-11-142-24/+78
* Display icons by providing a RenderViewHost.miket@chromium.org2012-11-081-6/+13
* Implements each notification's ID by a simply sequential number.mukai@chromium.org2012-11-081-3/+11
* Add a second kind of WebContentsView called BaseFormatView that displays two ...miket@chromium.org2012-11-021-5/+32
* PlatformAppApiTest class should not enable experimental APIs by defaultasargent@chromium.org2012-10-151-1/+7
* Another interim checkin. This CL completes the plumbing between our nascent A...miket@chromium.org2012-10-153-20/+97
* Skeleton of first notification API.miket@chromium.org2012-10-083-0/+104