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
/
wm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cros touch] Proper handling of non-maximized/fullscreen windows in lock scre...
nkostylev@chromium.org
2014-06-20
2
-17
/
+125
*
Added ignored_by_shelf bit to overview mode selection widget.
nsatragno@chromium.org
2014-06-19
1
-0
/
+4
*
Change to CustomFrameView Caption Button Inset.
jonross@chromium.org
2014-06-18
1
-2
/
+4
*
WorkspaceLayoutManager backdrop should fill entire region.
jonross@chromium.org
2014-06-18
5
-7
/
+45
*
Refactor views::Label and gfx::RenderText shadow functions.
msw@chromium.org
2014-06-18
1
-3
/
+2
*
Add const to PanelLayoutManagerTest::IsPanelAboveLauncherIcon 'panel' parameter
bruthig@chromium.org
2014-06-16
1
-4
/
+2
*
Close Button on Panels in Overview Mode
jonross@chromium.org
2014-06-16
6
-119
/
+198
*
Fixes unittests with --enable-text-input-focus-manager flag enabled.
yukishiino@chromium.org
2014-06-16
1
-2
/
+14
*
Add UMA metrics for time spent in touchview.
girard@chromium.org
2014-06-14
2
-2
/
+79
*
Fixed panel callout widgets showing up in the overview.
nsatragno@chromium.org
2014-06-12
6
-42
/
+58
*
Added UMA stats to overview mode
nsatragno@chromium.org
2014-06-12
5
-12
/
+47
*
Lock Rotation on user settings changes
jonross@chromium.org
2014-06-12
3
-14
/
+105
*
ash: Make wm::WindowState's c'tor private.
derat@chromium.org
2014-06-10
2
-23
/
+26
*
Move MaximizeModeWindowManager to the controller
jonross@chromium.org
2014-06-09
6
-20
/
+70
*
Fixed Ash.WindowSelector.TimeInOverview UMA metric reporting wrong time.
nsatragno@chromium.org
2014-06-07
1
-0
/
+1
*
Fix pressing enter key crashes overview mode without a
nsatragno@chromium.org
2014-06-07
2
-8
/
+33
*
Added arrow key navigation to Overview Mode
nsatragno@chromium.org
2014-06-06
9
-269
/
+827
*
Blocked volume up/down events that originated from remapped function keys.
bruthig@chromium.org
2014-06-06
2
-11
/
+38
*
Add LockLayoutManager responsible for lock container (login/lock).
nkostylev@chromium.org
2014-06-06
6
-0
/
+648
*
compositor: Tick the UI animations from cc, instead of from timer callbacks.
sadrul@chromium.org
2014-06-05
1
-14
/
+10
*
Prevent a11y on-screen keyboard from occluding active text field.
kevers@chromium.org
2014-06-04
4
-0
/
+138
*
Refactor app list so AppsGridView owns the PaginationModel.
mgiuca@chromium.org
2014-06-04
2
-23
/
+32
*
Fixing problem with edge swipe exiting immersive mode
skuhne@chromium.org
2014-06-03
6
-2
/
+100
*
Revert r274404 and r274409:
tzik@chromium.org
2014-06-03
2
-17
/
+14
*
compositor: Tick the UI animations from cc, instead of from timer callbacks.
sadrul@chromium.org
2014-06-03
2
-14
/
+17
*
Disabled WindowSelectorTest.MinimizedWindowVisibility due to crash in Skia.
joaodasilva@chromium.org
2014-06-01
1
-1
/
+3
*
ash: Fix VideoDetectorTest's WindowState usage.
derat@chromium.org
2014-05-30
2
-10
/
+14
*
Moving default minimize location to the app launcher item.
skuhne@chromium.org
2014-05-30
1
-9
/
+21
*
Removes --ash_disable-docked-windows flag
varkha@chromium.org
2014-05-29
5
-65
/
+19
*
MacViews: Minimal to get views_unittests to compile.
tapted@chromium.org
2014-05-29
1
-5
/
+5
*
Using tap gesture instead of touch to activate windows in overview mode
nsatragno@chromium.org
2014-05-29
17
-213
/
+333
*
Implementing the dispatch of the swipe gesture for one-finger touch swipes.
mfomitchev@chromium.org
2014-05-28
2
-2
/
+5
*
Lock rotation when screen is manually rotated.
jonross@chromium.org
2014-05-27
3
-39
/
+75
*
Kill animations on screen rotation.
girard@chromium.org
2014-05-27
1
-1
/
+5
*
Require at least a 25 degree rise angle before changing screen rotation.
flackr@chromium.org
2014-05-27
1
-2
/
+4
*
Fix crash on key events in touchview.
flackr@chromium.org
2014-05-26
1
-1
/
+4
*
Re-Reland Linux Window Control Alignment
jonross@chromium.org
2014-05-23
1
-2
/
+19
*
Revert 272352 "Reland Linux Window Control Alignment"
fgorski@chromium.org
2014-05-22
1
-19
/
+2
*
Reland Linux Window Control Alignment
jonross@chromium.org
2014-05-22
1
-2
/
+19
*
Remove dispatcher when shutting down RootWindowController
oshima@chromium.org
2014-05-22
2
-9
/
+1
*
Only block internal touchpad and allow external mice to continue working in m...
flackr@chromium.org
2014-05-22
7
-13
/
+227
*
Retires ui::TranslatedKeyEvent and replaces it with KeyEvent.
yukishiino@chromium.org
2014-05-22
1
-3
/
+1
*
Add OnDisplayMetricsChanged in DisplayObserver.
mlamouri@chromium.org
2014-05-22
4
-13
/
+15
*
views: Also const-ify GetMaximumSize().
erg@chromium.org
2014-05-21
1
-1
/
+1
*
Re-landing "Suppressed screen rotation notifications triggeres by the acceler...
bruthig@chromium.org
2014-05-21
3
-7
/
+98
*
Revert of Add OnDisplayMetricsChanged in DisplayObserver. (https://codereview...
zea@chromium.org
2014-05-20
4
-15
/
+13
*
Add OnDisplayMetricsChanged in DisplayObserver.
mlamouri@chromium.org
2014-05-20
4
-13
/
+15
*
clang: Turn on -Wabsolute-value.
thakis@chromium.org
2014-05-20
1
-2
/
+2
*
views: Make view::Views::GetPreferredSize() const.
erg@chromium.org
2014-05-20
5
-5
/
+5
*
Revert 271468 "Revert of [Refactor] Consolidate the logic for wh..."
erg@chromium.org
2014-05-19
10
-11
/
+2
[next]