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
*
Merge 176569
mazda@chromium.org
2013-01-16
2
-1
/
+27
*
Merge 173933
mazda@chromium.org
2013-01-16
6
-76
/
+391
*
Merge 175814
derat@chromium.org
2013-01-09
2
-10
/
+11
*
Merge 173760
nkostylev@chromium.org
2013-01-09
4
-11
/
+17
*
Merge 173851
derat@chromium.org
2013-01-02
1
-0
/
+3
*
events: Update mouse-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-18
21
-93
/
+88
*
Disable ash tests on Windows that rely on multiple displays or display resizing
scottmg@chromium.org
2012-12-17
1
-4
/
+29
*
Consolidate dialog style flags and strings; etc.
msw@chromium.org
2012-12-17
1
-29
/
+6
*
Enables storing shelf's auto_hide_behavior and alignment per display.
mukai@chromium.org
2012-12-17
2
-2
/
+2
*
Fix black background when locking with fullscreen window:
antrim@chromium.org
2012-12-17
5
-436
/
+1271
*
Revert 173417 - Broke on win_aura
rsleevi@chromium.org
2012-12-17
3
-170
/
+1
*
Yet another approach. Not pretty, but simple and works.
mtomasz@chromium.org
2012-12-17
3
-1
/
+170
*
Adust fonts (part of 137349): Use standard font sizes in Ash.
sschmitz@chromium.org
2012-12-17
2
-10
/
+5
*
ash: Add missing 'virtual' annotations to SetUp() and TearDown() overrides.
tfarina@chromium.org
2012-12-15
3
-3
/
+3
*
EscapeReverts and MinimizeMaximizeCompletes constantly failing on win_aura
rogerta@chromium.org
2012-12-14
1
-2
/
+9
*
events: Update key-event handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
16
-42
/
+42
*
events: Update scroll and touch handlers to not return EventResult.
sadrul@chromium.org
2012-12-14
10
-24
/
+20
*
Get the rest of the ash_unittests to pass with the new FocusController (!)
ben@chromium.org
2012-12-14
5
-46
/
+46
*
Adds the concept of toplevel windows to FocusRules.
ben@chromium.org
2012-12-12
2
-0
/
+5
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
12
-67
/
+67
*
Desktop aura: Start removing views::Widget::CreateWindow()
erg@chromium.org
2012-12-12
1
-1
/
+3
*
Revert 172624 - Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
12
-73
/
+68
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
12
-68
/
+73
*
[Cleanup] rename tray_delegate -> system_tray_delegate
oshima@chromium.org
2012-12-12
2
-2
/
+2
*
- Show app list on 2nd launcher
oshima@chromium.org
2012-12-11
4
-26
/
+24
*
Consolidates activation and focus change observers a bit.
ben@chromium.org
2012-12-11
4
-19
/
+25
*
ash: Allow enforcing the window-restore bounds when restoring from a minimize...
sadrul@chromium.org
2012-12-11
8
-3
/
+76
*
[Launcher per display] Removed Shell::status_area_widget(), system_tray()
oshima@chromium.org
2012-12-10
2
-25
/
+21
*
[Clenup] Split ShellTestApi into separate file
oshima@chromium.org
2012-12-08
4
-6
/
+10
*
More ash_unittests run without crashing/pass with new focus controller.
ben@chromium.org
2012-12-07
3
-1
/
+31
*
Enable modal windows to be dragged to another monitors.
mazda@chromium.org
2012-12-07
5
-11
/
+150
*
Make Shift+Alt+S to show the system tray bubble.
mazda@chromium.org
2012-12-06
1
-3
/
+3
*
Extract the code for supporing extended desktop from WorkspaceWindowResizer i...
mazda@chromium.org
2012-12-06
8
-460
/
+651
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
3
-1
/
+76
*
Supports multi-display in PartialScreenshotView.
mukai@chromium.org
2012-12-06
4
-70
/
+106
*
app_list: Improve initial icon loading.
xiyuan@chromium.org
2012-12-05
2
-16
/
+10
*
A few basic focus controller changes to get out of the way before getting ash...
ben@chromium.org
2012-12-05
2
-7
/
+7
*
OWN ash/wm/gestures/
sadrul@chromium.org
2012-12-05
1
-0
/
+1
*
Fix crash due to NULL WindowDelegate.
varunjain@chromium.org
2012-12-05
1
-0
/
+3
*
Move attached windows instead of preventing main window from shrinking.
koz@chromium.org
2012-12-05
2
-6
/
+10
*
Use the correct launcher assets for shelf alignment.
oshima@chromium.org
2012-12-05
3
-37
/
+63
*
Extract the code of showing a dragging window on another display from Phantom...
mazda@chromium.org
2012-12-04
9
-189
/
+281
*
Cleanup enums for shelf
oshima@chromium.org
2012-12-04
6
-210
/
+175
*
Fleshes out the basic set of focus rules a bit more.
ben@chromium.org
2012-12-04
2
-24
/
+72
*
Add policy for ash launcher auto-hide behavior
bartfab@chromium.org
2012-12-04
1
-2
/
+0
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
15
-48
/
+52
*
ash: Use skia::RefPtr to replace manual ref-counting.
danakj@chromium.org
2012-12-04
1
-11
/
+11
*
Remove CursorManager::cursor_visible(), which is no longer necessary.
mazda@chromium.org
2012-12-04
5
-29
/
+26
*
Hook up the FocusController behind a flag.
ben@chromium.org
2012-12-03
11
-27
/
+31
*
Implement workspace scrubbing
pkotwicz@chromium.org
2012-12-02
6
-1
/
+188
[next]