diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 15:53:01 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-04 15:53:01 +0000 |
commit | 73eac2e9b99d5c4cd67168c8c0bcf126c2f835c1 (patch) | |
tree | f96c9d5a168ea6c2a7c4bb7573f12e5829c54fa8 /third_party/android_testrunner | |
parent | a7f9748aa9a9b9930f7ea037a5e23e2709c77d31 (diff) | |
download | chromium_src-73eac2e9b99d5c4cd67168c8c0bcf126c2f835c1.zip chromium_src-73eac2e9b99d5c4cd67168c8c0bcf126c2f835c1.tar.gz chromium_src-73eac2e9b99d5c4cd67168c8c0bcf126c2f835c1.tar.bz2 |
mac: Make services menu work after hitting "select all"
The problem was that "select all" didn't go through
RenderViewHostImpl::SelectAll(). That method has the effect of setting
handling_select_range_ in RenderViewImpl::OnSelectAll(). Previously, this
bool wasn't set, causing RenderViewImpl::didChangeSelection() to return early,
which in turn meant that the browser process wasn't informed about the updated
selection.
BUG=114870
TEST=Focus a text box, enter some text, hit cmd-a. Check that text services
are selectable in the services menu.
Review URL: https://codereview.chromium.org/12398005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/android_testrunner')
0 files changed, 0 insertions, 0 deletions