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
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
6
-30
/
+38
*
Revert 239232 "Make sure WindowObservers are removed from window..."
oshima@chromium.org
2013-12-06
6
-34
/
+28
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
6
-28
/
+34
*
[ash] Add ShelfWindowWatcher
simonhong@chromium.org
2013-12-06
10
-3
/
+589
*
Cleanup: rename tracked_by_workspace to is_dragged
oshima@chromium.org
2013-12-06
10
-225
/
+27
*
Ash Tray: ActionableView should only draw focus border when it has focus.
hshi@chromium.org
2013-12-05
2
-7
/
+10
*
Ash Tray: ActionableView should only draw focus border when it has focus.
hshi@chromium.org
2013-12-05
2
-9
/
+7
*
Fix crash when using touch selection in immersive fullscreen.
pkotwicz@chromium.org
2013-12-05
2
-10
/
+21
*
Add UMA stats for discarded tabs on a per logged in user base
skuhne@chromium.org
2013-12-05
2
-0
/
+9
*
GTTF: Do not use the new test launcher for ash_unittests and chrome_frame_tests
phajdan.jr@chromium.org
2013-12-05
1
-7
/
+1
*
Removes FocusBorder from views
sky@chromium.org
2013-12-05
14
-39
/
+70
*
Split Minimize user action metric into a metric per key.
stevet@chromium.org
2013-12-05
2
-3
/
+7
*
Restore focus when navigate back from detailed view in ash tray through keybo...
bshe@chromium.org
2013-12-04
16
-24
/
+202
*
Relax OWNERS for ash.gyp
jamescook@chromium.org
2013-12-04
1
-0
/
+3
*
Adding forwards / backwards cycling hotkey through logged in users
skuhne@chromium.org
2013-12-04
8
-13
/
+30
*
Prevent virtual keyboard from closing App Launcher window.
kevers@chromium.org
2013-12-04
1
-0
/
+4
*
Adding UMA stats for the type of visiting windows
skuhne@chromium.org
2013-12-04
2
-0
/
+21
*
ash: Rename more Launcher classes to Shelf*.
tfarina@chromium.org
2013-12-04
29
-552
/
+543
*
Move all the records onto one line each and run extract_actions.
stevet@chromium.org
2013-12-04
1
-76
/
+39
*
Remove obsolete checks of ash::wm::WindowState::tracked_by_workspace() in ash...
pkotwicz@chromium.org
2013-12-04
6
-91
/
+9
*
Sticky keys modifies an entire scroll sequence instead of just a single event.
tengs@chromium.org
2013-12-04
3
-17
/
+123
*
Bumping up the limit of users to 10 and adding UMA stats for user count
skuhne@chromium.org
2013-12-04
2
-0
/
+8
*
Update Ash Display when resizing Metro window
scottmg@chromium.org
2013-12-04
2
-0
/
+5
*
Fix popup crash on ChromeOS.
dewittj@chromium.org
2013-12-04
2
-0
/
+13
*
Update shelf when overlapping dragged windows exist
varkha@chromium.org
2013-12-04
3
-17
/
+92
*
Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...
brettw@chromium.org
2013-12-03
1
-2
/
+2
*
Record user actions for Ash accelerators.
stevet@chromium.org
2013-12-03
3
-320
/
+544
*
Remove unused ColoredWindowController/DesktopBackgroundFadeController
oshima@chromium.org
2013-12-03
7
-309
/
+0
*
Enable immersive fullscreen for hosted apps part 2
pkotwicz@chromium.org
2013-12-03
2
-1
/
+13
*
Enable revealing the top-of-window views in immersive fullscreen when the mou...
pkotwicz@chromium.org
2013-12-03
3
-106
/
+134
*
Restores maximized browser before dragging a tab.
varkha@chromium.org
2013-12-02
2
-5
/
+8
*
Use a forward-declare of views::View in views/border.h
tapted@chromium.org
2013-12-02
1
-0
/
+1
*
Changes sequence of docked animations when evicting windows from dock. Window...
varkha@chromium.org
2013-12-02
3
-7
/
+125
*
events: Remove KeyEvent::Copy().
sadrul@chromium.org
2013-12-02
2
-3
/
+3
*
aura/ash cleanup: Use a single window-key for constrained windows.
sadrul@chromium.org
2013-12-02
4
-9
/
+2
*
ash: Increase shelf tooltip show up delay to 1s.
xiyuan@chromium.org
2013-12-02
1
-1
/
+1
*
Fixing focus highlight on high DPI devices for accessibility
skuhne@chromium.org
2013-12-02
6
-36
/
+12
*
events: Introduce EventTargeter.
sadrul@chromium.org
2013-12-02
2
-0
/
+12
*
Move EmptyString, kWhitespace and the BOM to base.
brettw@chromium.org
2013-12-02
2
-2
/
+2
*
Set long-press affordance widget as non-focusable
mohsen@chromium.org
2013-11-30
1
-0
/
+1
*
Kill unused CrossFadeWindowBetweenWorkspaces()
pkotwicz@chromium.org
2013-11-28
2
-25
/
+0
*
Undocks window first before side-snapping bounds. Side-snapped state is now m...
varkha@chromium.org
2013-11-28
10
-68
/
+218
*
[ash] drag and drop from app list to shelf is not working in secondary monitor.
simonhong@chromium.org
2013-11-28
1
-31
/
+31
*
[ash] Cannot re-insert an item in the scrolled OverflowBubble
simonhong@chromium.org
2013-11-26
8
-10
/
+161
*
GTTF: enable new test launcher for ash_unittests, events_unittests, and keybo...
phajdan.jr@chromium.org
2013-11-26
1
-1
/
+7
*
x11: Clean up XEvent construction code for tests.
sadrul@chromium.org
2013-11-26
3
-58
/
+29
*
Revert of https://codereview.chromium.org/82763010/
benwells@chromium.org
2013-11-26
3
-29
/
+58
*
x11: Clean up XEvent construction code for tests.
sadrul@chromium.org
2013-11-26
3
-58
/
+29
*
events: Move test related functions into a separate target.
sadrul@chromium.org
2013-11-25
6
-9
/
+9
*
Avoids centering docked windows, Unsnaps when centering.
varkha@chromium.org
2013-11-25
3
-4
/
+46
[next]