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

Issue 3138006: Next step integrating the HistoryQuickProvider: Implement index initializatio... (Closed)

Created:
10 years, 4 months ago by mrossetti
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, brettw-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Next step integrating the HistoryQuickProvider: Implement index initialization and population and provide unit test with test data. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=56962

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 42

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 38

Patch Set 12 : '' #

Total comments: 12

Patch Set 13 : '' #

Patch Set 14 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -11 lines) Patch
M chrome/browser/history/in_memory_history_backend.cc View 12 13 2 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +141 lines, -3 lines 0 comments Download
M chrome/browser/history/in_memory_url_index.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +160 lines, -4 lines 0 comments Download
M chrome/browser/history/in_memory_url_index_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +98 lines, -2 lines 0 comments Download
A chrome/test/data/History/url_history_provider_test.db.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
mrossetti
The winbot and linuxbot failures do not appear to be related to this CL, but ...
10 years, 4 months ago (2010-08-12 02:59:55 UTC) #1
mrossetti
The test setup for linux fails to find sqlite3. Researching.
10 years, 4 months ago (2010-08-12 03:29:07 UTC) #2
mrossetti
'snprintf' does not appear to be available on win. Researching.
10 years, 4 months ago (2010-08-12 03:41:11 UTC) #3
mrossetti
This is now ready for review.
10 years, 4 months ago (2010-08-13 18:21:46 UTC) #4
rohitrao (ping after 24h)
http://codereview.chromium.org/3138006/diff/8002/6006 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/8002/6006#newcode9 chrome/browser/history/in_memory_url_index.cc:9: #include <queue> What is this include for? http://codereview.chromium.org/3138006/diff/8002/6006#newcode11 chrome/browser/history/in_memory_url_index.cc:11: ...
10 years, 4 months ago (2010-08-17 19:53:20 UTC) #5
mrossetti
Excellent review comments! Thanks! All comments addressed. http://codereview.chromium.org/3138006/diff/8002/6006 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/8002/6006#newcode9 chrome/browser/history/in_memory_url_index.cc:9: #include <queue> ...
10 years, 4 months ago (2010-08-18 21:20:23 UTC) #6
mrossetti
Made some minor cleanup changes.
10 years, 4 months ago (2010-08-18 23:51:02 UTC) #7
mrossetti
+ pkasting to review
10 years, 4 months ago (2010-08-19 20:10:39 UTC) #8
Peter Kasting
I skimmed the algorithms, and mostly reviewed for style. http://codereview.chromium.org/3138006/diff/47001/33005 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/47001/33005#newcode19 chrome/browser/history/in_memory_url_index.cc:19: ...
10 years, 4 months ago (2010-08-19 20:59:21 UTC) #9
mrossetti
Issues addressed, lint errors also. Ready for another go. http://codereview.chromium.org/3138006/diff/47001/33005 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/47001/33005#newcode19 chrome/browser/history/in_memory_url_index.cc:19: ...
10 years, 4 months ago (2010-08-20 17:59:49 UTC) #10
Peter Kasting
LGTM with a couple questions http://codereview.chromium.org/3138006/diff/49001/43007 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/49001/43007#newcode37 chrome/browser/history/in_memory_url_index.cc:37: if (history_db) { The ...
10 years, 4 months ago (2010-08-20 18:41:08 UTC) #11
mrossetti
Addressed issues. Will commit after merge and testing. http://codereview.chromium.org/3138006/diff/49001/43007 File chrome/browser/history/in_memory_url_index.cc (right): http://codereview.chromium.org/3138006/diff/49001/43007#newcode37 chrome/browser/history/in_memory_url_index.cc:37: if ...
10 years, 4 months ago (2010-08-20 23:35:07 UTC) #12
Peter Kasting
10 years, 4 months ago (2010-08-21 00:02:25 UTC) #13
Great, LGTM!

Powered by Google App Engine
This is Rietveld 408576698