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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui::TestCompositor::TestCompositor() constructor has been changed to take a a...
backer@chromium.org
2011-10-25
4
-20
/
+3
*
Move DisplayUtils methods into gfx::Screen.
derat@chromium.org
2011-10-25
2
-0
/
+10
*
aura: Try to make Linux host resize code more reliable.
derat@chromium.org
2011-10-24
6
-87
/
+113
*
Notify Desktop::OnHostRezied only when the size has changed or resize is requ...
oshima@google.com
2011-10-24
1
-2
/
+9
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
2
-4
/
+4
*
aura: Resize toplevel windows correctly when the desktop is resized.
sadrul@chromium.org
2011-10-22
2
-4
/
+60
*
Implement NativeWidgetAura::GetScreenBounds
oshima@chromium.org
2011-10-22
3
-4
/
+38
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-22
2
-0
/
+4
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-21
9
-23
/
+109
*
aura: Update the desktop size if the layer is not animating for transform.
sadrul@chromium.org
2011-10-21
3
-1
/
+13
*
A couple of quick tweaks:
ben@chromium.org
2011-10-21
1
-0
/
+1
*
Animate desktop rotations.
ben@chromium.org
2011-10-21
4
-15
/
+17
*
aura: Take the focus at startup on X when no WM is running.
derat@chromium.org
2011-10-21
1
-0
/
+8
*
aura: Improve initial host window size.
derat@chromium.org
2011-10-21
6
-8
/
+95
*
Fix a bug where we were not properly redrawing when bounds change. This was c...
ben@chromium.org
2011-10-20
1
-1
/
+1
*
Revert 106606 - Use WebKit compositor in ui::Layer
lipalani@chromium.org
2011-10-20
2
-4
/
+0
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-20
2
-0
/
+4
*
aura: Add transform support to Desktop.
sadrul@chromium.org
2011-10-20
11
-55
/
+190
*
Don't force osmesa for aura tests.
backer@chromium.org
2011-10-20
1
-3
/
+0
*
Revert r106508 "LayoutManager controls child bounds."
oshima@google.com
2011-10-20
8
-102
/
+18
*
Implement motion coalescing for XI2
davemoore@chromium.org
2011-10-20
1
-0
/
+79
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-20
8
-18
/
+102
*
Turns on RWHVA.
ben@chromium.org
2011-10-20
2
-2
/
+0
*
Add GetTargetBounds to window/layer.
oshima@chromium.org
2011-10-20
2
-0
/
+8
*
Fix visible parameter passed to WnidowObserver
oshima@google.com
2011-10-19
3
-2
/
+65
*
Get KeyEvents to limp in Aura. This assumes the desktop host is going to send...
ben@chromium.org
2011-10-19
5
-8
/
+23
*
aura: Requery pointer position after host window resize.
derat@chromium.org
2011-10-19
4
-4
/
+18
*
aura: Make tests pass Desktop's dispatcher to message loop.
derat@chromium.org
2011-10-19
1
-1
/
+2
*
Gets ScreenAura to correctly calculate work area, and hooks
sky@chromium.org
2011-10-19
6
-30
/
+45
*
aura: Don't recycle Desktops between tests.
derat@chromium.org
2011-10-18
6
-63
/
+74
*
aura: Merge RootWindow into Desktop.
sadrul@chromium.org
2011-10-18
12
-342
/
+246
*
aura: Fix cursor visibility, and a crash on mouse-wheel.
sadrul@chromium.org
2011-10-17
1
-0
/
+1
*
Minimum size for aura window
oshima@google.com
2011-10-17
9
-46
/
+380
*
Aura: Combine cursor support for Linux and Windows
jamescook@chromium.org
2011-10-17
5
-21
/
+250
*
aura: Add support for touch events.
sadrul@chromium.org
2011-10-17
18
-18
/
+314
*
Wires keeping the launcher up to date with the browser. I also needed GetBrow...
sky@chromium.org
2011-10-15
2
-0
/
+10
*
Throw away motion events if we can't keep up
davemoore@chromium.org
2011-10-14
1
-2
/
+21
*
aura: Implement IsFullscreenMode().
derat@chromium.org
2011-10-14
3
-10
/
+43
*
aura: Implement cursor-position-related methods in Screen.
derat@chromium.org
2011-10-14
11
-41
/
+167
*
Positions the launcher in the bottom left corner. Adds ShellDelegate
sky@chromium.org
2011-10-13
5
-7
/
+115
*
Get more of RenderWidgetHostViewAura running.
ben@chromium.org
2011-10-13
5
-2
/
+24
*
aura: Some changes to Desktop.
sadrul@chromium.org
2011-10-13
5
-2
/
+114
*
Fix clang compile errors for USE_AURA=1
dhollowa@chromium.org
2011-10-12
3
-3
/
+3
*
Enable NativeConstrainedWindowAura
oshima@chromium.org
2011-10-12
1
-3
/
+2
*
aura: Fix mouse wheel events.
sadrul@chromium.org
2011-10-12
1
-0
/
+4
*
ui: Migrate to base::Bind().
tfarina@chromium.org
2011-10-11
2
-5
/
+8
*
Add gfx::kNullCursor to refer to "no cursor"
oshima@chromium.org
2011-10-11
1
-1
/
+1
*
views: Some more layer change, and add/update some tests for layers.
sadrul@chromium.org
2011-10-11
6
-2
/
+49
*
Move some code around...
ben@chromium.org
2011-10-10
12
-45
/
+67
*
Revert 104755 - Move some code around...test infrastructure -> aura/testaura_...
ben@chromium.org
2011-10-10
12
-67
/
+45
[next]