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
/
gfx
/
compositor
/
layer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moves scheduling draw/paint from Window::SetBounds to
sky@chromium.org
2011-11-03
1
-0
/
+10
*
Revert r107440 because this causes a crash on touchui on page load.
sadrul@chromium.org
2011-11-02
1
-101
/
+71
*
Allows observers to be notified when layer animations complete.
vollick@chromium.org
2011-11-02
1
-5
/
+0
*
Add traces in compositor, views and skia
piman@chromium.org
2011-11-01
1
-0
/
+4
*
ui/gfx: Convert CreateCanvas to use gfx::Size.
tfarina@chromium.org
2011-11-01
1
-2
/
+2
*
Gets Bubble to work on aura.
sky@chromium.org
2011-10-31
1
-0
/
+3
*
aura: Add fullscreen/popups to RenderWidgetHostViewAura.
derat@chromium.org
2011-10-31
1
-13
/
+10
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-57
/
+52
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-52
/
+57
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-57
/
+52
*
Fix visibility on WebLayer
piman@chromium.org
2011-10-27
1
-4
/
+4
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-3
/
+3
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
1
-71
/
+101
*
Revert 107360
vandebo@chromium.org
2011-10-26
1
-101
/
+71
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
1
-71
/
+101
*
Enable accelerated compositing of web pages when using webkit compositor
piman@chromium.org
2011-10-26
1
-3
/
+51
*
Explicit animation support
vollick@chromium.org
2011-10-24
1
-12
/
+12
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-22
1
-3
/
+111
*
Revert 106768 - Explicit animation support
vollick@chromium.org
2011-10-21
1
-12
/
+12
*
Explicit animation support
vollick@chromium.org
2011-10-21
1
-12
/
+12
*
Revert 106606 - Use WebKit compositor in ui::Layer
lipalani@chromium.org
2011-10-20
1
-111
/
+3
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-20
1
-3
/
+111
*
Fixes hole bounds
pkotwicz@chromium.org
2011-10-20
1
-1
/
+1
*
Add GetTargetBounds to window/layer.
oshima@chromium.org
2011-10-20
1
-0
/
+6
*
Fixes transform of holes to match that of the child view in ::Draw
pkotwicz@chromium.org
2011-10-13
1
-2
/
+9
*
Revert 104311 - Revert 104304 - Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-31
/
+28
*
Revert 104304 - Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-28
/
+31
*
Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-31
/
+28
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-1
/
+1
*
Makes visbility inherited. That is, in order for a window to be
sky@chromium.org
2011-10-05
1
-4
/
+19
*
Layer unittests for http://codereview.chromium.org/7976040/
pkotwicz@chromium.org
2011-10-04
1
-3
/
+3
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
1
-0
/
+10
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
1
-10
/
+0
*
Add a new method to Layer that schedules a redraw in the compositor.Rename Co...
ben@chromium.org
2011-09-30
1
-1
/
+5
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
1
-0
/
+10
*
Setting fills bounds opaquely as the default.
pkotwicz@chromium.org
2011-09-29
1
-2
/
+2
*
In views desktop, it is possible for child layers to intersect. (This situati...
pkotwicz@chromium.org
2011-09-29
1
-45
/
+87
*
Adds the ability to set an Animation on Layer so that future changes to the l...
sky@chromium.org
2011-09-29
1
-29
/
+105
*
Refactors TestCompositor out of views_unittests into a place it can be
sky@chromium.org
2011-09-28
1
-1
/
+2
*
Allow layers to be created without a compositor, creating this association wh...
ben@chromium.org
2011-09-27
1
-11
/
+42
*
Fixes compositor crash
pkotwicz@chromium.org
2011-09-27
1
-1
/
+2
*
Do not allocate a texture if hole covers entire layer.
pkotwicz@chromium.org
2011-09-27
1
-8
/
+28
*
Allow animating alpha
vollick@chromium.org
2011-09-23
1
-4
/
+46
*
Make specifying a texture optional on a Layer.
ben@chromium.org
2011-09-19
1
-7
/
+17
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
1
-1
/
+1
*
Fix for SetExternalTexture.
backer@chromium.org
2011-09-14
1
-4
/
+8
*
The Compositor should own drawing the root layer.
ben@chromium.org
2011-09-14
1
-26
/
+30
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-1
/
+11
*
Changes to port holey layer changes into windows compositor
pkotwicz@chromium.org
2011-09-02
1
-4
/
+0
*
Add invalid rect tracking and repaint scheduling to Layer.
ben@chromium.org
2011-09-01
1
-1
/
+30
[next]