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
/
controls
/
tabbed_pane
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-1
/
+1
*
views: Remove utf_string_conversions.h from tabbed_pane as it's no longer nec...
tfarina@chromium.org
2011-09-29
1
-6
/
+3
*
views: Fix views examples tab titles to not look garbage on Windows.
tfarina@chromium.org
2011-09-29
1
-2
/
+1
*
views: Change TabbedPane::AddTab() to string16.
tfarina@chromium.org
2011-09-29
8
-31
/
+36
*
views: Add protected virtual destructor to TabbedPaneListener.
tfarina@chromium.org
2011-09-27
1
-0
/
+3
*
views: Get rid of TabbedPane::CreateWrapper().
tfarina@chromium.org
2011-09-21
2
-8
/
+3
*
views: Add unittests for the TabbedPane operations.
tfarina@chromium.org
2011-09-20
1
-1
/
+43
*
Move input_method to widget
oshima@google.com
2011-08-23
1
-1
/
+0
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-1
/
+1
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-1
/
+1
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
2
-2
/
+2
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
2
-5
/
+5
*
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
1
-4
/
+2
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-2
/
+4
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-4
/
+2
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
2
-5
/
+0
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-5
/
+6
*
views: Use DCHECK_EQ where possible.
tfarina@chromium.org
2011-06-11
1
-1
/
+2
*
views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-1
/
+1
*
views: Rename child_widget() to GetChildWidget().
tfarina@chromium.org
2011-05-21
2
-4
/
+6
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
2
-11
/
+8
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
1
-1
/
+1
*
Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.
ben@chromium.org
2011-05-19
2
-3
/
+2
*
Re-land:
ben@chromium.org
2011-05-13
4
-11
/
+11
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
4
-11
/
+11
*
Split the hierarchy.
ben@chromium.org
2011-05-13
4
-11
/
+11
*
Step 5 in native theme refactoring
rogerta@chromium.org
2011-04-27
1
-4
/
+5
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
2
-2
/
+2
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
2
-5
/
+6
*
Centralizes checking for non-null return from CreateWindow.
sky@chromium.org
2011-04-19
1
-0
/
+2
*
In preparation for NativeTheme refactoring, renaming the class NativeTheme
rogerta@chromium.org
2011-03-30
1
-3
/
+3
*
Convert more WidgetWin/WidgetGtk creations to use a new cross-platform static...
ben@chromium.org
2011-03-28
3
-12
/
+11
*
views: Cleanup TabbedPane class.
tfarina@chromium.org
2011-03-18
6
-98
/
+119
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
2
-14
/
+28
*
Build out NativeWindow interface for Window method pass-thrus.
ben@chromium.org
2011-03-10
1
-1
/
+1
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
2
-28
/
+14
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
2
-14
/
+28
*
Get rid of most of the old method uses from WidgetGtk. I think this is safe.
ben@chromium.org
2011-03-03
1
-2
/
+4
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-4
/
+2
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-2
/
+4
*
These files were meant to go with my change here http://codereview.chromium.o...
ben@chromium.org
2011-02-24
1
-1
/
+1
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-1
/
+2
*
Rename WillGain/Lose/DidGainFocus, Focus methods. Now there are only two noti...
ben@chromium.org
2011-02-24
4
-6
/
+6
*
Rename Paint* -> OnPaint*
ben@chromium.org
2011-02-16
2
-3
/
+3
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
2
-4
/
+4
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
2
-4
/
+4
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
2
-7
/
+7
[next]