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

Issue 7550062: Limit size of typed url node. (Closed)

Created:
9 years, 4 months ago by Andrew T Wilson (Slow)
Modified:
9 years, 4 months ago
CC:
chromium-reviews, Raghu Simha, ncarter (slow), Paweł Hajdan Jr., tim (not reviewing), idana
Visibility:
Public.

Description

Limit size of typed url node. Now, we cap the # visits for each node to 100 items, to avoid hitting the 10K node size limit on the server. We also ignore all reload visits, since those are not used by the omnibox suggestion algorithm and tend to be the bulk of the visits in the large nodes we've encountered. BUG=89460 TEST=Run unit tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96287

Patch Set 1 #

Patch Set 2 : Removed unnecessary #include #

Patch Set 3 : Fixed clang compilation error. #

Total comments: 12

Patch Set 4 : Addressed review feedback. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -9 lines) Patch
M chrome/browser/sync/glue/typed_url_model_associator.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator.cc View 1 2 3 2 chunks +69 lines, -8 lines 0 comments Download
M chrome/browser/sync/glue/typed_url_model_associator_unittest.cc View 1 2 3 2 chunks +78 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Andrew T Wilson (Slow)
Please take a look.
9 years, 4 months ago (2011-08-07 23:00:07 UTC) #1
Andrew T Wilson (Slow)
Looks like Nicolas is OOO this week - can you take a look at this, ...
9 years, 4 months ago (2011-08-09 18:04:59 UTC) #2
Rick Campbell
LGTM with a bunch of nits. http://codereview.chromium.org/7550062/diff/2001/chrome/browser/sync/glue/typed_url_model_associator.cc File chrome/browser/sync/glue/typed_url_model_associator.cc (right): http://codereview.chromium.org/7550062/diff/2001/chrome/browser/sync/glue/typed_url_model_associator.cc#newcode570 chrome/browser/sync/glue/typed_url_model_associator.cc:570: // Walk the ...
9 years, 4 months ago (2011-08-09 21:25:26 UTC) #3
Andrew T Wilson (Slow)
Thanks. I'm going to run it through the trybots again to make sure that new ...
9 years, 4 months ago (2011-08-10 21:11:30 UTC) #4
commit-bot: I haz the power
9 years, 4 months ago (2011-08-11 01:11:42 UTC) #5
Change committed as 96287

Powered by Google App Engine
This is Rietveld 408576698