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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make NativeWidgetViews::SchedulePaintInRect use
sky@chromium.org
2011-06-17
3
-1
/
+8
*
Fix even more crashes. To help identify remaining crashes now and in the futu...
ben@chromium.org
2011-06-16
3
-12
/
+12
*
SetMsgHandled in NativeWidgetWin::OnAppCommand based on WidgetDelegate handling.
msw@chromium.org
2011-06-16
1
-3
/
+2
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
9
-0
/
+23
*
Re-land:
ben@chromium.org
2011-06-16
14
-319
/
+437
*
Create the InputMethod when it is first requested by a child view.
penghuang@chromium.org
2011-06-16
1
-16
/
+15
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
14
-437
/
+319
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
14
-319
/
+437
*
Use MouseWheelEvent for mouse wheel event
oshima@google.com
2011-06-14
1
-1
/
+1
*
Revert 89076 - Make sure custom frame windows paint as active when they're ac...
ben@chromium.org
2011-06-14
1
-11
/
+11
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
7
-16
/
+47
*
Make sure custom frame windows paint as active when they're activated.
ben@chromium.org
2011-06-14
1
-11
/
+11
*
Widget::GetCurrentEvent() to get hold of the current input event being proces...
sadrul@chromium.org
2011-06-14
2
-1
/
+55
*
NULL check this since it may be called after the delegate is NULL'ed out?
ben@chromium.org
2011-06-14
1
-1
/
+4
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
1
-2
/
+1
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
13
-142
/
+221
*
Disables tooltips if we can't create the tooltip window. I still don't
sky@chromium.org
2011-06-13
6
-35
/
+24
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
3
-15
/
+0
*
Move last of event handlers down to NativeWidgetWin/Gtk.
ben@chromium.org
2011-06-09
11
-16
/
+764
*
Adding a new window type for frameless non-transient top level windows, used ...
ben@chromium.org
2011-06-09
3
-3
/
+18
*
First draft to enable turning off compositor for unit tests.
wjmaclean@chromium.org
2011-06-09
1
-1
/
+2
*
Last views_unittests fix.
ben@chromium.org
2011-06-08
1
-4
/
+6
*
Turn on -Wdelete-non-virtual-dtor for chromeos as well.
thakis@chromium.org
2011-06-08
1
-2
/
+2
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
15
-46
/
+661
*
re-landing after clang fix. clang bot is red due to bus error in linker.
oshima@google.com
2011-06-08
2
-18
/
+18
*
Revert 88271, this broke the clang build thusly:
thakis@chromium.org
2011-06-08
2
-19
/
+19
*
Wait showing html dialog until renderre finish painting after page is loaded.
oshima@google.com
2011-06-08
2
-19
/
+19
*
Make panels adjust their positions when display settings or work area has bee...
jianli@chromium.org
2011-06-06
3
-1
/
+12
*
First draft of patch for setting texture_needs_updating_.
wjmaclean@chromium.org
2011-06-03
2
-0
/
+10
*
Fix bug 84529: Regression - The browser loses its focus when a desktop notifi...
jianli@chromium.org
2011-06-03
1
-1
/
+1
*
Re-land: Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-03
12
-3
/
+305
*
Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
12
-305
/
+3
*
Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
12
-3
/
+305
*
WidgetDelegate is now always created. Specified through InitParams, if NULL W...
ben@chromium.org
2011-06-02
4
-19
/
+13
*
Move the last of the easy stuff from Window onto Widget.
ben@chromium.org
2011-06-01
9
-11
/
+328
*
Completely removed if (widget_) in ~NativeWidgetGtk()
glotov@google.com
2011-06-01
1
-8
/
+1
*
Move Fullscreen API onto Widget.
ben@chromium.org
2011-06-01
9
-1
/
+152
*
Move methods from WindowDelegate onto WidgetDelegate.
ben@chromium.org
2011-05-31
2
-1
/
+230
*
Reverting explicit RemoveObserver in dtor of WidgetGtk
glotov@google.com
2011-05-31
1
-3
/
+0
*
Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin
glotov@google.com
2011-05-31
2
-13
/
+30
*
Move SetWindowBounds onto Widget.
ben@chromium.org
2011-05-27
9
-0
/
+103
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-27
9
-46
/
+244
*
Revert 86914 - Move a bunch of functions from Window onto Widget.
wtc@chromium.org
2011-05-27
9
-244
/
+46
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-26
9
-46
/
+244
*
Rough cut at window activation.
ben@chromium.org
2011-05-26
5
-6
/
+34
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
1
-2
/
+2
*
Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdef
sky@chromium.org
2011-05-26
2
-3
/
+2
*
Adds a basic NativeWindowViews.
ben@chromium.org
2011-05-25
2
-0
/
+5
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
9
-27
/
+41
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
1
-2
/
+2
[next]