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
/
menu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-land:
ben@chromium.org
2011-06-16
1
-3
/
+3
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-3
/
+3
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-3
/
+3
*
added right click check.
shinyak@google.com
2011-06-15
1
-2
/
+2
*
views: Make MenuDelegate constructor virtual.
thakis@chromium.org
2011-06-08
2
-0
/
+4
*
views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca...
tfarina@chromium.org
2011-06-08
1
-1
/
+1
*
Reverse menu anchor position provided to views::MenuItemView for RTL languages.
rhashimoto@chromium.org
2011-06-07
2
-3
/
+12
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
3
-14
/
+14
*
Replace ButtonDropDown menu implementation (Menu2) with MenuItemView.
rhashimoto@chromium.org
2011-06-01
8
-7
/
+46
*
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
2
-6
/
+7
*
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
2
-7
/
+6
*
This change implements a first pass in the effort to remove the dependency of...
twiz@chromium.org
2011-05-25
2
-6
/
+7
*
Chromeos: virtual destructors should have virtual keyword (part 3).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Chromeos: virtual destructors should have virtual keyword (part 2).
hans@chromium.org
2011-05-25
1
-1
/
+1
*
Allow adjustment of MenuItemView top and bottom margins.
rhashimoto@chromium.org
2011-05-23
2
-10
/
+32
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
4
-4
/
+4
*
ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).
tfarina@chromium.org
2011-05-20
2
-4
/
+4
*
Adds two methods to the MenuDelegate I'm going to need for bookmark
sky@chromium.org
2011-05-19
3
-6
/
+15
*
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
5
-22
/
+22
*
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
*
Workaround for menu crash.
oshima@google.com
2011-05-13
1
-3
/
+5
*
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
7
-43
/
+32
*
Revert 85269 - Split the hierarchy.
ben@chromium.org
2011-05-13
7
-32
/
+43
*
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
7
-43
/
+32
*
Set minimum width on menu for NativeComboboxViews.
rhashimoto@chromium.org
2011-05-11
1
-1
/
+1
*
wstring: remove WideToUpper/WideToLower
evan@chromium.org
2011-05-10
4
-19
/
+19
*
Fix leak of EmptyMenuMenuItem.
rhashimoto@chromium.org
2011-05-10
1
-0
/
+2
*
ComboBox needs a minimum menu width and now uses MenuItemView.
rhashimoto@chromium.org
2011-05-09
2
-3
/
+15
*
FTP: split the directory listing parser test and re-enable it on TSan bots
phajdan.jr@chromium.org
2011-05-06
2
-4
/
+9
*
Remove crrev.com/82385 debug code added for crbug.com/78792.
msw@chromium.org
2011-05-04
4
-32
/
+2
*
When GetIcon returns false on Windows, we should not use the icon it outputs....
finnur@chromium.org
2011-05-02
1
-3
/
+4
*
Fix crash in RenderViewContextMenuViews::RunMenuAt. As part of fixing
sky@chromium.org
2011-04-28
2
-0
/
+3
*
Fixes timing issue with when MenuClosed is sent to the
sky@chromium.org
2011-04-27
1
-3
/
+3
*
Step 5 in native theme refactoring
rogerta@chromium.org
2011-04-27
1
-33
/
+28
*
Fixes crash in menu code that would happen if you attempted to show a
sky@chromium.org
2011-04-26
5
-25
/
+42
*
Rename CreateParams to InitParams.
ben@chromium.org
2011-04-26
3
-4
/
+4
*
Rework the way Widget::Init works:
ben@chromium.org
2011-04-26
6
-30
/
+21
*
Revert "Change status button menu"
saintlou@chromium.org
2011-04-25
6
-37
/
+7
*
Change status button menu (ClockMenu, NetworkMenu, PowerMenu) implementation ...
rhashimoto@chromium.org
2011-04-22
6
-7
/
+37
*
Add SubmenuView::magic_token_ and checks.
msw@chromium.org
2011-04-22
4
-26
/
+53
[next]