diff options
author | Eriq.Augustine@gmail.com <Eriq.Augustine@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 22:01:03 +0000 |
---|---|---|
committer | Eriq.Augustine@gmail.com <Eriq.Augustine@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-11 22:01:03 +0000 |
commit | 7dddebc3fc805149270b43464a9a5998a8a03d3b (patch) | |
tree | d16d714cc7638a890638648d1254f78d3e479f2e /AUTHORS | |
parent | e3beecbfd1b18d1544449ab9a20f94ce970e01fc (diff) | |
download | chromium_src-7dddebc3fc805149270b43464a9a5998a8a03d3b.zip chromium_src-7dddebc3fc805149270b43464a9a5998a8a03d3b.tar.gz chromium_src-7dddebc3fc805149270b43464a9a5998a8a03d3b.tar.bz2 |
Ensure one radio button is always checked in extension context menus.
This patch changes the behavior on all systems to match the behavior on Linux
ie. there is always exactly one item selected in a run of radio items.
This patch includes a unit test (ExtensionMenuManagerTest.SanitizeRadioButtons).
BUG=49808
TEST=On any OS but Linux, load an extension that has a context menu without
items selected by defuat. One item shuold be selected, but none are.
Review URL: http://codereview.chromium.org/8935016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,3 +156,4 @@ Junmin Zhu <junmin.zhu@intel.com> Cem Kocagil <cem.kocagil@gmail.com> Simon Hong <simon.hong81@gmail.com> Lu Guanqun <guanqun.lu@gmail.com> +Eriq Augustine <eriq.augustine@gmail.com> |