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
*
Initialize most_recent_profile_ in constructor.
ctguil@chromium.org
2010-08-10
1
-1
/
+1
*
Enable better NVDA support for custom menus.
ctguil@chromium.org
2010-08-06
4
-10
/
+25
*
Add view class names to some classes used in the Wrench menu.
dmazzoni@chromium.org
2010-08-04
4
-0
/
+29
*
Remove a deprecated wstring ToLower function.
tony@chromium.org
2010-08-04
2
-3
/
+6
*
Makes cut/copy/paste buttons centered with respect to the
sky@chromium.org
2010-08-03
2
-7
/
+11
*
Cleanup: Remove unneeded headers from app/ (part 2)
thestig@chromium.org
2010-07-31
2
-2
/
+0
*
Add undeclared virtual destructors part 2
ziadh@chromium.org
2010-07-27
1
-0
/
+3
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
20
-0
/
+20
*
Fixes regression in links ending up too small. The problem is that we
sky@chromium.org
2010-07-21
1
-1
/
+1
*
[Linux Views]Handle focus traversing correctly.
suzhe@chromium.org
2010-07-20
1
-2
/
+10
*
Fixes crash in views/gtk when pressing space bar on a menu button.
sky@chromium.org
2010-07-18
1
-0
/
+6
*
Ups the max size of bookmark menus to accommodate the wrench menu.
sky@chromium.org
2010-07-08
1
-1
/
+3
*
Fix a typo that caused wrong menu highlight color being used for ChromeOS.
xiyuan@chromium.org
2010-07-07
1
-1
/
+1
*
Add some missing states for menu items. This allows AT's to know when a menu...
dtseng@chromium.org
2010-07-07
1
-0
/
+13
*
Makes menu draw disabled arrow the correct color for classic windows.
sky@chromium.org
2010-07-07
2
-6
/
+19
*
Fixes menus when shown by way of pressing alt-f. I need to turn on
sky@chromium.org
2010-07-07
3
-15
/
+8
*
Re-land r51526
mnissler@chromium.org
2010-07-05
1
-0
/
+1
*
Changes the menu code to show mnemonics if the alt key is down.
sky@chromium.org
2010-07-02
1
-2
/
+13
*
Move WindowImpl to gfx so I can use it there for canvas unit tests.
ben@chromium.org
2010-07-02
1
-2
/
+2
*
Revert r51526 (Auto-size the views version of the options dialog.)
mnissler@chromium.org
2010-07-02
1
-1
/
+0
*
Auto-size the views version of the options dialog.
mnissler@chromium.org
2010-07-02
1
-0
/
+1
*
Hook up the MenuViewItem objects to a widget so that they may send accessibil...
dtseng@chromium.org
2010-07-01
3
-3
/
+49
*
Moves gtk accelerator processing functions to base/gtk_util so I can
sky@chromium.org
2010-07-01
1
-20
/
+2
*
Fixes possible crash in showing menus. This is less likely now that
sky@chromium.org
2010-07-01
2
-11
/
+67
*
Canvas refactoring phase 4b:
ben@chromium.org
2010-06-30
3
-8
/
+8
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-25
5
-24
/
+28
*
Changes mnemonics for bookmark menus to show the mnemonics if either
sky@chromium.org
2010-06-25
3
-14
/
+58
*
Revert 50784 - Canvas refactoring part 3.
ben@chromium.org
2010-06-24
5
-28
/
+24
*
Canvas refactoring part 3.
ben@chromium.org
2010-06-24
5
-24
/
+28
*
Canvas refactoring part 2.
ben@chromium.org
2010-06-23
3
-4
/
+5
*
Fixes possible crash in menus and makes widgetgtk not send out
sky@chromium.org
2010-06-22
2
-5
/
+11
*
Adds support for radio menu items to bookmark menus.
sky@chromium.org
2010-06-18
6
-26
/
+141
*
Adds support for click-drag-release on views embedded in a menu to
sky@chromium.org
2010-06-18
2
-5
/
+124
*
Tweaks for the merged menu:
sky@chromium.org
2010-06-17
5
-9
/
+12
*
Adds support for showing accelerators in bookmark menus.
sky@chromium.org
2010-06-09
8
-24
/
+110
*
Makes it so child views of menuitemview can be traversed with the
sky@chromium.org
2010-06-09
12
-53
/
+234
*
Views menu gradient change for ChromeOS to sync with gtk theme change.
xiyuan@chromium.org
2010-05-20
1
-5
/
+3
*
Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()...
pkasting@chromium.org
2010-05-10
3
-4
/
+4
*
Close menu on grab broke event.
oshima@chromium.org
2010-05-05
3
-2
/
+17
*
Remove svn:executable property from the last few files that don't need it.
thestig@chromium.org
2010-04-27
1
-0
/
+0
*
Fixes possible crash if the window hosting a menu was closed while the
sky@chromium.org
2010-04-16
11
-199
/
+323
*
Make views menu have a similar look and feel of native menu on ChromeOS:
xiyuan@chromium.org
2010-04-13
3
-0
/
+42
*
[accessibility] Allow views to have multiple accessibility states and add cor...
mhm@chromium.org
2010-04-09
4
-1
/
+16
*
Relanding:
oshima@chromium.org
2010-04-06
1
-1
/
+6
*
Revert "BookmarkBarView tests fixes"
oshima@chromium.org
2010-04-05
1
-7
/
+1
*
BookmarkBarView tests fixes
oshima@chromium.org
2010-04-05
1
-1
/
+7
*
Fix number of arguments to gtk callback macro.
dmazzoni@chromium.org
2010-04-01
2
-7
/
+5
*
Keyboard accessibility for the page and app menus.
dmazzoni@chromium.org
2010-03-31
7
-14
/
+251
*
Re-apply r42703 which was reverted because of a conflict with another patch t...
estade@chromium.org
2010-03-26
2
-9
/
+9
*
Reverting this CL to fix the interactive ui test failures.
ananta@chromium.org
2010-03-26
7
-255
/
+17
[next]