summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification_object_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the OnError method from notification delegates.peter2014-10-311-1/+0
* Remove the strict dependency on WebContents for Web Notifications.peter2014-10-271-5/+1
* Standardize usage of virtual/override/final in chrome/browser/notificationsdcheng2014-10-221-6/+6
* Remove unnecessary image downloading handler of notifications.mukai2014-10-171-5/+0
* replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]*mostynb2014-10-071-6/+6
* Remove NotificationDelegate::process_id().mukai2014-09-161-1/+0
* NotificationObjectProxy should own the DesktopNotificationDelegateImplpeter@chromium.org2014-08-051-5/+8
* Convert notifications to use RenderFrame instead of RenderView.jam@chromium.org2014-04-221-5/+11
* Some simple refactoring in advance for switching desktop notifications to use...jam@chromium.org2014-04-171-3/+2
* fixes uncheck behavior of notification settings for webkit notifications.mukai@chromium.org2013-04-301-0/+1
* Remove notifications.onDisplayed.dewittj@chromium.org2013-04-231-0/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Add support for Ash to Notificationsstevenjb@google.com2012-06-141-1/+2
* Add OVERRIDE to chrome/browser/.avi@chromium.org2011-11-211-5/+5
* Cleanup: Remove unneeded forward declarations from various chrome/browser sub...thestig@chromium.org2011-11-151-6/+1
* Get rid of Chrome notifications dependency, and instead go through ContentBro...jam@chromium.org2011-06-071-3/+0
* Add DCHECK to make sure that RenderProcessHost::FromID (which is also called ...jam@chromium.org2011-02-251-4/+1
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-011-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* * Moved sticky/controls frag to chromeos::BalloonViewImploshima@chromium.org2010-03-171-17/+6
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-2/+2
* Unit tests for desktop notifications.johnnyg@chromium.org2009-11-111-5/+6
* Seventh patch in making destructors of refcounted objects private.jam@chromium.org2009-11-061-0/+4
* Implement cancel() API on a Notification object so that script can cancel or ...johnnyg@chromium.org2009-11-041-1/+9
* Browser side support (sans UI) for desktop notifications.johnnyg@chromium.org2009-10-121-0/+51