index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
ui
/
views
/
status_icons
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makes MenuRunner take a MenuModel directly rather than having to use
sky@chromium.org
2013-03-29
1
-3
/
+1
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Decouple IsMetroProcess() calls, introducing IsSingleWindowMetroMode().
gab@chromium.org
2012-12-06
2
-3
/
+4
*
Move scale factor independent resources to separate chrome_unscaled_resources...
oshima@chromium.org
2012-11-15
1
-1
/
+1
*
oops
jam@chromium.org
2012-10-17
1
-1
/
+1
*
Don't run StatusTrayWinTest.ClickOnIcon on bots since it fails on them. It do...
jam@chromium.org
2012-10-17
1
-0
/
+2
*
Makes gfx::Screen an instance, rather than a collection of static methods.
scottmg@chromium.org
2012-10-12
1
-1
/
+2
*
Add functionality to the Windows 8 notification display functionality to invo...
ananta@chromium.org
2012-10-10
1
-1
/
+1
*
status_icons: Update StatusTray/StatusIcon to use ImageSkia.
tfarina@chromium.org
2012-10-03
3
-19
/
+19
*
Implement status tray notifications in Windows 8 metro chrome using metro sty...
ananta@chromium.org
2012-08-24
3
-2
/
+82
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
status_icons: Factor out status icon observer into its own header file.
tfarina@chromium.org
2012-05-23
1
-4
/
+6
*
status_icons: Change StatusTray to use ScopedVector.
tfarina@chromium.org
2012-05-19
1
-5
/
+4
*
Added base::win::InitializeWindowClass() wrapper to make sure that window cla...
alexeypa@chromium.org
2012-05-09
2
-13
/
+25
*
views/status_icons: Sort methods in status_icon_win.cc to match .h
tfarina@chromium.org
2012-04-22
2
-46
/
+49
*
views/status_icons: Convert StatusIconWin from Menu2 API to MenuModelApdater/...
tfarina@chromium.org
2012-04-19
3
-42
/
+38
*
views: Use GetVersion() in StatusIconWin.
tfarina@chromium.org
2012-04-11
1
-3
/
+2
*
views: Stop using ResourceBundle without the namespace prefix.
tfarina@chromium.org
2012-04-05
1
-2
/
+2
*
views/status_icons: Pass gfx::Point to HandleClickEvent.
tfarina@chromium.org
2012-04-05
3
-9
/
+14
*
Removed more defunct code from ChromeOS.
saintlou@chromium.org
2012-03-20
1
-78
/
+0
*
More chrome_browser.gypi cleanup once chromeos_gtk is gone.
saintlou@chromium.org
2012-03-19
4
-338
/
+0
*
views: Rename MenuButtonDelegate::RunMenu to something more obvious.
tfarina@chromium.org
2012-03-15
1
-6
/
+6
*
views: Rename ViewMenuDelegate to MenuButtonDelegate and move to controls/but...
tfarina@chromium.org
2012-03-08
1
-3
/
+3
*
Cleanup: Another round of unused forward declaration cleanup.
thestig@chromium.org
2012-03-03
1
-3
/
+1
*
chromeos: Add an enum parameter to StatusAreaView::AddButton().
tfarina@chromium.org
2012-02-16
1
-2
/
+2
*
views: Move menu directory to ui/views/controls/.
tfarina@chromium.org
2011-11-28
2
-5
/
+5
*
Implement the status tray/icon API for ChromeOS.
leandrogracia@chromium.org
2011-11-18
5
-0
/
+418
*
Revert 110691 - Implement the status tray/icon API for ChromeOS.
leandrogracia@chromium.org
2011-11-18
5
-418
/
+0
*
Implement the status tray/icon API for ChromeOS.
leandrogracia@chromium.org
2011-11-18
5
-0
/
+418
*
Revert 110613 - Implement the status tray/icon API for ChromeOS.
hbono@chromium.org
2011-11-18
6
-422
/
+0
*
Implement the status tray/icon API for ChromeOS.
leandrogracia@chromium.org
2011-11-18
6
-0
/
+422
*
Implementing custom notification icons for the DisplayBalloon method on Windows.
leandrogracia@chromium.org
2011-10-26
2
-3
/
+27
*
Add an extra argument to the DisplayBalloon method to support custom notifica...
leandrogracia@chromium.org
2011-10-26
3
-7
/
+14
*
Fix win aura build: remove Menu2 usage in StatusIconWin on aura build
oshima@google.com
2011-10-07
2
-2
/
+14
*
There is no StatusTray for Aura/Linux (just like Views/Linux).
saintlou@chromium.org
2011-10-05
1
-2
/
+2
*
Centralizes checking for non-null return from CreateWindow.
sky@chromium.org
2011-04-19
1
-0
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-1
/
+2
*
Display balloon notification when background app is installed.
atwilson@chromium.org
2011-03-06
2
-5
/
+20
*
Cleanup: Remove a bunch of unneeded includes.
thestig@chromium.org
2011-02-24
1
-1
/
+0
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
*
Move ResourceBundle, DataPack to ui/base
ben@chromium.org
2011-01-20
1
-1
/
+1
*
Hook TaskbarCreated message to recreate status tray icons.
atwilson@chromium.org
2011-01-20
4
-26
/
+75
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
1
-2
/
+2
*
Move models from app to ui/base/models
ben@chromium.org
2011-01-14
3
-4
/
+4
*
Remove the stubbed out headers in chrome/browser/views.
msw@chromium.org
2011-01-10
3
-8
/
+8
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-2
/
+2
*
Remove more 'using' declarations of Scoped* from scoped_handle_win.h
tfarina@chromium.org
2010-12-29
1
-2
/
+2
*
Move browser/views to browser/ui/views
ben@chromium.org
2010-11-09
6
-0
/
+343