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
*
Implement cursor compositing mode on Ash
hshi@chromium.org
2014-02-06
1
-0
/
+7
*
Merge BaseLayoutManager into WorkspaceLayoutManager
oshima@chromium.org
2014-02-04
1
-1
/
+0
*
Renames LauncherID, LauncherItem and LauncherItems...
tfarina@chromium.org
2014-02-03
1
-1
/
+1
*
Provide real GPUSupport to ash for Chrome
jamescook@chromium.org
2014-01-31
1
-23
/
+3
*
Reland a11y keyboard.
kevers@chromium.org
2014-01-29
1
-1
/
+13
*
Revert 247420 "Add a11y on-screen keyboard."
eugenis@chromium.org
2014-01-28
1
-13
/
+1
*
Add a11y on-screen keyboard.
kevers@chromium.org
2014-01-28
1
-1
/
+13
*
Excludes ResolutionNotificationController for non-ChromeOS.
mukai@chromium.org
2014-01-22
1
-2
/
+6
*
Chrome OS: avoid suspending on lid close when casting is active.
hshi@chromium.org
2014-01-17
1
-0
/
+7
*
Screen cleanup:
oshima@chromium.org
2014-01-17
1
-10
/
+3
*
Inject GPUDataManager support into ash to abstract a content dependency.
ben@chromium.org
2014-01-16
1
-8
/
+25
*
Revert 245010 "Inject GPUDataManager support into ash to abstrac..."
ben@chromium.org
2014-01-15
1
-25
/
+8
*
Inject GPUDataManager support into ash to abstract a content dependency.
ben@chromium.org
2014-01-15
1
-8
/
+25
*
Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...
pkotwicz@chromium.org
2014-01-15
1
-4
/
+15
*
Lock down DEPS a bit more.
ben@chromium.org
2014-01-14
1
-1
/
+0
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-1
/
+1
*
Revert 242116 "Use a single ToplevelWindowEventHandler for the a..."
pkotwicz@chromium.org
2013-12-20
1
-14
/
+4
*
Use a single ToplevelWindowEventHandler for the ash::Shell. This is part 1 in...
pkotwicz@chromium.org
2013-12-20
1
-4
/
+14
*
Move sticky keys files to their own directory and rename to StickyKeysControl...
tengs@chromium.org
2013-12-20
1
-4
/
+4
*
Rename Launcher to Shelf.
tfarina@chromium.org
2013-12-19
1
-11
/
+11
*
Use exact match when removing selector items on window destroying observation.
flackr@chromium.org
2013-12-16
1
-0
/
+1
*
Adding UMA metric tracking to the status are menu and related tray views to t...
harrym@chromium.org
2013-12-13
1
-1
/
+2
*
[ash] Create ShelfWindowWatcherItemDelegate
simonhong@chromium.org
2013-12-13
1
-2
/
+3
*
Rename LauncherDelegate to ShelfDelegate.
tfarina@chromium.org
2013-12-09
1
-9
/
+8
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
1
-13
/
+26
*
Revert 239232 "Make sure WindowObservers are removed from window..."
oshima@chromium.org
2013-12-06
1
-22
/
+11
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
1
-11
/
+22
*
[ash] Add ShelfWindowWatcher
simonhong@chromium.org
2013-12-06
1
-0
/
+5
*
ash: Rename more Launcher classes to Shelf*.
tfarina@chromium.org
2013-12-04
1
-12
/
+11
*
events: Introduce EventTargeter.
sadrul@chromium.org
2013-12-02
1
-0
/
+10
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-1
/
+1
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-1
/
+1
*
Adding 2 simple UMA stats to track shelf alignment usage, firstly track when ...
harrym@chromium.org
2013-11-19
1
-0
/
+1
*
Add a full screen virtual keyboard to virtual keyboard root window
bshe@chromium.org
2013-11-18
1
-9
/
+22
*
ash: Add GetItemIndexForType() function to ShelfModel.
tfarina@chromium.org
2013-11-18
1
-2
/
+1
*
Revert r235502 "Add a full screen virtual keyboard to virtual keyboard root w...
thakis@chromium.org
2013-11-17
1
-22
/
+9
*
Add a full screen virtual keyboard to virtual keyboard root window
bshe@chromium.org
2013-11-16
1
-9
/
+22
*
Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...
ben@chromium.org
2013-11-15
1
-1
/
+1
*
ash: Rename LauncherModel to ShelfModel.
tfarina@chromium.org
2013-11-14
1
-11
/
+10
*
Remove restrictions for cursor visibility from CompoundEventFilter
tdanderson@chromium.org
2013-11-14
1
-6
/
+0
*
Remove some uses of RootWindow in Ash.
ben@chromium.org
2013-11-09
1
-1
/
+1
*
Elim Shell:browser_context
stevenjb@chromium.org
2013-11-08
1
-1
/
+0
*
Eliminate Shell::RootWindowList in favor of aura::Window::Windows.
ben@chromium.org
2013-11-08
1
-3
/
+3
*
Revert 233787 "Eliminate Shell::RootWindowList in favor of aura:..."
ben@chromium.org
2013-11-08
1
-3
/
+3
*
Eliminate Shell::RootWindowList in favor of aura::Window::Windows.
ben@chromium.org
2013-11-08
1
-3
/
+3
*
Sticky keys modifies mouse click and scroll events in addition to key events.
tengs@chromium.org
2013-11-08
1
-0
/
+8
*
Makes Shell::GetParentTarget() return Env
sky@chromium.org
2013-11-05
1
-1
/
+1
*
ash: Rename GetLauncherItemIndexForType to GetShelfItemIndexForType().
tfarina@chromium.org
2013-11-01
1
-2
/
+2
*
Introduce MediaDelegate
oshima@chromium.org
2013-11-01
1
-0
/
+4
*
Process --ash-host-window-bounds first
oshima@chromium.org
2013-10-31
1
-7
/
+8
[next]