| Commit message (Expand) | Author | Age | Files | Lines |
* | Elide origins displayed on web notifications. | miguelg | 2015-08-20 | 1 | -7/+1 |
* | Change Notification.replace_id() to be a std::string(), rename to tag(). | peter | 2015-03-06 | 1 | -5/+5 |
* | Cleanup: Remove unused blink::WebTextDirection parameter from Notification ctor. | tfarina | 2015-01-26 | 1 | -2/+0 |
* | Standardize usage of virtual/override/final in chrome/browser/notifications | dcheng | 2014-10-22 | 1 | -1/+1 |
* | Remove unnecessary image downloading handler of notifications. | mukai | 2014-10-17 | 1 | -14/+0 |
* | Request the icon of a Web Notification in the renderer process. | peter | 2014-10-15 | 1 | -14/+1 |
* | Disambiguate message center manager’s notifications from diff profiles | juyik | 2014-10-06 | 1 | -0/+2 |
* | Remove Notification::small_image_url_ as it has no users. | peter | 2014-09-18 | 1 | -8/+0 |
* | Merge two Notification constructors, increase priority of low-battery notific... | peter | 2014-09-17 | 1 | -11/+0 |
* | Remove NotificationDelegate::process_id(). | mukai | 2014-09-16 | 1 | -1/+0 |
* | Move the logic for creating data: URLs out of DesktopNotificationService. | peter | 2014-09-11 | 1 | -8/+4 |
* | Rename notification_id() to disambiguate its meaning. | juyik@chromium.org | 2014-06-20 | 1 | -1/+2 |
* | Convert notifications to use RenderFrame instead of RenderView. | jam@chromium.org | 2014-04-22 | 1 | -14/+0 |
* | Some simple refactoring in advance for switching desktop notifications to use... | jam@chromium.org | 2014-04-17 | 1 | -2/+2 |
* | Adds a small icon to notifications, and connects it to synced notifications. | dewittj@chromium.org | 2014-01-30 | 1 | -0/+3 |
* | Convert string16 to base::string16 in chrome/browser | brettw@chromium.org | 2013-12-11 | 1 | -16/+16 |
* | Rename WebKit namespace to blink (part 4) | abarth@chromium.org | 2013-11-07 | 1 | -3/+3 |
* | Cleanup: do not use extension_id, use notifier's id. | mukai@chromium.org | 2013-08-24 | 1 | -0/+1 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Update Blink include paths | abarth@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Make notifications API send bitmaps instead of data URLs to the browser. | dewittj@chromium.org | 2013-06-13 | 1 | -16/+0 |
* | Use a direct include of strings headers in chrome/browser/j*-n*/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Enable users of NotificationUIManager to specify binary images. | dewittj@chromium.org | 2013-06-06 | 1 | -46/+30 |
* | Revert 204181 "Enable users of NotificationUIManager to specify ..." | kinuko@chromium.org | 2013-06-05 | 1 | -30/+46 |
* | Enable users of NotificationUIManager to specify binary images. | dewittj@chromium.org | 2013-06-05 | 1 | -46/+30 |
* | Move NotificationDelegate into message_center. | dewittj@chromium.org | 2013-05-28 | 1 | -1/+1 |
* | Changes to hand-sign of mouse cursor only when the notification can respond t... | mukai@chromium.org | 2013-05-23 | 1 | -0/+1 |
* | fixes uncheck behavior of notification settings for webkit notifications. | mukai@chromium.org | 2013-04-30 | 1 | -0/+2 |
* | Allow extensions to unload while notifications are active. | dewittj@chromium.org | 2013-04-26 | 1 | -0/+1 |
* | Cancel notification toast timeoout for webkit ones. | mukai@chromium.org | 2013-04-10 | 1 | -0/+4 |
* | Widen the data pipes between Synced Notifications and Rich Notifications | petewil@chromium.org | 2013-03-29 | 1 | -1/+1 |
* | Switch to using gfx::Image instead of ImageSkia for cross-platform message_ce... | rsesek@chromium.org | 2013-03-07 | 1 | -4/+4 |
* | Notifications refactor step 2. | dimich@chromium.org | 2013-02-26 | 1 | -4/+4 |
* | Start delegating notifications to MessageCenter on Windows. | dimich@chromium.org | 2013-01-23 | 1 | -0/+1 |
* | Plumb the ButtonPressed callback of the two buttons in BaseFormatView through... | miket@chromium.org | 2012-12-14 | 1 | -0/+1 |
* | Add a second kind of WebContentsView called BaseFormatView that displays two ... | miket@chromium.org | 2012-11-02 | 1 | -0/+28 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Add support for Ash to Notifications | stevenjb@google.com | 2012-06-14 | 1 | -10/+40 |
* | Add a separate Notification constructor to differentiate between text and HTM... | rsesek@chromium.org | 2012-04-06 | 1 | -1/+30 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-19 | 1 | -1/+3 |
* | Revert 66571 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-18 | 1 | -3/+1 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-18 | 1 | -1/+3 |
* | Revert 65879 - When an extension is uninstalled, close all desktop notificati... | johnnyg@chromium.org | 2010-11-12 | 1 | -3/+1 |
* | When an extension is uninstalled, close all desktop notifications from that e... | johnnyg@chromium.org | 2010-11-12 | 1 | -1/+3 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -27/+7 |
* | Implement the plumbing to deliver click events from the notification balloon ... | johnnyg@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | notifications: Convert some std::wstring over to string16. | tfarina@chromium.org | 2010-08-01 | 1 | -4/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement BiDi support and replace ID support for notifications. | johnnyg@chromium.org | 2010-07-12 | 1 | -3/+17 |
* | * Moved sticky/controls frag to chromeos::BalloonViewImpl | oshima@chromium.org | 2010-03-17 | 1 | -23/+12 |