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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...
ben@chromium.org
2012-02-03
1
-0
/
+2
*
Disable animations during aura tests.
vollick@google.com
2012-02-02
1
-0
/
+4
*
Revert 120092 - Reland 120074 -- Disable animations during aura tests.
vollick@google.com
2012-02-01
1
-4
/
+0
*
Reland 120074 -- Disable animations during aura tests.
vollick@google.com
2012-02-01
1
-0
/
+4
*
Revert 120074 - Disable animations during aura tests.
vollick@google.com
2012-02-01
1
-4
/
+0
*
Disable animations during aura tests.
vollick@google.com
2012-02-01
1
-0
/
+4
*
Cleanup: Delete some 0 byte files that are still lying around as a result of ...
thestig@chromium.org
2012-02-01
2
-0
/
+0
*
Remove Owner param to EventFilter's ctor.
ben@chromium.org
2012-01-31
2
-4
/
+3
*
Fix a bug where in the shell the modal window was being visually stacked belo...
ben@chromium.org
2012-01-30
2
-0
/
+40
*
aura: Add Layer::LAYER_SOLID_COLOR to compositor.
derat@chromium.org
2012-01-28
1
-2
/
+2
*
content: Modfiy ResourceBundle and content_shell to run with alternative pak ...
erg@chromium.org
2012-01-28
1
-1
/
+1
*
Remove old (pre-webkit) compositor
piman@chromium.org
2012-01-27
1
-11
/
+2
*
Use translated root location in WebInputEvent
oshima@chromium.org
2012-01-26
2
-18
/
+33
*
Fix the Windows implementation of EventGenerator::PressKey().
yusukes@google.com
2012-01-20
2
-7
/
+17
*
Aura Shell needs to exist on Mac
dhollowa@chromium.org
2012-01-19
2
-3
/
+5
*
aura: Gesture event plumbing (skeleton).
sadrul@chromium.org
2012-01-17
4
-4
/
+17
*
IME (input method editor) support for Aura, part 3 of 3: Use ui::InputMethod ...
yusukes@chromium.org
2011-12-26
2
-2
/
+48
*
Aura: Window should be dragged by touch move event on title bar.
jamescook@chromium.org
2011-12-22
2
-7
/
+64
*
Rename ui::EventFlags mouse flags to be more sensible
dhollowa@chromium.org
2011-12-20
1
-5
/
+5
*
Shell related switches -> aura shell switches.
ben@chromium.org
2011-12-20
2
-4
/
+4
*
Move ActivationClient/Delegate to client namespace.
ben@chromium.org
2011-12-15
2
-4
/
+5
*
Second attempt at moving the StackingClient to a property on the RootWindow.
ben@chromium.org
2011-12-15
3
-79
/
+0
*
Revert r114369 "Store StackingClient on RootWindow in a property."
oshima@chromium.org
2011-12-14
2
-2
/
+3
*
Store StackingClient on RootWindow in a property.
ben@chromium.org
2011-12-14
2
-3
/
+2
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-13
6
-85
/
+103
*
Revert 114095 - Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
6
-103
/
+85
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
6
-85
/
+103
*
Attempt 3 at:
sky@chromium.org
2011-12-09
1
-0
/
+10
*
Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mock
sky@chromium.org
2011-12-08
1
-10
/
+0
*
Attempt 2 at : Makes tests either use mock compositor or mock
sky@chromium.org
2011-12-08
1
-0
/
+10
*
Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsCon...
sky@chromium.org
2011-12-07
1
-10
/
+0
*
Makes tests either use mock compositor or mock WebGraphicsContext3D depending...
sky@chromium.org
2011-12-07
1
-0
/
+10
*
Rename Desktop->RootWindow.
ben@chromium.org
2011-12-07
3
-20
/
+20
*
aura: Ask the WindowDelegate before a Window is Focus()ed.
sadrul@chromium.org
2011-12-03
2
-0
/
+5
*
Maximize windows when double clicking their title bar.
ben@chromium.org
2011-11-30
2
-5
/
+15
*
DefaultDispatcher for MessagePumpX
oshima@chromium.org
2011-11-23
1
-1
/
+1
*
Aura: Fix window resizing for large drags.
jamescook@chromium.org
2011-11-22
2
-2
/
+3
*
Adds a couple of pixel-based compositor unittests. One to test that opacity i...
vollick@chromium.org
2011-11-18
1
-1
/
+1
*
[Aura] Fix HtmlDialogBrowserTest.SizeWindow.
xiyuan@chromium.org
2011-11-18
2
-1
/
+5
*
Cleanup: Remove forward declarations in ui, part 2.
thestig@chromium.org
2011-11-17
1
-7
/
+3
*
Add test to verify that the stacking controller picks the correct activatable...
oshima@chromium.org
2011-11-15
2
-1
/
+20
*
[Aura] Support additonal event filters in DesktopEventFilter.
xiyuan@chromium.org
2011-11-15
2
-0
/
+110
*
[Aura] Support always-on-top top level window.
xiyuan@chromium.org
2011-11-15
2
-2
/
+10
*
Rid the world of TopLevelWindowContainer, and "toplevel" concept from Window ...
ben@chromium.org
2011-11-10
6
-5
/
+202
*
Create a new aura client API dir and move constants and desktop delegate to it.
ben@chromium.org
2011-11-09
5
-27
/
+26
*
Aura: Resize cursors show properly when hovering over window frame
jamescook@chromium.org
2011-11-09
1
-1
/
+1
*
Move ToplevelWindowEventFilter to shell
oshima@google.com
2011-11-07
1
-1
/
+2
*
Allow Window point conversion with a NULL source. This just returns immediate...
ben@chromium.org
2011-11-03
3
-6
/
+3
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
1
-1
/
+2
*
Revert 107563 - Fix up compositor mocking.
backer@chromium.org
2011-10-27
1
-2
/
+1
[next]