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
*
Fix even more crashes. To help identify remaining crashes now and in the futu...
ben@chromium.org
2011-06-16
1
-2
/
+10
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+4
*
Re-land:
ben@chromium.org
2011-06-16
1
-12
/
+66
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-66
/
+12
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-12
/
+66
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-0
/
+7
*
Widget::GetCurrentEvent() to get hold of the current input event being proces...
sadrul@chromium.org
2011-06-14
1
-0
/
+42
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-16
/
+32
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-11
/
+0
*
Move last of event handlers down to NativeWidgetWin/Gtk.
ben@chromium.org
2011-06-09
1
-7
/
+103
*
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
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
1
-6
/
+143
*
Re-land: Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-03
1
-2
/
+65
*
Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
1
-65
/
+2
*
Move NonClientView and FrameType logic from Window to Widget.
ben@chromium.org
2011-06-02
1
-2
/
+65
*
WidgetDelegate is now always created. Specified through InitParams, if NULL W...
ben@chromium.org
2011-06-02
1
-0
/
+4
*
Move the last of the easy stuff from Window onto Widget.
ben@chromium.org
2011-06-01
1
-0
/
+4
*
Move Fullscreen API onto Widget.
ben@chromium.org
2011-06-01
1
-0
/
+8
*
Move SetWindowBounds onto Widget.
ben@chromium.org
2011-05-27
1
-0
/
+12
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-27
1
-4
/
+32
*
Revert 86914 - Move a bunch of functions from Window onto Widget.
wtc@chromium.org
2011-05-27
1
-32
/
+4
*
Move a bunch of functions from Window onto Widget.
ben@chromium.org
2011-05-26
1
-4
/
+32
*
Rough cut at window activation.
ben@chromium.org
2011-05-26
1
-4
/
+4
*
Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdef
sky@chromium.org
2011-05-26
1
-1
/
+0
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
1
-5
/
+5
*
Address TBR review comments from sky.
ben@chromium.org
2011-05-20
1
-1
/
+3
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-5
/
+19
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-5
/
+5
*
Re-land:
ben@chromium.org
2011-05-13
1
-11
/
+48
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-48
/
+11
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-11
/
+48
*
Tweaks Compositor API. To make it possible to land this I've ifdef'd
sky@chromium.org
2011-05-10
1
-15
/
+25
*
Migrates NotificationPanel code to using Widget API instead of
sky@chromium.org
2011-04-27
1
-0
/
+2
*
Converts background_view from using WidgetGtk.
sky@chromium.org
2011-04-26
1
-0
/
+4
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-6
/
+6
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-9
/
+12
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
1
-0
/
+4
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
1
-4
/
+0
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-0
/
+4
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
1
-4
/
+0
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-0
/
+4
*
Removes code added to track down crash. The crash seems to have
sky@chromium.org
2011-04-15
1
-11
/
+1
*
Pull content from TabContentsViewViews into NativeTabContentsViewWin.
ben@chromium.org
2011-04-12
1
-0
/
+4
*
Adds more debugging code in hopes of figuring out a crash. Sorry for
sky@chromium.org
2011-04-08
1
-1
/
+11
*
RTL window styles was being set on too many HWNDs. This inverts the default. ...
ben@chromium.org
2011-04-06
1
-2
/
+2
*
Transform GdkEvents for simpler MouseEvent construction.
msw@chromium.org
2011-04-05
1
-1
/
+3
*
Consolidate cross platform logic into MenuHost.
ben@chromium.org
2011-04-01
1
-0
/
+4
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
1
-0
/
+7
*
Fix clang failure; out-of-line a virtual.
msw@chromium.org
2011-03-31
1
-0
/
+4
[next]