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
/
ash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ash-disable-launcher-per-display flag
oshima@chromium.org
2013-05-10
12
-118
/
+51
*
Remove AshNativeCursorManagerTest.DisabledMouseEventsLocation
oshima@chromium.org
2013-05-10
1
-44
/
+0
*
Add --disable-new-dialog-style flag; use DialogDelegate::UseNewStyle(); etc.
msw@chromium.org
2013-05-09
1
-5
/
+3
*
ash: Update 2x window control assets.
xiyuan@chromium.org
2013-05-09
24
-0
/
+0
*
keyboard: Allow the proxy to customize the way the keyboard window is shown/h...
sadrul@chromium.org
2013-05-09
1
-3
/
+0
*
Disable two display-related ash_unittests on Win8 Aura
jamescook@chromium.org
2013-05-09
2
-2
/
+18
*
Magnifier: Prevent the cursor jumping on HiDPI display.
yoshiki@chromium.org
2013-05-09
3
-59
/
+59
*
Add a "Settings..." menu item to a11y uber menu.
yoshiki@chromium.org
2013-05-09
6
-2
/
+20
*
views: Convert View::GetClassName() to return const char*.
tfarina@chromium.org
2013-05-09
4
-5
/
+5
*
Update the volume and audio tray view when TrayAudio is updated.
jennyz@chromium.org
2013-05-09
1
-1
/
+5
*
Revert r199090 and r199077 since these two breaks PanelWindowResizerTest.Pane...
tzik@chromium.org
2013-05-09
3
-26
/
+8
*
Save and restore State for ShellWindows, including panels
stevenjb@chromium.org
2013-05-09
5
-13
/
+7
*
Make it possible to have both label and avatar for user.
antrim@chromium.org
2013-05-09
2
-29
/
+69
*
Fixes a test expectation broken by r199077
mukai@chromium.org
2013-05-09
1
-1
/
+1
*
Removes the space for notification icon if it's not visible.
mukai@chromium.org
2013-05-09
3
-8
/
+26
*
This is the first of two patches to drag and drop items from the app list to ...
skuhne@chromium.org
2013-05-08
14
-26
/
+205
*
Revert 198959 "Use GetCursorPos to return the current cursor pos..."
sky@chromium.org
2013-05-08
1
-5
/
+0
*
Use GetCursorPos to return the current cursor position in windows ASH instead...
ananta@chromium.org
2013-05-08
1
-0
/
+5
*
Do not show low battery notification bubble unless battery state is DISCHARGI...
jennyz@chromium.org
2013-05-08
1
-1
/
+1
*
Revert 198918 "Save and restore State for ShellWindows, includin..."
csharp@chromium.org
2013-05-08
5
-7
/
+13
*
Save and restore State for ShellWindows, including panels
stevenjb@chromium.org
2013-05-08
5
-13
/
+7
*
[content shell] move code common to several processes to a common dir
jochen@chromium.org
2013-05-07
1
-1
/
+1
*
Enable Clang warnings in .cc files for Linux+[Aura/ChromeOS]
rsleevi@chromium.org
2013-05-07
2
-3
/
+6
*
ash: Extract Observer out of ShelfLayoutManager.
tfarina@chromium.org
2013-05-07
8
-38
/
+60
*
Regression issue with "ShouldHop", the UpdateState->Layout flow was updated d...
jennyz@chromium.org
2013-05-07
2
-14
/
+2
*
Fix mouse locking in Chrome AURA Windows and ASH.
ananta@chromium.org
2013-05-07
1
-8
/
+23
*
Implement the rest of the audio API.
rkc@chromium.org
2013-05-07
2
-0
/
+8
*
Removes blue background color for notification icon too.
mukai@chromium.org
2013-05-07
1
-2
/
+0
*
Revert 198556 "Implement the rest of the audio API."
rkc@chromium.org
2013-05-07
2
-8
/
+0
*
Notify all visible renderers when the visibility of the mouse cursor changes
tdanderson@google.com
2013-05-06
2
-6
/
+84
*
Implement the rest of the audio API.
rkc@chromium.org
2013-05-06
2
-0
/
+8
*
Revert 198519 "Notify all visible renderers when the visibility ..."
skaslev@chromium.org
2013-05-06
2
-84
/
+6
*
Introduces a boolean flag for ShouldBlockLauncherAutoHide().
mukai@chromium.org
2013-05-06
2
-3
/
+13
*
Notify all visible renderers when the visibility of the mouse cursor changes
tdanderson@google.com
2013-05-06
2
-6
/
+84
*
Stop changing background color to blue in status area.
mukai@chromium.org
2013-05-06
2
-10
/
+4
*
Revert 197366 "ash: Update app list button."
xiyuan@chromium.org
2013-05-06
15
-200
/
+63
*
ash: Rename tray_views.{h,cc} to tray_utils.{h,cc}
tfarina@chromium.org
2013-05-06
21
-21
/
+14
*
Fix wimax badges for status area
stevenjb@chromium.org
2013-05-06
1
-3
/
+3
*
Do not change the tray background color for popups.
mukai@chromium.org
2013-05-06
2
-5
/
+10
*
Show more detailed battery states; handle "neither charging nor discharging"
sschmitz@chromium.org
2013-05-04
8
-67
/
+217
*
Sets web_notification tray icon invisible if there're no notifications.
mukai@chromium.org
2013-05-03
1
-19
/
+4
*
Remove myself from some OWNERS files and make per-file ownership more specific.
ben@chromium.org
2013-05-03
1
-1
/
+0
*
Fixes unread_count handling.
mukai@chromium.org
2013-05-03
2
-2
/
+23
*
Adding artwork fro power icons
skuhne@google.com
2013-05-03
4
-0
/
+0
*
Extend MouseWheelEvent to support both X and Y scrolls
sheckylin@chromium.org
2013-05-03
1
-2
/
+6
*
Disable AshNativeCursorManagerTest.DisabledMouseEventsLocation
xiyuan@chromium.org
2013-05-03
1
-8
/
+3
*
Support Shift+Search+Arrows to navigate and Control to silence speech everywhere
dmazzoni@chromium.org
2013-05-02
8
-2
/
+61
*
Disable DisplayControllerTest.SwapPrimary and SwapPrimaryById on win+aura.
mattm@chromium.org
2013-05-02
1
-2
/
+14
*
Adding Alt+1 for browser switching. Part of this CL will get reverted once 11...
skuhne@chromium.org
2013-05-02
2
-2
/
+22
*
Move Ash window-show code from AshTestHelper back to AshTestBase
jamescook@chromium.org
2013-05-02
4
-72
/
+80
[next]