diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 02:01:57 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 02:01:57 +0000 |
commit | 365632b6511797f47983a1bbae1dc4fd84e0ba1b (patch) | |
tree | 1f765e845fb917886a8338a29478738645fbeed0 /build | |
parent | 69ac9dc297cdf825abc78d1b097580fafea8ea40 (diff) | |
download | chromium_src-365632b6511797f47983a1bbae1dc4fd84e0ba1b.zip chromium_src-365632b6511797f47983a1bbae1dc4fd84e0ba1b.tar.gz chromium_src-365632b6511797f47983a1bbae1dc4fd84e0ba1b.tar.bz2 |
Make right-clicking the omnibox with nothing selected select all (just like left-clicking).
Eat middle-mouse clicks on the omnibox to avoid tripping a CRichEditCtrl bug.
Original patch by Jared Wein (see http://codereview.chromium.org/2241003 ), r=me.
BUG=6873, 30134
TEST=Middle-click the omnibox, then try to click it (or any other UI element), and make sure the click has an effect. Select a portion of the URL and right-click on the omnibox. Notice that the selection does not change. Clear the selection and right-click on the omnibox and notice that the URL is automatically selected.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index ee19492..0867e42 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1258,7 +1258,7 @@ '$(VSInstallDir)/VC/atlmfc/include', ], 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], - 'msvs_disabled_warnings': [4396, 4503, 4819], + 'msvs_disabled_warnings': [4351, 4396, 4503, 4819], 'msvs_settings': { 'VCCLCompilerTool': { 'MinimalRebuild': 'false', |