summaryrefslogtreecommitdiffstats
path: root/chrome/browser/status_icons
Commit message (Expand)AuthorAgeFilesLines
* Move web_ui_util.* from chrome\browser\ui\webui to ui\webui so that they can ...jam@chromium.org2013-01-231-1/+0
* status_icons: Update StatusTray/StatusIcon to use ImageSkia.tfarina@chromium.org2012-10-035-14/+19
* Correctly remove file browser notifications from Ash notification tray.stevenjb@google.com2012-08-131-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Add DesktopNotificationService::AddNotificationstevenjb@google.com2012-06-142-19/+12
* Add support for Ash to Notificationsstevenjb@google.com2012-06-141-0/+3
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-1/+2
* Revert 140531 - Converted the rest of chrome except for extensions and favico...pkotwicz@chromium.org2012-06-051-2/+1
* Converted the rest of chrome except for extensions and favicons to user Image...pkotwicz@chromium.org2012-06-051-1/+2
* status_icons: Factor out status icon observer into its own header file.tfarina@chromium.org2012-05-234-31/+49
* status_icons: Change StatusTray to use ScopedVector.tfarina@chromium.org2012-05-192-14/+12
* Show camera and microphone status indicators.xians@chromium.org2012-05-031-0/+5
* RefCounted types should not have public destructors, chrome/browser/ part 6rsleevi@chromium.org2012-04-271-1/+2
* status_icons: Fold RemoveAllIcons() into StatusTray dtor.tfarina@chromium.org2012-04-213-21/+15
* Convert use of int ms to TimeDelta in files owned by atwilson.tedvessenes@gmail.com2012-01-121-4/+6
* Analyzed the problem and tested 30+ times the affected and related tests with...leandrogracia@chromium.org2011-10-282-0/+119
* Revert 107722 - Implement notifications for the DisplayBalloon method on Linu...rohitrao@chromium.org2011-10-282-119/+0
* Implement notifications for the DisplayBalloon method on Linux and Mac.leandrogracia@chromium.org2011-10-282-0/+119
* Add an extra argument to the DisplayBalloon method to support custom notifica...leandrogracia@chromium.org2011-10-264-18/+23
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* status_icons: Use STLDeleteElements on StatusTray::RemoveAllIcons().tfarina@chromium.org2011-05-041-4/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Display balloon notification when background app is installed.atwilson@chromium.org2011-03-063-3/+11
* Add OWNERS files to bookmarks, gtk, and status_icons subdirs.tfarina@chromium.org2011-01-201-0/+1
* Move models from app to ui/base/modelsben@chromium.org2011-01-144-9/+9
* Add support for status icon context menus for gtk.atwilson@chromium.org2010-08-244-6/+5
* Added support for context menus to status icons.atwilson@chromium.org2010-08-204-4/+52
* Added BackgroundModeManager which tracks when background apps are loaded/unlo...atwilson@chromium.org2010-08-185-143/+43
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-032-0/+2
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-263-0/+3
* Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi...finnur@chromium.org2010-07-231-1/+1
* status_icons: Remove StatusIcon::Create method.tfarina@chromium.org2010-07-111-3/+0
* status_icons: Fix include issues.atwilson@chromium.org2010-04-142-6/+0
* gtk: Implement status icons on linux.evan@chromium.org2010-04-061-1/+1
* Revert.evan@chromium.org2010-04-031-1/+1
* gtk: Implement status icons on linux.evan@chromium.org2010-04-031-1/+1
* Simplify the Observer Pattern used in status icons implementation.evan@chromium.org2010-03-315-26/+17
* views: Implemet tooltip for status icons on windows.atwilson@chromium.org2010-03-311-0/+3
* Revert 43099 - Windows implementation of StatusIcon::SetToolTip()atwilson@chromium.org2010-03-301-3/+0
* Windows implementation of StatusIcon::SetToolTip()atwilson@google.com2010-03-301-0/+3
* Implement status icons on windows.atwilson@google.com2010-03-247-45/+127
* Added monochrome status icons for the mac.atwilson@chromium.org2010-03-103-0/+7
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-066-0/+275