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

Issue 187004: Adding in memory log of history visit database. This... (Closed)

Created:
11 years, 3 months ago by huanr
Modified:
9 years ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google), Paweł Hajdan Jr.
Visibility:
Public.

Description

Adding in memory log of history visit database. This log will be saved in crash dump (to be done in next CL) to help debug the corruption in history thread. TEST=Added unit test. BUG=16591 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25276

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -0 lines) Patch
M chrome/browser/history/visit_database.cc View 16 chunks +16 lines, -0 lines 0 comments Download
A chrome/browser/history/visit_log.h View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A chrome/browser/history/visit_log.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/history/visit_log_unittest.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
M chrome/chrome.gyp View 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
huanr
11 years, 3 months ago (2009-09-02 04:19:13 UTC) #1
brettw
http://codereview.chromium.org/187004/diff/7001/7003 File chrome/browser/history/visit_log.cc (right): http://codereview.chromium.org/187004/diff/7001/7003#newcode46 Line 46: void InitVisitLog(VisitLog* vlog) { It doesn't look like ...
11 years, 3 months ago (2009-09-02 16:14:50 UTC) #2
huanr
http://codereview.chromium.org/187004/diff/7001/7003 File chrome/browser/history/visit_log.cc (right): http://codereview.chromium.org/187004/diff/7001/7003#newcode46 Line 46: void InitVisitLog(VisitLog* vlog) { Calling Init will be ...
11 years, 3 months ago (2009-09-02 16:29:50 UTC) #3
brettw
11 years, 3 months ago (2009-09-02 21:44:46 UTC) #4
I see, LGTM

Powered by Google App Engine
This is Rietveld 408576698