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
*
Fix menu click bug.
oshima@chromium.org
2010-11-10
1
-1
/
+1
*
Do not send many requests to flimflam when network chagned.
oshima@chromium.org
2010-11-09
2
-2
/
+25
*
Re-insert IP address in Network Menu.
stevenjb@chromium.org
2010-11-08
2
-5
/
+7
*
Attempt at fixing leaks from SetProp. Apparently there is a finite
sky@chromium.org
2010-11-01
1
-8
/
+4
*
Cleanup: Remove base/gtk_util.h by moving its methods to
jhawkins@chromium.org
2010-10-29
1
-2
/
+1
*
Grab keyboard input when showing domui/views menu.
oshima@chromium.org
2010-10-27
2
-16
/
+21
*
touchui: Directly process key and mouse events.
rjkroege@google.com
2010-10-26
6
-2
/
+53
*
Update gtk/menu2 without closing menu
oshima@chromium.org
2010-10-26
1
-8
/
+15
*
Menu crash fix for domui/gtk menu that is caused by multiple context menu req...
oshima@chromium.org
2010-10-22
4
-2
/
+112
*
Convert LOG(INFO) to VLOG(1) - views/.
pkasting@chromium.org
2010-10-20
3
-51
/
+0
*
Move windows version-related stuff out of base/win_util and into base/win/win...
brettw@chromium.org
2010-10-15
1
-3
/
+3
*
Fixes bug in wrench menu where closing with menu open could trigger
sky@chromium.org
2010-10-05
1
-0
/
+1
*
DOMUI implementation of Menu2.
oshima@chromium.org
2010-10-04
1
-0
/
+4
*
Remove mnemonic and add keyboard shortcut text to the accessible name of text...
ctguil@chromium.org
2010-10-01
2
-21
/
+35
*
Refactor RadioButton Image code for linux/gtk
oshima@chromium.org
2010-09-29
3
-76
/
+122
*
Add SetMinimumWidth to Menu2 for chromeos.
oshima@chromium.org
2010-09-29
7
-0
/
+20
*
Make accessible getters return values instead of accepting an output paramete...
ctguil@chromium.org
2010-09-28
6
-28
/
+18
*
Make windows menu accelerators work in owner-draw mode.
asargent@chromium.org
2010-09-15
1
-9
/
+5
*
Fixes bug in bookmark menus where using arrow keys would select
sky@chromium.org
2010-09-13
2
-3
/
+29
*
Changes the max width for bookmark menus back to 400 and leaves them
sky@chromium.org
2010-09-07
2
-9
/
+10
*
Fixes bookmark menus to deal with multiple menus sharing the same
sky@chromium.org
2010-09-07
2
-48
/
+123
*
Re-lands 58186:
bryeung@chromium.org
2010-09-03
4
-20
/
+20
*
Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...
akalin@chromium.org
2010-09-02
4
-20
/
+20
*
Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-02
4
-20
/
+20
*
Adds support for invisible menu items to bookmark menus and wires it
sky@chromium.org
2010-09-01
1
-4
/
+7
*
Revert 58186 - Move the keyboard files from base/ to app/.
phajdan.jr@chromium.org
2010-09-01
4
-20
/
+20
*
Move the keyboard files from base/ to app/.
bryeung@chromium.org
2010-09-01
4
-20
/
+20
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
1
-1
/
+0
*
Another take on menu's. This uses the hosting menu scroll view container as ...
dtseng@chromium.org
2010-08-19
3
-4
/
+19
*
Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...
pkasting@chromium.org
2010-08-18
1
-1
/
+1
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
6
-14
/
+17
*
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
[next]