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
/
shell.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: Shelf Widget
harrym@chromium.org
2013-03-09
1
-9
/
+16
*
Re-home the global MessageCenter to support Ash+Win environments.
dewittj@chromium.org
2013-03-05
1
-6
/
+0
*
Provides more types of errors for display status (2nd)
mukai@chromium.org
2013-03-01
1
-4
/
+9
*
Revert 185456 which broke win aura build.
mattm@chromium.org
2013-03-01
1
-9
/
+4
*
Provides more types of errors for display status.
mukai@chromium.org
2013-03-01
1
-4
/
+9
*
Makes ShadowController per-ActivationController and moves shared bits
sky@chromium.org
2013-02-27
1
-1
/
+1
*
Rework ash::CursorManager into a corewm object, to share code with desktop.
erg@chromium.org
2013-02-27
1
-0
/
+4
*
Gets tooltips to work for desktop aura. This constrains the tooltips
sky@chromium.org
2013-02-23
1
-4
/
+4
*
Fix dependency on scoped_ptr::reset sequencing in ash::DisplayController
dcheng@chromium.org
2013-02-20
1
-1
/
+4
*
Differentiate invisible cursor mode and disabled mouse events mode.
mazda@chromium.org
2013-02-04
1
-4
/
+6
*
Replace DialogFrameView with an enhanced BubbleFrameView.
msw@chromium.org
2013-02-04
1
-5
/
+3
*
Changes FocusController to use the new window hierarchy notifications to corr...
ben@chromium.org
2013-01-31
1
-0
/
+4
*
Small refactorings on chrome://gpu before I move it to src/content.
jam@chromium.org
2013-01-31
1
-1
/
+2
*
Update display info and root windows only after outputs are configured
oshima@chromium.org
2013-01-30
1
-5
/
+11
*
Minimize black screen during the boot with multi displays
oshima@chromium.org
2013-01-30
1
-1
/
+5
*
Start delegating notifications to MessageCenter on Windows.
dimich@chromium.org
2013-01-23
1
-0
/
+7
*
Finally rip the global StackingClient bandaid off.
erg@chromium.org
2013-01-22
1
-9
/
+0
*
Enable launcher on all displays by default
oshima@chromium.org
2013-01-17
1
-1
/
+1
*
Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failure
erg@chromium.org
2013-01-16
1
-0
/
+9
*
Finally rip the global StackingClient bandaid off.
erg@chromium.org
2013-01-16
1
-9
/
+0
*
Make ui_controls only usable from interactive_ui_tests. This has two benefits:
jam@chromium.org
2013-01-14
1
-3
/
+0
*
Fixes for FocusController to make it pass interactive_ui_tests.
ben@chromium.org
2013-01-11
1
-1
/
+1
*
Scaling scroll/fling events in multi-monitor setup
sheckylin@chromium.org
2013-01-10
1
-0
/
+4
*
Implement rough new dialog style.
msw@google.com
2013-01-07
1
-1
/
+1
*
Search next activate window from the active root window.
oshima@chromium.org
2012-12-28
1
-5
/
+11
*
DCHECK->CHECK to catch error in the field.
oshima@chromium.org
2012-12-27
1
-2
/
+2
*
Move ash/wm's DialogFrameView to ui/views/window; etc.
msw@chromium.org
2012-12-19
1
-2
/
+2
*
Make the cursor have separate mode for disabled mouse events and invisible.
mazda@chromium.org
2012-12-19
1
-1
/
+1
*
Enable new lock animations by default
antrim@chromium.org
2012-12-18
1
-3
/
+3
*
Revert 173731 - interactive_ui_tests" on "Linux ChromiumOS Tests (dbg)(3)
nkostylev@chromium.org
2012-12-18
1
-3
/
+3
*
Enable new lock animations by default
antrim@chromium.org
2012-12-18
1
-3
/
+3
*
A short-term workaround for crash in ShowContextMenu
oshima@chromium.org
2012-12-18
1
-1
/
+9
*
Consolidate dialog style flags and strings; etc.
msw@chromium.org
2012-12-17
1
-1
/
+2
*
Enables storing shelf's auto_hide_behavior and alignment per display.
mukai@chromium.org
2012-12-17
1
-2
/
+4
*
Show all launchers upon login when launcher-per-diplay is enabled.
oshima@chromium.org
2012-12-15
1
-1
/
+8
*
ash: Add RootWindowHostFactory class.
reveman@chromium.org
2012-12-14
1
-0
/
+2
*
Get the rest of the ash_unittests to pass with the new FocusController (!)
ben@chromium.org
2012-12-14
1
-1
/
+2
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-6
/
+9
*
Revert 172624 - Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-9
/
+6
*
Remove a bunch of stuff related to Focus/Activation events.
ben@chromium.org
2012-12-12
1
-6
/
+9
*
- Show app list on 2nd launcher
oshima@chromium.org
2012-12-11
1
-3
/
+19
*
Remove observers from SystemTrayNotifier on destruction
oshima@chromium.org
2012-12-11
1
-5
/
+4
*
[Launcher per display] Removed Shell::status_area_widget(), system_tray()
oshima@chromium.org
2012-12-10
1
-9
/
+12
*
[Clenup] Split ShellTestApi into separate file
oshima@chromium.org
2012-12-08
1
-28
/
+0
*
More ash_unittests run without crashing/pass with new focus controller.
ben@chromium.org
2012-12-07
1
-0
/
+13
*
Promote views::InputMethodWin to ui/base/ime and get working. Cleanup surroun...
sky@chromium.org
2012-12-06
1
-1
/
+2
*
Get some of the ash_unittests to run without crashing.
ben@chromium.org
2012-12-06
1
-1
/
+1
*
A few basic focus controller changes to get out of the way before getting ash...
ben@chromium.org
2012-12-05
1
-7
/
+2
*
Add policy for ash launcher auto-hide behavior
bartfab@chromium.org
2012-12-04
1
-11
/
+0
*
Hook up the FocusController behind a flag.
ben@chromium.org
2012-12-03
1
-10
/
+31
[next]