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
/
view_unittest.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
-0
/
+3
*
Add pressure information to touch event.
miletus@chromium.org
2011-06-16
1
-4
/
+4
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+54
*
Re-land:
ben@chromium.org
2011-06-16
1
-4
/
+4
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-4
/
+4
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-4
/
+4
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-14
/
+14
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-20
/
+29
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-1
/
+1
*
views: Simplify View::RemoveAllChildViews() function implementation.
tfarina@chromium.org
2011-06-09
1
-7
/
+12
*
views: Add unittests for View::RemoveAllChildViews() method.
tfarina@chromium.org
2011-06-09
1
-0
/
+33
*
Fix remaining views_unittests
ben@chromium.org
2011-06-08
1
-12
/
+12
*
Fix views_unittests bustage.
ben@chromium.org
2011-06-08
1
-1
/
+1
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
1
-1
/
+1
*
ui/base/models: Simplify TreeNode::GetIndexOf() member function.
tfarina@chromium.org
2011-06-07
1
-0
/
+3
*
views: Add unittests for View::GetIndexOf() member function.
tfarina@chromium.org
2011-06-06
1
-3
/
+40
*
views: Take transforms into account when computing visible bounds.
sadrul@chromium.org
2011-06-06
1
-4
/
+32
*
Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.
rhashimoto@chromium.org
2011-06-01
1
-16
/
+0
*
Changing Checkbox class to use NativeTheme class for rendering instead of
rogerta@chromium.org
2011-06-01
1
-3
/
+3
*
Make Widget ownership a little clearer by expressing it in terms of an enum.
ben@chromium.org
2011-05-25
1
-5
/
+5
*
Fixes rounding bug in transform. This is needed to avoid rounding
sky@chromium.org
2011-05-24
1
-0
/
+9
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-23
/
+23
*
Fix transform concatenation order in GetTransformRelativeTo, improve/add tests.
wjmaclean@chromium.org
2011-05-19
1
-13
/
+46
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
1
-5
/
+2
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-18
/
+94
*
views: Convert while loop to for loop on View::Contains().
tfarina@chromium.org
2011-05-17
1
-0
/
+22
*
Fix touch build for unit tests.
sky@chromium.org
2011-05-14
1
-1
/
+1
*
Re-land:
ben@chromium.org
2011-05-13
1
-137
/
+81
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
1
-81
/
+137
*
Split the hierarchy.
ben@chromium.org
2011-05-13
1
-137
/
+81
*
Enable TestViewsDelegates for views unittests and views_examples by default
oshima@google.com
2011-05-10
1
-5
/
+0
*
touch: Fix compile (after r83037).
sadrul@chromium.org
2011-04-26
1
-1
/
+1
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
1
-11
/
+11
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
1
-62
/
+58
*
Get rid of the set_delete_on_destroy setter now that we have CreateParams.
ben@chromium.org
2011-04-21
1
-27
/
+27
*
Add extra touch information and related API to views::TouchEvent.
miletus@chromium.org
2011-04-18
1
-4
/
+8
*
touch: Fix compile (regressed in r80024).
sadrul@chromium.org
2011-04-01
1
-2
/
+2
*
TextButton inside NativeButton for the touch case
saintlou@chromium.org
2011-03-31
1
-10
/
+10
*
Revert 79762 - This CL wraps TextButton inside NativeButton for the touch case.
dhollowa@chromium.org
2011-03-30
1
-10
/
+10
*
This CL wraps TextButton inside NativeButton for the touch case.
saintlou@chromium.org
2011-03-29
1
-10
/
+10
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-8
/
+8
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
1
-5
/
+2
*
Lands http://codereview.chromium.org/2928005/ for Dill:
sky@chromium.org
2011-03-22
1
-1
/
+2
*
Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...
stevet@google.com
2011-03-14
1
-10
/
+117
*
touch: Fix touch events bubbling up the hierarchy.
sadrul@chromium.org
2011-03-14
1
-0
/
+21
*
This will help minimize the area we paint various views, including BrowserVie...
davemoore@chromium.org
2011-03-09
1
-9
/
+42
*
Move WindowDelegate and NonClientView creation and management to Window.
ben@chromium.org
2011-03-07
1
-1
/
+1
*
Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an...
ben@chromium.org
2011-03-03
1
-22
/
+11
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-11
/
+22
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-22
/
+11
[next]