Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1156)

Issue 1320093005: Mac: Don't replace "quotes" with “smartquotes” in the Omnibox (Closed)

Created:
5 years, 3 months ago by tapted
Modified:
5 years, 3 months ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Mac: Don't replace "quotes" with “smartquotes” in the Omnibox Actually, disable all substitutions be default. They're not likely to be useful for the omnibox. Since linking to the 10.10 SDK, the omnibox on Mac has started smartquotifying input. It also replaces "--" with an em-dash. These are unlikely to be desired for URL or search input, so this restores the old behavior. BUG=528014 TEST=Type a quote (") or two dashes (--) in the Omnibox on Mac and wait a second. It shouldn't get replaced by a different character. Committed: https://crrev.com/39a9074f2fc832be61d1332af1175cfae8bf9186 Cr-Commit-Position: refs/heads/master@{#348783}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Nothing explodes - just set it to 0 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -6 lines) Patch
M chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm View 1 1 chunk +5 lines, -6 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
tapted
Hi Robert, please take a look. I poked around some of the other NSTextCheckingType options ...
5 years, 3 months ago (2015-09-09 07:03:20 UTC) #2
Scott Hess - ex-Googler
https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm (right): https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm#newcode67 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm:67: checkingTypes &= ~NSTextCheckingTypeDash; I support going for broke and ...
5 years, 3 months ago (2015-09-09 15:55:04 UTC) #4
Robert Sesek
https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm (right): https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm#newcode67 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm:67: checkingTypes &= ~NSTextCheckingTypeDash; On 2015/09/09 15:55:04, Scott Hess wrote: ...
5 years, 3 months ago (2015-09-09 22:38:25 UTC) #5
groby-ooo-7-16
https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm (right): https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm#newcode67 chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm:67: checkingTypes &= ~NSTextCheckingTypeDash; On 2015/09/09 22:38:25, Robert Sesek wrote: ...
5 years, 3 months ago (2015-09-12 00:53:46 UTC) #7
Scott Hess - ex-Googler
On 2015/09/12 00:53:46, groby wrote: > https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm > File chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm > (right): > > https://codereview.chromium.org/1320093005/diff/1/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm#newcode67 ...
5 years, 3 months ago (2015-09-12 01:27:25 UTC) #8
groby-ooo-7-16
On 2015/09/12 01:27:25, Scott Hess wrote: > On 2015/09/12 00:53:46, groby wrote: > > > ...
5 years, 3 months ago (2015-09-12 01:37:31 UTC) #9
tapted
Well I set it to 0, had a tinker, and nothing exploded :). PTAL. I ...
5 years, 3 months ago (2015-09-14 07:31:22 UTC) #10
groby-ooo-7-16
LGTM from my POV. Please wait for shess, he seemed to have some interest in ...
5 years, 3 months ago (2015-09-14 14:35:31 UTC) #11
Scott Hess - ex-Googler
On 2015/09/14 14:35:31, groby wrote: > LGTM from my POV. Please wait for shess, he ...
5 years, 3 months ago (2015-09-14 15:19:13 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1320093005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1320093005/20001
5 years, 3 months ago (2015-09-15 00:01:00 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-15 00:08:33 UTC) #15
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/39a9074f2fc832be61d1332af1175cfae8bf9186 Cr-Commit-Position: refs/heads/master@{#348783}
5 years, 3 months ago (2015-09-15 00:09:05 UTC) #16
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:39:54 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/39a9074f2fc832be61d1332af1175cfae8bf9186
Cr-Commit-Position: refs/heads/master@{#348783}

Powered by Google App Engine
This is Rietveld 408576698