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
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Make View::GetBaseline() a const method.
tfarina@chromium.org
2011-05-27
2
-2
/
+2
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
25
-79
/
+63
*
Makes rendering of selected disabled menu items match what windows does. As w...
sky@chromium.org
2011-05-27
4
-12
/
+26
*
Couple more wrench menu issues. The patch I sent around a couple of
sky@chromium.org
2011-05-27
1
-1
/
+7
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-26
5
-17
/
+16
*
base/i18n: Pass |str| as const reference in BreakIterator::Init().
tfarina@chromium.org
2011-05-25
1
-2
/
+2
*
Fix clang build for http://codereview.chromium.org/7067032/.
rhashimoto@chromium.org
2011-05-25
3
-0
/
+13
*
Add MenuModelAdapter to wrap ui::MenuModel with views::MenuDelegate interface.
rhashimoto@chromium.org
2011-05-25
4
-1
/
+524
*
Fixes couple of issues with bookmarks in wrench menu:
sky@chromium.org
2011-05-25
1
-2
/
+7
*
Revert 86625 - This change implements a first pass in the effort to remove th...
vandebo@chromium.org
2011-05-25
5
-16
/
+17
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
5
-17
/
+16
*
Chromeos: virtual destructors should have virtual keyword (part 3).
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Chromeos: virtual destructors should have virtual keyword (part 2).
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Fix SkIntToScalar conversion.
battre@chromium.org
2011-05-25
1
-3
/
+3
*
Make clicks work on views_examples with touchui.
sadrul@chromium.org
2011-05-24
2
-2
/
+162
*
Allow adjustment of MenuItemView top and bottom margins.
rhashimoto@chromium.org
2011-05-23
2
-10
/
+32
*
Change chrome to use the new native themed radio button.
rogerta@chromium.org
2011-05-23
7
-56
/
+63
*
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
10
-22
/
+20
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
5
-7
/
+7
*
Rename WindowWin|Gtk->NativeWindowWin|Gtk
ben@chromium.org
2011-05-19
1
-5
/
+1
*
Adds two methods to the MenuDelegate I'm going to need for bookmark
sky@chromium.org
2011-05-19
3
-6
/
+15
*
Make NativeButton on touchui focusable. This allows accessibility events to b...
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
13
-44
/
+44
*
Clean up a few things now that specialized window types are subclasses of Win...
ben@chromium.org
2011-05-18
2
-23
/
+11
*
Add support for checkboxes in menus that contain icons.
atwilson@chromium.org
2011-05-18
1
-0
/
+43
*
base/i18n: Put break_iterator* into namespace i18n.
tfarina@chromium.org
2011-05-16
1
-2
/
+2
*
[Views/GTK] also suppress the OnClicked signal when invoked gtk_radio_button_...
jochen@chromium.org
2011-05-16
2
-17
/
+23
*
Workaround for menu crash.
oshima@google.com
2011-05-13
1
-3
/
+5
*
Refactor Edit to have one Undo/Redo
oshima@google.com
2011-05-13
5
-289
/
+283
*
This CL increases the menu items size and the spacing between the status icons.
saintlou@chromium.org
2011-05-13
1
-1
/
+10
*
Add MenuItemView API to add and remove items at a particular index.
rhashimoto@chromium.org
2011-05-13
3
-41
/
+90
*
Re-land:
ben@chromium.org
2011-05-13
16
-60
/
+49
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
16
-49
/
+60
*
Add views::MenuDelegate call for per-item fonts.
rhashimoto@chromium.org
2011-05-13
6
-6
/
+36
*
Split the hierarchy.
ben@chromium.org
2011-05-13
16
-60
/
+49
*
Set minimum width on menu for NativeComboboxViews.
rhashimoto@chromium.org
2011-05-11
3
-2
/
+6
*
Added Unit Testing for pure Views Combobox
saintlou@chromium.org
2011-05-11
3
-0
/
+184
*
Undo Redo for Textfield Views
oshima@google.com
2011-05-11
6
-60
/
+1055
*
wstring: remove WideToUpper/WideToLower
evan@chromium.org
2011-05-10
5
-23
/
+23
*
Fix leak of EmptyMenuMenuItem.
rhashimoto@chromium.org
2011-05-10
1
-0
/
+2
*
Enable TestViewsDelegates for views unittests and views_examples by default
oshima@google.com
2011-05-10
2
-11
/
+0
*
Delete Obsolete PaintNow method
oshima@google.com
2011-05-09
1
-5
/
+0
*
Add simple drag and drop to NativeTextfieldViews.
msw@chromium.org
2011-05-09
3
-5
/
+376
*
ComboBox needs a minimum menu width and now uses MenuItemView.
rhashimoto@chromium.org
2011-05-09
2
-3
/
+15
*
Remove SetMultiLine() method from CheckboxNt class, since its now properly
rogerta@chromium.org
2011-05-06
2
-13
/
+0
*
Add multi-line support to TextButtonBase since this is needed by the derived
rogerta@chromium.org
2011-05-06
2
-8
/
+55
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
3
-6
/
+12
*
wstring: remove wstring version of SplitString
evan@chromium.org
2011-05-05
1
-5
/
+4
[next]