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_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge Compositor and CompositorCC
piman@chromium.org
2012-01-29
1
-1
/
+1
*
aura: Add Layer::LAYER_SOLID_COLOR to compositor.
derat@chromium.org
2012-01-28
1
-12
/
+12
*
Remove old (pre-webkit) compositor
piman@chromium.org
2012-01-27
1
-443
/
+0
*
Changes RenderViewHost to schedule paint if DidUpdateBackingStore is
sky@chromium.org
2012-01-12
1
-2
/
+86
*
Add ui::Layer::StackBelow() and StackAtBottom().
derat@chromium.org
2011-12-27
1
-0
/
+24
*
Attempt 3 at:
sky@chromium.org
2011-12-09
1
-6
/
+18
*
Revert 113676 - Attempt 2 at : Makes tests either use mock compositor or mock
sky@chromium.org
2011-12-08
1
-18
/
+6
*
Attempt 2 at : Makes tests either use mock compositor or mock
sky@chromium.org
2011-12-08
1
-6
/
+18
*
Revert 113470 - Makes tests either use mock compositor or mock WebGraphicsCon...
sky@chromium.org
2011-12-07
1
-18
/
+6
*
Makes tests either use mock compositor or mock WebGraphicsContext3D depending...
sky@chromium.org
2011-12-07
1
-6
/
+18
*
Make Aura and compositor stacking methods more intuitive.
derat@chromium.org
2011-11-23
1
-0
/
+48
*
s/Move/Stack/ in names of stacking-related methods.
derat@chromium.org
2011-11-22
1
-4
/
+4
*
Avoids some asserts with ToT WebKit by using valid layers. Using all empty la...
vollick@chromium.org
2011-11-21
1
-14
/
+16
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-21
1
-8
/
+21
*
Revert 110783 - Adds a bounds parameter to ui::Compositor::ReadPixels
shess@chromium.org
2011-11-18
1
-21
/
+8
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-18
1
-8
/
+21
*
Adds a couple of pixel-based compositor unittests. One to test that opacity i...
vollick@chromium.org
2011-11-18
1
-17
/
+170
*
Disable layer hole unit tests when using the WebKit compositor.
vollick@chromium.org
2011-11-18
1
-9
/
+20
*
Added a unittest for compositor observers.
vollick@chromium.org
2011-11-16
1
-0
/
+90
*
Fix stale compositor references from ui::Layer
piman@chromium.org
2011-11-16
1
-10
/
+38
*
Implement CompositorCC::ReadPixels
vollick@chromium.org
2011-11-15
1
-1
/
+20
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-11-15
1
-2
/
+178
*
A fix for LayerNoTextureSetFillsBoundsOpaquely.
vollick@chromium.org
2011-11-11
1
-21
/
+57
*
Fix crash in compositor_unittests when using webkit compositor.
vollick@chromium.org
2011-11-10
1
-0
/
+1
*
Setting a layer property immediately should cancel any current animations.
vollick@chromium.org
2011-11-03
1
-0
/
+2
*
Moves scheduling draw/paint from Window::SetBounds to
sky@chromium.org
2011-11-03
1
-4
/
+36
*
Test that pixels are drawn to the screen
backer@chromium.org
2011-11-03
1
-0
/
+20
*
Revert r107440 because this causes a crash on touchui on page load.
sadrul@chromium.org
2011-11-02
1
-178
/
+2
*
Allows observers to be notified when layer animations complete.
vollick@chromium.org
2011-11-02
1
-13
/
+0
*
ui/gfx: Convert CreateCanvas to use gfx::Size.
tfarina@chromium.org
2011-11-01
1
-6
/
+2
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
1
-3
/
+2
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-4
/
+9
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-9
/
+4
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-4
/
+9
*
Fix visibility on WebLayer
piman@chromium.org
2011-10-27
1
-0
/
+14
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
1
-2
/
+178
*
Revert 107360
vandebo@chromium.org
2011-10-26
1
-178
/
+2
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
1
-2
/
+178
*
ui::TestCompositor::TestCompositor() constructor has been changed to take a a...
backer@chromium.org
2011-10-25
1
-1
/
+1
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-22
1
-41
/
+66
*
Animate desktop rotations.
ben@chromium.org
2011-10-21
1
-0
/
+6
*
Revert 106606 - Use WebKit compositor in ui::Layer
lipalani@chromium.org
2011-10-20
1
-63
/
+41
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-20
1
-41
/
+63
*
Fixes hole bounds
pkotwicz@chromium.org
2011-10-20
1
-0
/
+11
*
Fixes transform of holes to match that of the child view in ::Draw
pkotwicz@chromium.org
2011-10-13
1
-6
/
+9
*
Fixes aura build on windows. Makes all tests use the test compositor
sky@chromium.org
2011-10-07
1
-2
/
+12
*
Revert 104311 - Revert 104304 - Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-31
/
+25
*
Revert 104304 - Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-25
/
+31
*
Avoid overdraw in views desktop.
vollick@chromium.org
2011-10-06
1
-31
/
+25
*
Fix bubble rendering.
ben@chromium.org
2011-10-05
1
-1
/
+1
[next]