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

Issue 14330012: Omnibox: Truncate HistoryContents Searches at 10k Characters (Closed)

Created:
7 years, 8 months ago by Mark P
Modified:
7 years, 8 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, James Su
Visibility:
Public.

Description

Omnibox: Truncate HistoryContents Searches at 10k Characters BUG=168842 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194960

Patch Set 1 #

Total comments: 2

Patch Set 2 : 10k -> 2k #

Patch Set 3 : revise comment #

Total comments: 4

Patch Set 4 : move to local scope. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -9 lines) Patch
M chrome/browser/autocomplete/history_contents_provider.cc View 1 2 3 2 chunks +18 lines, -9 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mark P
7 years, 8 months ago (2013-04-17 22:28:45 UTC) #1
Peter Kasting
https://codereview.chromium.org/14330012/diff/1/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/1/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 10000u; Even 10K seems like ...
7 years, 8 months ago (2013-04-17 22:34:57 UTC) #2
Mark P
https://codereview.chromium.org/14330012/diff/1/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/1/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 10000u; On 2013/04/17 22:34:57, Peter ...
7 years, 8 months ago (2013-04-17 22:58:22 UTC) #3
Peter Kasting
LGTM https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 2000u; Nit: Since this ...
7 years, 8 months ago (2013-04-17 22:59:45 UTC) #4
Mark P
https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 2000u; On 2013/04/17 22:59:45, Peter ...
7 years, 8 months ago (2013-04-17 23:06:48 UTC) #5
Peter Kasting
https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 2000u; On 2013/04/17 23:06:48, Mark ...
7 years, 8 months ago (2013-04-17 23:09:01 UTC) #6
Mark P
https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc File chrome/browser/autocomplete/history_contents_provider.cc (right): https://codereview.chromium.org/14330012/diff/6001/chrome/browser/autocomplete/history_contents_provider.cc#newcode41 chrome/browser/autocomplete/history_contents_provider.cc:41: const size_t kMaxCharactersToConsider = 2000u; On 2013/04/17 23:09:01, Peter ...
7 years, 8 months ago (2013-04-17 23:13:28 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mpearson@chromium.org/14330012/5002
7 years, 8 months ago (2013-04-18 15:08:29 UTC) #8
commit-bot: I haz the power
7 years, 8 months ago (2013-04-18 17:33:33 UTC) #9
Message was sent while issue was closed.
Change committed as 194960

Powered by Google App Engine
This is Rietveld 408576698