summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/notification_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-011-0/+10
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Before the notification provider goes away, detach it from all the active not...johnnyg@chromium.org2010-08-171-0/+4
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-261-0/+1
* Implement BiDi support and replace ID support for notifications.johnnyg@chromium.org2010-07-121-6/+19
* Allow creating HTML notifications with the data: scheme. I've confirmed this...johnnyg@chromium.org2010-06-091-2/+4
* A three-phase commit related to changing the params of webkitNotifications.ch...rafaelw@chromium.org2010-04-061-2/+5
* Hook up extension apps notification permission, take tworafaelw@chromium.org2010-03-311-2/+1
* Use the full URL of the icon in the notification, not just the string passed ...johnnyg@chromium.org2010-03-161-1/+1
* Correct a mistake I made on a previous submission by commenting out an import...johnnyg@chromium.org2010-03-031-1/+1
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-281-3/+11
* If a page is navigated within the same render process, the active notificatio...johnnyg@chromium.org2010-01-251-2/+7
* Allow chrome-extension scheme in notification.brg@chromium.com2010-01-231-1/+3
* Disallow HTML notifications with content not from HTTP or HTTPS schemes.johnnyg@chromium.org2010-01-131-0/+6
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-131-0/+4
* Revert 31839 - Notifications permission infobar should only be shown in respo...scherkus@chromium.org2009-11-121-4/+0
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-121-0/+4
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Adds an options menu to the frame of the desktop notification, for now with t...johnnyg@chromium.org2009-11-101-2/+2
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-2/+2
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-0/+1
* Refactor notification provider in renderer process to not use a message filter.johnnyg@chromium.org2009-10-141-46/+16
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-121-3/+3
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-051-0/+160