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
/
widget
/
widget.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
1
-1218
/
+0
*
Revert "views: Move widget/ directory to ui/views." properly.
wez@chromium.org
2011-11-21
1
-0
/
+1218
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
1
-1218
/
+0
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
1
-4
/
+4
*
[Aura] Fix HtmlDialogBrowserTest.SizeWindow.
xiyuan@chromium.org
2011-11-18
1
-2
/
+1
*
views: Move ime and test directories to ui/views.
tfarina@chromium.org
2011-11-17
1
-1
/
+1
*
views: Remove the old views/window/ directory and its stubbed files.
tfarina@chromium.org
2011-11-14
1
-1
/
+1
*
IsPureViews() is always true under USE_AURA and TOUCH_UI at compile time (as ...
saintlou@chromium.org
2011-11-11
1
-1
/
+1
*
Aura: Resize cursors show properly when hovering over window frame
jamescook@chromium.org
2011-11-09
1
-1
/
+4
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
1
-4
/
+12
*
Fixes painting regression. The problem was I optimized to only send to
sky@chromium.org
2011-11-03
1
-3
/
+3
*
Gets disable inactive frame rendering to work correctly for aura. This
sky@chromium.org
2011-11-01
1
-6
/
+12
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-4
/
+7
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
1
-2
/
+4
*
Adds transient children to Window. A transient child is owned by the
sky@chromium.org
2011-10-26
1
-0
/
+4
*
ui::TestCompositor::TestCompositor() constructor has been changed to take a a...
backer@chromium.org
2011-10-25
1
-3
/
+0
*
Minimum size for aura window
oshima@google.com
2011-10-17
1
-5
/
+6
*
views: Some more layer change, and add/update some tests for layers.
sadrul@chromium.org
2011-10-11
1
-1
/
+4
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
1
-0
/
+4
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
1
-1
/
+0
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
1
-0
/
+1
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
1
-1
/
+0
*
Change std::wstring to string16 on WidgetDelegate::GetWindowTitle
yosin@chromium.org
2011-09-28
1
-3
/
+3
*
Revert 103095 - Change std::wstring to string16 on WidgetDelegate::GetWindowT...
yosin@chromium.org
2011-09-28
1
-3
/
+3
*
Change std::wstring to string16 on WidgetDelegate::GetWindowTitle.
yosin@chromium.org
2011-09-28
1
-3
/
+3
*
Allow layers to be created without a compositor, creating this association wh...
ben@chromium.org
2011-09-27
1
-1
/
+1
*
Do not allocate a texture if hole covers entire layer.
pkotwicz@chromium.org
2011-09-27
1
-4
/
+2
*
Fix for black-hole on views desktop with compositor.
oshima@google.com
2011-09-22
1
-1
/
+5
*
Fix infinite loop in GetInputMethod.
oshima@google.com
2011-09-22
1
-1
/
+6
*
wstring: convert all SetPageTitle APIs to use string16
evan@chromium.org
2011-09-21
1
-1
/
+1
*
views: Make mouse state member variables private to Widget.
tfarina@chromium.org
2011-09-21
1
-4
/
+4
*
Relanding 100792
oshima@google.com
2011-09-20
1
-3
/
+9
*
Fixes regression in menu painting on windows. The regression happened
sky@chromium.org
2011-09-20
1
-2
/
+6
*
re-checkin http://codereview.chromium.org/7720001/ to add bubble views.
saintlou@chromium.org
2011-09-19
1
-2
/
+3
*
views: Remove unused Widget::WindowInitParams() function.
tfarina@chromium.org
2011-09-16
1
-5
/
+0
*
Revert "Relanding 100792"
oshima@google.com
2011-09-14
1
-5
/
+1
*
The Compositor should own drawing the root layer.
ben@chromium.org
2011-09-14
1
-6
/
+5
*
views: Factor WidgetFocusManager out of FocusManager class.
tfarina@chromium.org
2011-09-14
1
-10
/
+12
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-8
/
+3
*
Force clear when root view is animating.
vollick@chromium.org
2011-09-13
1
-1
/
+27
*
Up to now the only touch UI was running Pure Views. However, we want to impro...
saintlou@chromium.org
2011-09-13
1
-1
/
+1
*
Relanding 100792
oshima@google.com
2011-09-13
1
-1
/
+5
*
Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."
oshima@google.com
2011-09-13
1
-5
/
+1
*
Use TabContentsViewViews for RenderWidgetHostViweViews.
oshima@google.com
2011-09-12
1
-1
/
+5
*
Revert 100231 - memory bot failures
estade@chromium.org
2011-09-09
1
-3
/
+2
*
add bubble views files.
alicet@chromium.org
2011-09-08
1
-2
/
+3
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-31
1
-29
/
+40
*
Revert 98679 - Restoring a session should restore window minimization state o...
dhollowa@chromium.org
2011-08-29
1
-41
/
+29
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-29
1
-29
/
+41
*
Don't activate POPUP window
oshima@google.com
2011-08-26
1
-3
/
+11
[next]