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
/
demo
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-18
1
-2
/
+2
*
Revert 206507 "Move message_pump to base/message_loop."
brettw@chromium.org
2013-06-14
1
-2
/
+2
*
Move message_pump to base/message_loop.
brettw@chromium.org
2013-06-14
1
-2
/
+2
*
Remove unnecessary ui::CompositorTestSupport
jamesr@chromium.org
2013-05-30
1
-4
/
+0
*
Revert 202787 "Remove unnecessary ui::CompositorTestSupport"
kinuko@chromium.org
2013-05-29
1
-0
/
+4
*
Remove unnecessary ui::CompositorTestSupport
jamesr@chromium.org
2013-05-29
1
-4
/
+0
*
ui: Use base::MessageLoop.
xhwang@chromium.org
2013-04-29
1
-2
/
+2
*
ui/aura: Remove unnecessary scoped_ptr ".get()" calls.
tfarina@chromium.org
2013-04-23
1
-1
/
+1
*
aura: Remove the remaining references to ui/aura/shared.
tfarina@chromium.org
2013-02-19
1
-3
/
+0
*
move --aura-host-window-size to --ash-host-window-bounds
oshima@chromium.org
2013-02-15
1
-3
/
+3
*
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
rsleevi@chromium.org
2013-02-06
1
-1
/
+1
*
Finally rip the global StackingClient bandaid off.
erg@chromium.org
2013-01-22
1
-2
/
+2
*
Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failure
erg@chromium.org
2013-01-16
1
-2
/
+2
*
Finally rip the global StackingClient bandaid off.
erg@chromium.org
2013-01-16
1
-2
/
+2
*
Consolidates activation and focus change observers a bit.
ben@chromium.org
2012-12-11
1
-2
/
+0
*
events: Change gesture-event handler in EventHandler to not return any values.
sadrul@chromium.org
2012-12-04
1
-14
/
+0
*
Revert 170082 - Remove compositor_test_support
dcheng@chromium.org
2012-11-29
1
-0
/
+4
*
Remove compositor_test_support
piman@chromium.org
2012-11-28
1
-4
/
+0
*
Desktop aura: Break aura::Window::SetParent in two.
erg@chromium.org
2012-11-28
1
-3
/
+3
*
Makes windows obey their maximum size constraints on chromeos.
koz@chromium.org
2012-11-26
1
-0
/
+5
*
Revert 169355 - Remove compositor_test_support
stevet@chromium.org
2012-11-23
1
-0
/
+4
*
Remove compositor_test_support
piman@chromium.org
2012-11-23
1
-4
/
+0
*
Revert r168447 "Makes windows obey their maximum size constraints on chromeos."
oshima@chromium.org
2012-11-17
1
-5
/
+0
*
Makes windows obey their maximum size constraints on chromeos.
koz@chromium.org
2012-11-17
1
-0
/
+5
*
- Move DisplayManager and DisplayChangeObserverX11 from aura
oshima@chromium.org
2012-11-14
1
-3
/
+5
*
re-re-land of https://codereview.chromium.org/11364053/
scottmg@chromium.org
2012-11-14
1
-1
/
+2
*
Revert 167431 - reland of https://codereview.chromium.org/11364053/
scottmg@chromium.org
2012-11-13
1
-2
/
+1
*
reland of https://codereview.chromium.org/11364053/
scottmg@chromium.org
2012-11-13
1
-1
/
+2
*
Revert 167245 - Currently, the ash and desktop implementations of StackingCli...
scottmg@chromium.org
2012-11-12
1
-2
/
+1
*
Currently, the ash and desktop implementations of StackingClient stomp each o...
scottmg@google.com
2012-11-12
1
-1
/
+2
*
Move aura shared and desktop classes to the views target. Note that the files...
ben@chromium.org
2012-11-02
1
-4
/
+3
*
Revert 165719 - Move aura shared and desktop classes to the views target. Not...
ben@chromium.org
2012-11-02
1
-3
/
+4
*
Move aura shared and desktop classes to the views target. Note that the files...
ben@chromium.org
2012-11-02
1
-4
/
+3
*
Listen in the browser for a connection from a metro viewer process.
scottmg@google.com
2012-10-01
1
-12
/
+1
*
events: Clean up dispatching code for touch-events.
sadrul@chromium.org
2012-09-27
1
-2
/
+2
*
Bunch of boilerplate to set up a process, ipc, etc.
scottmg@google.com
2012-09-18
1
-12
/
+27
*
Makes copying layers clone external textures.
sky@chromium.org
2012-09-13
1
-0
/
+3
*
events: Move EventTarget into Event.
sadrul@chromium.org
2012-09-07
1
-13
/
+14
*
events: Move some files into ui/base/events/
sadrul@chromium.org
2012-09-04
1
-2
/
+2
*
events: Get rid of GestureStatus in favour of EventResult.
sadrul@chromium.org
2012-09-04
1
-2
/
+2
*
Remove GestureEvent interface, and rename GestureEventImpl to GestureEvent.
sadrul@chromium.org
2012-08-10
1
-1
/
+1
*
Remove TouchEvent interface, and rename TouchEventImpl to TouchEvent.
sadrul@chromium.org
2012-08-09
1
-1
/
+1
*
Convert Aura to use ui::Event.
ben@chromium.org
2012-08-08
1
-5
/
+6
*
aura: Rename OnWindowVisisbilityChanged() to OnWindowTargetVisibilityChanged().
tfarina@chromium.org
2012-07-30
1
-1
/
+1
*
Set CaptureClient instance for aura_demo and aura_bench
hongbo.min@intel.com
2012-07-24
2
-0
/
+11
*
Relanding r144499:
oshima@chromium.org
2012-06-27
1
-3
/
+3
*
Revert r 144499 "Rename the remaining usage of Monitor to Display"
oshima@chromium.org
2012-06-27
1
-3
/
+3
*
Rename the remaining usage of Monitor to Display
oshima@chromium.org
2012-06-27
1
-3
/
+3
*
This is the 1st CL to add Virtual Screen Coordinates to ash.
oshima@chromium.org
2012-06-23
1
-1
/
+2
*
aura: Fix WidgetFocusChangeListener::OnNativeFocusChange().
derat@chromium.org
2012-06-18
1
-1
/
+1
[next]