summaryrefslogtreecommitdiffstats
path: root/content/content_tests.gypi
diff options
context:
space:
mode:
authorasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 01:51:03 +0000
committerasvitkine@chromium.org <asvitkine@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-27 01:51:03 +0000
commit432c9a744ec79607b493f06d833f84922ab3986f (patch)
tree83a767e15416253b0ab4d5044a85c525890c0ee9 /content/content_tests.gypi
parentda108d6344e507f7ce6b4bcf975e02f54f86eefc (diff)
downloadchromium_src-432c9a744ec79607b493f06d833f84922ab3986f.zip
chromium_src-432c9a744ec79607b493f06d833f84922ab3986f.tar.gz
chromium_src-432c9a744ec79607b493f06d833f84922ab3986f.tar.bz2
Mac: Fix dictionary popup failing for some text at end of line.
Make the selected text comparison strip any trailing/leading whitespace. This happens to be the case for the selected text for some end-of-line text selections. Adds a unit test and also documents the selection-related member variables in render_view_impl.h and fixes a few lint warnings in the files. BUG=170091 TEST=Per bug repro steps. Review URL: https://chromiumcodereview.appspot.com/12295037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r--content/content_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index efac3e5..4ece8e6 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -382,6 +382,7 @@
'renderer/paint_aggregator_unittest.cc',
'renderer/pepper/pepper_broker_impl_unittest.cc',
'renderer/render_thread_impl_unittest.cc',
+ 'renderer/render_view_impl_unittest.cc',
'renderer/v8_value_converter_impl_unittest.cc',
'test/gpu/gpu_test_config_unittest.cc',
'test/gpu/gpu_test_expectations_parser_unittest.cc',