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
*
Refactor: Shelf Widget
harrym@chromium.org
2013-03-09
82
-1174
/
+1184
*
Modify draw attention animation for ash launcher
stevenjb@chromium.org
2013-03-09
2
-6
/
+41
*
Enable Launcher Alignment by default, remove Top option.
harrym@chromium.org
2013-03-08
2
-9
/
+1
*
Allow passing an index at the end of the list to LauncherView::CancelDrag.
flackr@chromium.org
2013-03-08
2
-3
/
+21
*
Enable ash new network status area by default
stevenjb@chromium.org
2013-03-08
4
-15
/
+17
*
Made notification center notifications collapsible and expandable.
dharcourt@chromium.org
2013-03-08
1
-3
/
+5
*
Set the window frames to be non transparent while the user is cycling through...
pkotwicz@chromium.org
2013-03-08
6
-8
/
+119
*
Move ash chromeos specific strings to ash_chromeos_strings
stevenjb@chromium.org
2013-03-07
3
-105
/
+121
*
Move panels classes to ash/wm/panels and add OWNERS.
flackr@chromium.org
2013-03-07
13
-28
/
+31
*
Fix AcceleratorControllerTest.GlobalAccelerators
tbarzic@chromium.org
2013-03-07
1
-1
/
+1
*
Files.app: Changes the shortcut key from Ctrl+Alt+M to Alt+Shift+M
yoshiki@chromium.org
2013-03-07
1
-1
/
+1
*
ash: Pull FixedSizedScrollView out of tray_views.h
tfarina@chromium.org
2013-03-07
11
-94
/
+125
*
Disable PanelWindowResizerTest.PanelDetachReattachRight on Windows.
flackr@chromium.org
2013-03-07
1
-1
/
+9
*
Layout and snap panels correctly according to the launcher alignment.
flackr@chromium.org
2013-03-07
5
-138
/
+406
*
Deprecates QuietModeBubble and uses context menu for quiet mode.
mukai@chromium.org
2013-03-07
2
-50
/
+34
*
Revert 186612
mukai@chromium.org
2013-03-07
5
-29
/
+7
*
chromeos: Add DisplayPowerServiceProvider.
derat@chromium.org
2013-03-07
5
-23
/
+64
*
Remove close_on_deactivate=false for tray bubbles (2nd)
mukai@chromium.org
2013-03-07
5
-7
/
+29
*
Fix tray and detailed view for vpns
stevenjb@chromium.org
2013-03-06
4
-45
/
+118
*
Support activation in new network status area UI
stevenjb@chromium.org
2013-03-06
4
-2
/
+51
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
2
-2
/
+2
*
Update NetworkStateListDetailedView for VPN
stevenjb@chromium.org
2013-03-06
10
-270
/
+457
*
Adding experimental browser launcher item behavior to list all browser tabs, ...
skuhne@chromium.org
2013-03-06
2
-21
/
+27
*
Resolving the moved anchor point for the first bubble menu/help item
skuhne@chromium.org
2013-03-06
2
-22
/
+0
*
Fix ash_shell to initialize the message center.
dewittj@chromium.org
2013-03-06
1
-0
/
+14
*
Small fixes around the code
sergeygs@chromium.org
2013-03-06
1
-1
/
+1
*
Fallback to use output_index when searching for internal display
oshima@chromium.org
2013-03-06
1
-3
/
+4
*
ash: Enable immersive fullscreen by default
jamescook@chromium.org
2013-03-06
2
-6
/
+6
*
Fix ManyPopupNotifications test with --enable-rich-notifications.
dewittj@chromium.org
2013-03-05
1
-2
/
+12
*
Re-home the global MessageCenter to support Ash+Win environments.
dewittj@chromium.org
2013-03-05
4
-16
/
+17
*
cros: Add app mode restrictions.
xiyuan@chromium.org
2013-03-05
9
-3
/
+78
*
Immersive fullscreen polish
jamescook@chromium.org
2013-03-05
1
-1
/
+3
*
Revert 184572
jamescook@chromium.org
2013-03-04
3
-12
/
+3
*
Fix edge-case crash in TrayBubbleBorder::UpdateArrowOffset()
stevenjb@chromium.org
2013-03-04
1
-1
/
+2
*
Disabling the first menu item
skuhne@chromium.org
2013-03-04
1
-0
/
+5
*
Move views-specific message_center files into a subdirectory.
rsesek@chromium.org
2013-03-04
2
-7
/
+7
*
Changing the order of items from LRU to creation order - and - as a result, m...
skuhne@chromium.org
2013-03-04
7
-33
/
+48
*
ash: Put ViewClickListener into its own header file.
tfarina@chromium.org
2013-03-04
17
-24
/
+51
*
Disable DesktopBackgroundControllerTest.ResizeToFitScreens on Windows
kinuko@chromium.org
2013-03-04
1
-1
/
+8
*
Resize Wallpaper to reduce memory usage
bshe@chromium.org
2013-03-04
7
-34
/
+348
*
views: Migrate ash_shell buttons to LabelButton
tfarina@chromium.org
2013-03-04
6
-44
/
+62
*
ash: Make window spin shortcut non-repeating
jamescook@chromium.org
2013-03-02
2
-0
/
+10
*
Fix status area for NetworkStateHandler
stevenjb@chromium.org
2013-03-02
3
-22
/
+27
*
Store layout per display pair
oshima@chromium.org
2013-03-02
6
-47
/
+131
*
Refactor throbber_view.cc/h out of tray_views.cc/h.
jennyz@chromium.org
2013-03-02
7
-139
/
+179
*
Check for destroyed window observers which haven't stopped observing windows.
flackr@chromium.org
2013-03-02
1
-2
/
+8
*
Always use transient parent container if window has a transient parent.
flackr@chromium.org
2013-03-02
3
-3
/
+68
*
Show the desktop workspace dimmed while the user is cycling though workspaces.
pkotwicz@chromium.org
2013-03-02
3
-2
/
+17
*
ash: Set default linux_chromeos host window to 1366x768
hshi@chromium.org
2013-03-02
2
-8
/
+2
*
Use new cros spinner asset in ThrobberView.
jennyz@chromium.org
2013-03-01
2
-1
/
+6
[next]