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
/
ui
/
aura
/
root_window.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move root_window.* to window_event_dispatcher.*
ben@chromium.org
2014-02-21
1
-329
/
+0
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
1
-23
/
+27
*
Remove some methods from RootWindow that really belong on the WTH.
ben@chromium.org
2014-02-16
1
-29
/
+4
*
Do not consider drag capture window activatable for window selection.
flackr@chromium.org
2014-02-06
1
-1
/
+3
*
aura: Remove event-dispatch methods from WindowTreeHostDelegate interface.
sadrul@chromium.org
2014-01-31
1
-4
/
+0
*
aura: Dispatch mouse events using the EventProcessor interface.
sadrul@chromium.org
2014-01-18
1
-10
/
+2
*
aura/ash: Misc nits.
sadrul@chromium.org
2014-01-13
1
-1
/
+1
*
aura: Fix a couple of issues related to held touch events.
sadrul@chromium.org
2014-01-13
1
-0
/
+1
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-10
1
-6
/
+0
*
Revert 244005 "Remove SetHostSize/Bounds from RootWindow in favo..."
noamsml@google.com
2014-01-10
1
-0
/
+6
*
Remove SetHostSize/Bounds from RootWindow in favor of just calling SetBounds(...
ben@chromium.org
2014-01-09
1
-6
/
+0
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-14
/
+14
*
aura: Use EventPrcessor interface for dispatching touch events.
sadrul@chromium.org
2014-01-07
1
-2
/
+1
*
Move some non-event related functionality from RootWindow onto RootWindowHost.
ben@chromium.org
2013-12-19
1
-35
/
+0
*
aura: Start using EventPrcessor interface for event dispatch.
sadrul@chromium.org
2013-12-13
1
-1
/
+6
*
aura: Start updating aura to use EventProcessor for event dispatch.
sadrul@chromium.org
2013-12-06
1
-4
/
+13
*
Cancel active touches when their window can no longer receive events.
tdresser@chromium.org
2013-11-26
1
-3
/
+3
*
Revert 236017 "Move some non-event related functionality from Ro..."
ben@chromium.org
2013-11-20
1
-0
/
+35
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-14
/
+14
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-14
/
+14
*
Move some non-event related functionality from RootWindow onto RootWindowHost.
ben@chromium.org
2013-11-19
1
-35
/
+0
*
Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowH...
ben@chromium.org
2013-11-15
1
-40
/
+7
*
Rename root_window_host.h to window_tree_host.h
ben@chromium.org
2013-11-13
1
-1
/
+1
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-18
/
+10
*
Revert 234428 "Make RootWindow not subclass Window."
ben@chromium.org
2013-11-12
1
-10
/
+18
*
Make RootWindow not subclass Window.
ben@chromium.org
2013-11-12
1
-18
/
+10
*
Remove some uses of RootWindow in Ash.
ben@chromium.org
2013-11-09
1
-0
/
+4
*
events: Introduce EventDispatchDetails.
sadrul@chromium.org
2013-11-08
1
-18
/
+29
*
Revert 230981 "Make TRANSPARENT windows be layered windows on wi..."
scottmg@chromium.org
2013-11-01
1
-3
/
+0
*
Ensure on Windows AURA that the cursor stays within the bounds of the window ...
ananta@chromium.org
2013-10-31
1
-0
/
+3
*
Fixes possible use after free in RootWindow::DispatchHeldEvents
sky@chromium.org
2013-10-31
1
-4
/
+2
*
Disable broken reposting of gesture events
rbyers@chromium.org
2013-10-30
1
-4
/
+1
*
Make GetRootWindow() return a Window instead of a RootWindow.
ben@chromium.org
2013-10-25
1
-3
/
+3
*
Make TRANSPARENT windows be layered windows on win aura
scottmg@chromium.org
2013-10-25
1
-0
/
+3
*
Adds back logic to reset mouse handlers in other roots on capture
sky@chromium.org
2013-10-25
1
-0
/
+1
*
Add show press gesture and remove tap down deferral
tdresser@chromium.org
2013-10-22
1
-1
/
+1
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-12
/
+3
*
Revert r229753 "Gesture recognizer must be a singleton accross all aura::Root...
pfeldman@chromium.org
2013-10-21
1
-3
/
+12
*
Gesture recognizer must be a singleton accross all aura::RootWindows
varunjain@chromium.org
2013-10-21
1
-12
/
+3
*
Resort RootWindow methods
ben@chromium.org
2013-10-18
1
-29
/
+17
*
Pulls common compositor integration stuff (draw scheduling, mostly) into ui::...
ben@chromium.org
2013-10-17
1
-21
/
+1
*
Removes debugging code
sky@chromium.org
2013-10-16
1
-25
/
+0
*
Makes RootWindow::RepostEvent() target capture window
sky@chromium.org
2013-10-10
1
-1
/
+1
*
Fix WeakPtrFactory ordering problems in ui
dmichael@chromium.org
2013-10-09
1
-9
/
+11
*
More debugging code for RootWindow holding onto deleted aura::Window
sky@chromium.org
2013-10-01
1
-16
/
+16
*
Adds debugging to track down why mouse_moved_handler_ is bogus
sky@chromium.org
2013-09-25
1
-1
/
+26
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
1
-2
/
+2
*
Dispatch a ui::ET_MOUSE_EXITED event when the cursor becomes invisible
tdanderson@google.com
2013-09-20
1
-0
/
+3
*
Moves ui/base/events to ui/events
sky@chromium.org
2013-09-18
1
-2
/
+2
*
Nukes RootWindow::mouse_event_dispatch_target_
sky@chromium.org
2013-09-11
1
-5
/
+0
[next]