summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/status_icons
Commit message (Expand)AuthorAgeFilesLines
* Makes MenuRunner take a MenuModel directly rather than having to usesky@chromium.org2013-03-291-3/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().gab@chromium.org2012-12-062-3/+4
* Move scale factor independent resources to separate chrome_unscaled_resources...oshima@chromium.org2012-11-151-1/+1
* oopsjam@chromium.org2012-10-171-1/+1
* Don't run StatusTrayWinTest.ClickOnIcon on bots since it fails on them. It do...jam@chromium.org2012-10-171-0/+2
* Makes gfx::Screen an instance, rather than a collection of static methods.scottmg@chromium.org2012-10-121-1/+2
* Add functionality to the Windows 8 notification display functionality to invo...ananta@chromium.org2012-10-101-1/+1
* status_icons: Update StatusTray/StatusIcon to use ImageSkia.tfarina@chromium.org2012-10-033-19/+19
* Implement status tray notifications in Windows 8 metro chrome using metro sty...ananta@chromium.org2012-08-243-2/+82
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* status_icons: Factor out status icon observer into its own header file.tfarina@chromium.org2012-05-231-4/+6
* status_icons: Change StatusTray to use ScopedVector.tfarina@chromium.org2012-05-191-5/+4
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-092-13/+25
* views/status_icons: Sort methods in status_icon_win.cc to match .htfarina@chromium.org2012-04-222-46/+49
* views/status_icons: Convert StatusIconWin from Menu2 API to MenuModelApdater/...tfarina@chromium.org2012-04-193-42/+38
* views: Use GetVersion() in StatusIconWin.tfarina@chromium.org2012-04-111-3/+2
* views: Stop using ResourceBundle without the namespace prefix.tfarina@chromium.org2012-04-051-2/+2
* views/status_icons: Pass gfx::Point to HandleClickEvent.tfarina@chromium.org2012-04-053-9/+14
* Removed more defunct code from ChromeOS.saintlou@chromium.org2012-03-201-78/+0
* More chrome_browser.gypi cleanup once chromeos_gtk is gone.saintlou@chromium.org2012-03-194-338/+0
* views: Rename MenuButtonDelegate::RunMenu to something more obvious.tfarina@chromium.org2012-03-151-6/+6
* views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...tfarina@chromium.org2012-03-081-3/+3
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-031-3/+1
* chromeos: Add an enum parameter to StatusAreaView::AddButton().tfarina@chromium.org2012-02-161-2/+2
* views: Move menu directory to ui/views/controls/.tfarina@chromium.org2011-11-282-5/+5
* Implement the status tray/icon API for ChromeOS.leandrogracia@chromium.org2011-11-185-0/+418
* Revert 110691 - Implement the status tray/icon API for ChromeOS.leandrogracia@chromium.org2011-11-185-418/+0
* Implement the status tray/icon API for ChromeOS.leandrogracia@chromium.org2011-11-185-0/+418
* Revert 110613 - Implement the status tray/icon API for ChromeOS.hbono@chromium.org2011-11-186-422/+0
* Implement the status tray/icon API for ChromeOS.leandrogracia@chromium.org2011-11-186-0/+422
* Implementing custom notification icons for the DisplayBalloon method on Windows.leandrogracia@chromium.org2011-10-262-3/+27
* Add an extra argument to the DisplayBalloon method to support custom notifica...leandrogracia@chromium.org2011-10-263-7/+14
* Fix win aura build: remove Menu2 usage in StatusIconWin on aura buildoshima@google.com2011-10-072-2/+14
* There is no StatusTray for Aura/Linux (just like Views/Linux).saintlou@chromium.org2011-10-051-2/+2
* Centralizes checking for non-null return from CreateWindow.sky@chromium.org2011-04-191-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-171-1/+2
* Display balloon notification when background app is installed.atwilson@chromium.org2011-03-062-5/+20
* Cleanup: Remove a bunch of unneeded includes.thestig@chromium.org2011-02-241-1/+0
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-201-1/+1
* Hook TaskbarCreated message to recreate status tray icons.atwilson@chromium.org2011-01-204-26/+75
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-2/+2
* Move models from app to ui/base/modelsben@chromium.org2011-01-143-4/+4
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-103-8/+8
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-2/+2
* Remove more 'using' declarations of Scoped* from scoped_handle_win.htfarina@chromium.org2010-12-291-2/+2
* Move browser/views to browser/ui/viewsben@chromium.org2010-11-096-0/+343