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
/
views
/
view.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make specifying a texture optional on a Layer.
ben@chromium.org
2011-09-19
1
-5
/
+4
*
External textures outlive layers.
backer@chromium.org
2011-09-15
1
-13
/
+4
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
1
-1
/
+1
*
Fix for SetExternalTexture.
backer@chromium.org
2011-09-14
1
-9
/
+4
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-172
/
+78
*
Allow Chrome-in-Aura to start.
ben@chromium.org
2011-09-12
1
-1
/
+1
*
With this CL animated rotations can be triggered by visiting URLs like about:...
vollick@chromium.org
2011-09-08
1
-3
/
+6
*
Reverts debugging code added @ 97412 as it uncovered reason for crash.
sky@chromium.org
2011-08-22
1
-9
/
+1
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-3
/
+20
*
Adds some debugging code to track crash. It seems as though
sky@chromium.org
2011-08-19
1
-1
/
+9
*
views: Force child views to paint into their own texture when the parent has ...
sadrul@chromium.org
2011-08-10
1
-5
/
+10
*
First pass for eliminating double painting
pkotwicz@chromium.org
2011-07-29
1
-4
/
+17
*
Update Texture/Layer SetCanvas, callsites, and comments.
msw@chromium.org
2011-07-27
1
-3
/
+1
*
Enable browser compositor on all TOUCH_UI builds.
backer@chromium.org
2011-07-19
1
-1
/
+1
*
Don't schedule paint if one of view in parent chain is invisible
oshima@google.com
2011-07-15
1
-1
/
+1
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-37
/
+22
*
Fix context sharing in CompositorGL.
backer@chromium.org
2011-07-15
1
-1
/
+1
*
views: Add unittests for View::GetViewsWithGroup() method.
tfarina@chromium.org
2011-07-13
1
-6
/
+6
*
Disable compositor on non-touch build
oshima@google.com
2011-07-13
1
-1
/
+1
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
1
-9
/
+0
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
1
-2
/
+7
*
Fixed issue with layers being deleted upon SetVisible with an argument of true
backer@chromium.org
2011-07-06
1
-2
/
+6
*
Fixes bug where transform wasn't reset on layer correctly.
sky@chromium.org
2011-07-01
1
-0
/
+1
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
1
-72
/
+79
*
Convert the rect to the widget's coordinates correctly.
sadrul@chromium.org
2011-06-29
1
-7
/
+11
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
1
-4
/
+0
*
Makes it so that if the size of a view with a layer changes or on creating
sky@chromium.org
2011-06-28
1
-1
/
+11
*
Moves acclerated painting related fields from View to LayerHelper.
sky@chromium.org
2011-06-27
1
-85
/
+95
*
Allow View to have a layer whose texture is updated externally.
backer@chromium.org
2011-06-24
1
-0
/
+28
*
Fixes bug where layer bounds weren't correctly set when views was set
sky@chromium.org
2011-06-24
1
-11
/
+18
*
Adds the ability to animate transforms/bounds to View.
sky@chromium.org
2011-06-23
1
-7
/
+29
*
views: Pull out ContextMenuController class into its own header file.
tfarina@chromium.org
2011-06-23
1
-4
/
+1
*
views: Pull out DragController class into its own header file.
tfarina@chromium.org
2011-06-21
1
-8
/
+1
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
1
-98
/
+202
*
Take transforms into consideration when deciding the dirty region for child v...
sadrul@chromium.org
2011-06-17
1
-2
/
+7
*
views: Change the check in View::AddChildViewAt() to CHECK_NE.
tfarina@chromium.org
2011-06-16
1
-1
/
+1
*
Mark the parent texture dirty when a child view starts using its own texture.
sadrul@chromium.org
2011-06-16
1
-0
/
+5
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+26
*
Re-land:
ben@chromium.org
2011-06-16
1
-5
/
+7
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-7
/
+5
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-5
/
+7
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-3
/
+3
*
views: Use data member View::parent_ where possible instead of calling View::...
tfarina@chromium.org
2011-06-14
1
-27
/
+23
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
1
-6
/
+0
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-1
/
+0
*
Disables tooltips if we can't create the tooltip window. I still don't
sky@chromium.org
2011-06-13
1
-1
/
+2
*
Turn browser off by default on ChromeOS.
wjmaclean@chromium.org
2011-06-13
1
-0
/
+4
*
views: Drop the prefix "is_" from View::is_visible_ member variable.
tfarina@chromium.org
2011-06-11
1
-7
/
+7
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-70
/
+3
*
views: Simplify View::RemoveAllChildViews() function implementation.
tfarina@chromium.org
2011-06-09
1
-3
/
+2
[next]