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

Issue 15945004: Case-insensitive search for non-ASCII characters in auto-complete of Drive files. (Closed)

Created:
7 years, 7 months ago by kinaba
Modified:
7 years, 7 months ago
Reviewers:
satorux1
CC:
chromium-reviews, tfarina, oshima+watch_chromium.org, stevenjb+watch_chromium.org, nkostylev+watch_chromium.org, davemoore+watch_chromium.org
Visibility:
Public.

Description

Case-insensitive search for non-ASCII characters in auto-complete of Drive files. At the same time, it changes the behavior to highlight only the first occurrence of the query pattern. I believe it is ok, because (1) drive.google.com highlights in that way (2) it is sufficient for users to know why the file is suggested. BUG=173948 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=202409

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Review fix. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -39 lines) Patch
M chrome/browser/chromeos/drive/search_metadata.h View 1 1 chunk +7 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/drive/search_metadata.cc View 1 4 chunks +19 lines, -32 lines 0 comments Download
M chrome/browser/chromeos/drive/search_metadata_unittest.cc View 1 3 chunks +25 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
kinaba
Please take a look. To match with the i18n::StringSearchIgnoringCaseAndAccents interface I changed the behavior of ...
7 years, 7 months ago (2013-05-27 04:49:25 UTC) #1
satorux1
LGTM with nits: https://codereview.chromium.org/15945004/diff/2001/chrome/browser/chromeos/drive/search_metadata.cc File chrome/browser/chromeos/drive/search_metadata.cc (right): https://codereview.chromium.org/15945004/diff/2001/chrome/browser/chromeos/drive/search_metadata.cc#newcode222 chrome/browser/chromeos/drive/search_metadata.cc:222: size_t match_start, match_length; nit: initialize them ...
7 years, 7 months ago (2013-05-27 05:00:24 UTC) #2
kinaba
https://codereview.chromium.org/15945004/diff/2001/chrome/browser/chromeos/drive/search_metadata.cc File chrome/browser/chromeos/drive/search_metadata.cc (right): https://codereview.chromium.org/15945004/diff/2001/chrome/browser/chromeos/drive/search_metadata.cc#newcode222 chrome/browser/chromeos/drive/search_metadata.cc:222: size_t match_start, match_length; On 2013/05/27 05:00:24, satorux1 wrote: > ...
7 years, 7 months ago (2013-05-27 05:50:26 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/15945004/14001
7 years, 7 months ago (2013-05-27 07:19:12 UTC) #4
commit-bot: I haz the power
7 years, 7 months ago (2013-05-27 13:14:23 UTC) #5
Message was sent while issue was closed.
Change committed as 202409

Powered by Google App Engine
This is Rietveld 408576698