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
/
focus
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up FocusManager
oshima@google.com
2011-07-14
4
-83
/
+28
*
views: Add unittests for View::GetViewsWithGroup() method.
tfarina@chromium.org
2011-07-13
1
-2
/
+1
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
3
-11
/
+7
*
Revert 91716 - Temporarily disable these tests while I repro the crashes.
ben@chromium.org
2011-07-07
1
-4
/
+4
*
Temporarily disable these tests while I repro the crashes.
ben@chromium.org
2011-07-07
1
-4
/
+4
*
Switch FocusManager to using ObserverList instead of keeping its listeners in...
pkasting@chromium.org
2011-06-29
2
-52
/
+16
*
Refactor the glib message-pump, and use it as the base for a gtk message pump...
sadrul@chromium.org
2011-06-24
2
-11
/
+12
*
Fix even more crashes. To help identify remaining crashes now and in the futu...
ben@chromium.org
2011-06-16
1
-3
/
+9
*
Re-land:
ben@chromium.org
2011-06-16
3
-7
/
+6
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
3
-6
/
+7
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
3
-7
/
+6
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-2
/
+1
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
2
-18
/
+24
*
views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...
tfarina@chromium.org
2011-06-08
1
-10
/
+10
*
views: Don't include the container type "vector" in the typedef ViewVector.
tfarina@chromium.org
2011-06-06
1
-6
/
+5
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
1
-49
/
+49
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-11
/
+9
*
Changing Checkbox class to use NativeTheme class for rendering instead of
rogerta@chromium.org
2011-06-01
1
-7
/
+7
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
1
-1
/
+1
*
Change chrome to use the new native themed radio button.
rogerta@chromium.org
2011-05-23
1
-3
/
+4
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
1
-0
/
+1
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
2
-8
/
+7
*
Rename WindowWin|Gtk->NativeWindowWin|Gtk
ben@chromium.org
2011-05-19
3
-4
/
+4
*
Fix touch compile after WidgetGtk/NativeWidgetGtk rename.
sadrul@chromium.org
2011-05-19
1
-0
/
+1
*
Fix bustage... these files were ommited from the CL.
ben@chromium.org
2011-05-19
1
-1
/
+1
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
6
-15
/
+10
*
Re-land:
ben@chromium.org
2011-05-13
5
-34
/
+23
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
5
-23
/
+34
*
Split the hierarchy.
ben@chromium.org
2011-05-13
5
-34
/
+23
*
Get the correct touch identifiers from an X event.
sadrul@chromium.org
2011-05-02
1
-3
/
+17
*
Create InitParams for Window.
ben@chromium.org
2011-04-28
1
-4
/
+4
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-2
/
+2
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-17
/
+16
*
Refactor some mouse/wheel/touch XEvent handling.
msw@chromium.org
2011-04-26
1
-106
/
+31
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
2
-3
/
+3
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
1
-1
/
+8
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-8
/
+1
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
1
-1
/
+8
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-8
/
+1
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
1
-12
/
+13
*
Make sure the device list is kept up-to-date.
sadrul@chromium.org
2011-04-20
1
-0
/
+8
*
Don't store/restore focus when window is activated/deactivated on linux.
oshima@google.com
2011-04-07
1
-0
/
+6
*
Integrate the new input method API for Views into Chromium.
suzhe@google.com
2011-04-01
2
-9
/
+14
*
touch: Fix compile (regressed in r80024).
sadrul@chromium.org
2011-04-01
1
-0
/
+4
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-2
/
+2
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-10
/
+8
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
2
-4
/
+4
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
1
-6
/
+4
*
Avoid dangling references to Views from FocusManager.
asanka@chromium.org
2011-03-12
2
-7
/
+12
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
2
-4
/
+4
[next]