summaryrefslogtreecommitdiffstats
path: root/chrome/browser/notifications/notification.h
Commit message (Expand)AuthorAgeFilesLines
* Elide origins displayed on web notifications.miguelg2015-08-201-7/+1
* Change Notification.replace_id() to be a std::string(), rename to tag().peter2015-03-061-5/+5
* Cleanup: Remove unused blink::WebTextDirection parameter from Notification ctor.tfarina2015-01-261-2/+0
* Standardize usage of virtual/override/final in chrome/browser/notificationsdcheng2014-10-221-1/+1
* Remove unnecessary image downloading handler of notifications.mukai2014-10-171-14/+0
* Request the icon of a Web Notification in the renderer process.peter2014-10-151-14/+1
* Disambiguate message center manager’s notifications from diff profilesjuyik2014-10-061-0/+2
* Remove Notification::small_image_url_ as it has no users.peter2014-09-181-8/+0
* Merge two Notification constructors, increase priority of low-battery notific...peter2014-09-171-11/+0
* Remove NotificationDelegate::process_id().mukai2014-09-161-1/+0
* Move the logic for creating data: URLs out of DesktopNotificationService.peter2014-09-111-8/+4
* Rename notification_id() to disambiguate its meaning.juyik@chromium.org2014-06-201-1/+2
* Convert notifications to use RenderFrame instead of RenderView.jam@chromium.org2014-04-221-14/+0
* Some simple refactoring in advance for switching desktop notifications to use...jam@chromium.org2014-04-171-2/+2
* Adds a small icon to notifications, and connects it to synced notifications.dewittj@chromium.org2014-01-301-0/+3
* Convert string16 to base::string16 in chrome/browserbrettw@chromium.org2013-12-111-16/+16
* Rename WebKit namespace to blink (part 4)abarth@chromium.org2013-11-071-3/+3
* Cleanup: do not use extension_id, use notifier's id.mukai@chromium.org2013-08-241-0/+1
* chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1tfarina@chromium.org2013-07-021-1/+1
* Update Blink include pathsabarth@chromium.org2013-06-171-1/+1
* Make notifications API send bitmaps instead of data URLs to the browser.dewittj@chromium.org2013-06-131-16/+0
* Use a direct include of strings headers in chrome/browser/j*-n*/.avi@chromium.org2013-06-101-1/+1
* Enable users of NotificationUIManager to specify binary images.dewittj@chromium.org2013-06-061-46/+30
* Revert 204181 "Enable users of NotificationUIManager to specify ..."kinuko@chromium.org2013-06-051-30/+46
* Enable users of NotificationUIManager to specify binary images.dewittj@chromium.org2013-06-051-46/+30
* Move NotificationDelegate into message_center.dewittj@chromium.org2013-05-281-1/+1
* Changes to hand-sign of mouse cursor only when the notification can respond t...mukai@chromium.org2013-05-231-0/+1
* fixes uncheck behavior of notification settings for webkit notifications.mukai@chromium.org2013-04-301-0/+2
* Allow extensions to unload while notifications are active.dewittj@chromium.org2013-04-261-0/+1
* Cancel notification toast timeoout for webkit ones.mukai@chromium.org2013-04-101-0/+4
* Widen the data pipes between Synced Notifications and Rich Notificationspetewil@chromium.org2013-03-291-1/+1
* Switch to using gfx::Image instead of ImageSkia for cross-platform message_ce...rsesek@chromium.org2013-03-071-4/+4
* Notifications refactor step 2. dimich@chromium.org2013-02-261-4/+4
* Start delegating notifications to MessageCenter on Windows.dimich@chromium.org2013-01-231-0/+1
* Plumb the ButtonPressed callback of the two buttons in BaseFormatView through...miket@chromium.org2012-12-141-0/+1
* Add a second kind of WebContentsView called BaseFormatView that displays two ...miket@chromium.org2012-11-021-0/+28
* 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-10/+40
* Add a separate Notification constructor to differentiate between text and HTM...rsesek@chromium.org2012-04-061-1/+30
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-191-1/+3
* Revert 66571 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-181-3/+1
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-181-1/+3
* Revert 65879 - When an extension is uninstalled, close all desktop notificati...johnnyg@chromium.org2010-11-121-3/+1
* When an extension is uninstalled, close all desktop notifications from that e...johnnyg@chromium.org2010-11-121-1/+3
* FBTF: Even more deinlining.erg@google.com2010-10-201-27/+7
* Implement the plumbing to deliver click events from the notification balloon ...johnnyg@chromium.org2010-09-011-0/+1
* notifications: Convert some std::wstring over to string16.tfarina@chromium.org2010-08-011-4/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Implement BiDi support and replace ID support for notifications.johnnyg@chromium.org2010-07-121-3/+17
* * Moved sticky/controls frag to chromeos::BalloonViewImploshima@chromium.org2010-03-171-23/+12