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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
1
-746
/
+0
*
Revert "views: Move widget/ directory to ui/views." properly.
wez@chromium.org
2011-11-21
1
-0
/
+746
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
1
-746
/
+0
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
1
-1
/
+1
*
[Aura] Fix HtmlDialogBrowserTest.SizeWindow.
xiyuan@chromium.org
2011-11-18
1
-3
/
+0
*
Cleanup: Remove unneeded forward declarations in views.
thestig@chromium.org
2011-11-15
1
-3
/
+2
*
views: Remove the old views/window/ directory and its stubbed files.
tfarina@chromium.org
2011-11-14
1
-2
/
+2
*
Aura: Widgets obey transparency flag, default to opaque
jamescook@chromium.org
2011-11-10
1
-0
/
+3
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
1
-6
/
+4
*
Fix Win dbg shared build; export Widget::Observer.
msw@chromium.org
2011-11-07
1
-1
/
+1
*
Gets disable inactive frame rendering to work correctly for aura. This
sky@chromium.org
2011-11-01
1
-4
/
+8
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-0
/
+1
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
1
-0
/
+3
*
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
-10
/
+0
*
Minimum size for aura window
oshima@google.com
2011-10-17
1
-1
/
+1
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
1
-0
/
+3
*
Do not allocate a texture if hole covers entire layer.
pkotwicz@chromium.org
2011-09-27
1
-2
/
+0
*
views: Make mouse state member variables private to Widget.
tfarina@chromium.org
2011-09-21
1
-16
/
+14
*
Relanding 100792
oshima@google.com
2011-09-20
1
-0
/
+5
*
Fixes regression in menu painting on windows. The regression happened
sky@chromium.org
2011-09-20
1
-0
/
+3
*
re-checkin http://codereview.chromium.org/7720001/ to add bubble views.
saintlou@chromium.org
2011-09-19
1
-3
/
+4
*
views: Remove unused Widget::WindowInitParams() function.
tfarina@chromium.org
2011-09-16
1
-1
/
+0
*
Revert "Relanding 100792"
oshima@google.com
2011-09-14
1
-3
/
+0
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-2
/
+2
*
Relanding 100792
oshima@google.com
2011-09-13
1
-0
/
+3
*
Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."
oshima@google.com
2011-09-13
1
-3
/
+0
*
Use TabContentsViewViews for RenderWidgetHostViweViews.
oshima@google.com
2011-09-12
1
-0
/
+3
*
Revert 100231 - memory bot failures
estade@chromium.org
2011-09-09
1
-4
/
+3
*
add bubble views files.
alicet@chromium.org
2011-09-08
1
-3
/
+4
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-31
1
-9
/
+14
*
Revert 98679 - Restoring a session should restore window minimization state o...
dhollowa@chromium.org
2011-08-29
1
-14
/
+9
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-29
1
-9
/
+14
*
Reverts debugging code added for 91396. I've tracked down the bug and
sky@chromium.org
2011-08-26
1
-20
/
+0
*
Adds yet more debugging in hopes of tracking 91396. The latest data
sky@chromium.org
2011-08-25
1
-0
/
+20
*
Move input_method to widget
oshima@google.com
2011-08-23
1
-7
/
+29
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-2
/
+9
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-3
/
+3
*
Shell of implementation for embedded windows. At this point this is
sky@chromium.org
2011-07-29
1
-3
/
+1
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-3
/
+3
*
Fixes crash introduced by fix for 11229. The fix for 11229 made it so
sky@chromium.org
2011-07-21
1
-1
/
+2
*
views capture: Fix mouse-event location and reset capture view.
sadrul@chromium.org
2011-07-19
1
-0
/
+1
*
Makes sure widget is created at right size before showing
sky@chromium.org
2011-07-19
1
-0
/
+10
*
Move debug paint flag to Widget so native widget can use the same flag.
oshima@google.com
2011-07-16
1
-0
/
+4
*
Clean up FocusManager
oshima@google.com
2011-07-14
1
-0
/
+3
*
Move SetInitialFocus to Widget
oshima@google.com
2011-07-14
1
-0
/
+15
*
Add Widget::Observer for observing Widgets.
sadrul@chromium.org
2011-07-13
1
-0
/
+17
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
1
-5
/
+0
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
1
-0
/
+3
*
Fix NativeWidgetViews enough to run views_examples without segfaulting.
rhashimoto@google.com
2011-07-11
1
-0
/
+5
[next]