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
*
Get views_unittests to compile (but not run).
ben@chromium.org
2011-09-02
1
-5
/
+19
*
Move the mouse wheel utils from views to ui\base\win, to get rid of some view...
jam@chromium.org
2011-08-26
2
-158
/
+0
*
Wayland support for views. views_desktop on Wayland.
backer@chromium.org
2011-08-26
2
-1
/
+23
*
Re-land: Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-0
/
+20
*
Revert 98306 - Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-20
/
+0
*
Create a new views_aura_desktop.
ben@chromium.org
2011-08-25
1
-0
/
+20
*
Add Aura support to views:
ben@chromium.org
2011-08-25
1
-1
/
+1
*
Get views_unittests pass on touch build
oshima@google.com
2011-08-24
1
-17
/
+11
*
Move input_method to widget
oshima@google.com
2011-08-23
3
-40
/
+150
*
Fixes regression (and crash) in instant. The crash would happen if
sky@chromium.org
2011-08-22
2
-1
/
+10
*
Remove Purify and Quantify.Doing so will reduce substantially the size of the...
jeanluc@chromium.org
2011-08-17
2
-2
/
+2
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
6
-14
/
+15
*
Nix GetFocusManagerForNativeView|Window.
msw@chromium.org
2011-08-02
4
-50
/
+30
*
Use VIEWS_API in a few places to fix component build for chromeos and touchui.
sadrul@chromium.org
2011-07-28
1
-2
/
+2
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
6
-15
/
+16
*
Removing unused NativeButton code
saintlou@chromium.org
2011-07-26
1
-30
/
+25
*
Views views_unittests FocusManagerTest.FocusNativeControls use after free
dhollowa@chromium.org
2011-07-25
1
-1
/
+0
*
touch: Always expect XInput2 availability.
sadrul@chromium.org
2011-07-22
2
-22
/
+0
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-6
/
+4
*
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
[next]