diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 07:27:24 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 07:27:24 +0000 |
commit | bd239ad62a831d9d82e419e420f01114a677e67b (patch) | |
tree | 2400ebc1d4aeba17834befe2ac85666d5f01f783 /AUTHORS | |
parent | 08977cda717b5dd0cc8f79ef18910902e773abe6 (diff) | |
download | chromium_src-bd239ad62a831d9d82e419e420f01114a677e67b.zip chromium_src-bd239ad62a831d9d82e419e420f01114a677e67b.tar.gz chromium_src-bd239ad62a831d9d82e419e420f01114a677e67b.tar.bz2 |
Honor select-all on tab-away when omnibar is empty (gtk)
Also added a browser test for this case.
The bug is an ordering error, possibly because the
programmer was unaware that GetStateForTabSwitch
can actually mutate the selection state, for the
odd case outlined in bug 38385.
BUG=38385
TEST=Delete URL from omnibar. Create tab, delete tab. URL should be reverted and selected.
Patch by Matthew Willis <appamatto@gmail.com>
Review URL: http://codereview.chromium.org/1047004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,3 +70,4 @@ Paul Kehrer <paul.l.kehrer@gmail.com> Chamal De Silva <chamal.desilva@gmail.com> Jay Soffian <jaysoffian@gmail.com> Brian G. Merrell <bgmerrell@gmail.com> +Matthew Willis <appamatto@gmail.com> |