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

Issue 113591: Fix Acid3 Test 48: LINKTEST, Chromium side.... (Closed)

Created:
11 years, 7 months ago by dglazkov
Modified:
7 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com
Base URL:
svn://chrome-svn.corp.google.com/chrome/trunk/src/
Visibility:
Public.

Description

Fix Acid3 Test 48: LINKTEST, Chromium side.... R=brettw BUG=http://crbug.com/231 BUG=http://crubg.com/5160 TEST=ExpireHistoryTest.ArchiveSomeOldHistory TEST=ExpireHistoryTest.ExpiringVisitsReader TEST=VisitedLinkTest.Listener TEST=VisitedLinkTest.Resizing TEST=VisitedLinkRelayTest.* TEST=VisitedLinkEventsTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19910

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : With proper tests listed #

Total comments: 3

Patch Set 6 : Store early expiration threshold in meta table #

Patch Set 7 : Added using base::Time #

Patch Set 8 : One more cleanup pass #

Patch Set 9 : Move TrackingVisitedLinkListener out of anon nmspc. #

Patch Set 10 : '' #

Total comments: 6

Patch Set 11 : Adding scheduler/tasks; work in progress #

Patch Set 12 : Refactored out the scheduler #

Patch Set 13 : '' #

Patch Set 14 : Cleaned up, ready to go #

Total comments: 22

Patch Set 15 : Styling comments addressed. #

Patch Set 16 : '' #

Patch Set 17 : Added visitedlink_event_listener.* and cleaned up #

Patch Set 18 : More cleanup #

Total comments: 8

Patch Set 19 : Move around to accommodate changes. #

Patch Set 20 : Final-final cleanup #

Patch Set 21 : Made waiting more bearable. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+997 lines, -121 lines) Patch
M chrome/browser/history/expire_history_backend.h View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +50 lines, -6 lines 0 comments Download
M chrome/browser/history/expire_history_backend.cc View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +127 lines, -27 lines 0 comments Download
M chrome/browser/history/expire_history_backend_unittest.cc View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +34 lines, -3 lines 0 comments Download
M chrome/browser/history/history.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/history/history_database.h View 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +7 lines, -0 lines 0 comments Download
M chrome/browser/history/history_database.cc View 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +24 lines, -0 lines 0 comments Download
M chrome/browser/history/redirect_uitest.cc View 16 17 18 19 20 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/visit_database.h View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +15 lines, -0 lines 0 comments Download
M chrome/browser/history/visit_database.cc View 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +29 lines, -0 lines 0 comments Download
M chrome/browser/profile.h View 16 17 18 19 20 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/profile.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +3 lines, -24 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +8 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/browser_render_process_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +73 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/mock_render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/mock_render_process_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +9 lines, -0 lines 0 comments Download
M chrome/browser/renderer_host/test_render_view_host.h View 16 17 18 19 20 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +14 lines, -12 lines 0 comments Download
A chrome/browser/visitedlink_event_listener.h View 17 18 19 1 chunk +37 lines, -0 lines 0 comments Download
A chrome/browser/visitedlink_event_listener.cc View 17 18 19 1 chunk +68 lines, -0 lines 0 comments Download
M chrome/browser/visitedlink_master.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +23 lines, -5 lines 0 comments Download
M chrome/browser/visitedlink_master.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 7 chunks +17 lines, -9 lines 0 comments Download
M chrome/browser/visitedlink_perftest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 5 chunks +30 lines, -12 lines 0 comments Download
M chrome/browser/visitedlink_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 6 chunks +352 lines, -14 lines 0 comments Download
M chrome/chrome.gyp View 16 17 18 19 20 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages_internal.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +9 lines, -0 lines 0 comments Download
M chrome/common/visitedlink_common.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/renderer/render_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +4 lines, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +12 lines, -1 line 0 comments Download
M webkit/glue/webview.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +8 lines, -0 lines 0 comments Download
M webkit/glue/webview_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 4 chunks +21 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
dglazkov
11 years, 7 months ago (2009-05-26 22:05:52 UTC) #1
brettw
http://codereview.chromium.org/113591/diff/114/1140 File chrome/browser/history/expire_history_backend.cc (right): http://codereview.chromium.org/113591/diff/114/1140#newcode431 Line 431: if (is_early_expiration_run_) threshold /= kEarlyExpirationDivisor; We normally use ...
11 years, 7 months ago (2009-05-27 23:39:06 UTC) #2
dglazkov
Comments addressed. Added storing early expiration threshold in the meta table. Please take a look.
11 years, 6 months ago (2009-06-02 18:33:36 UTC) #3
dglazkov
BTW, all tests pass on all platforms now.
11 years, 6 months ago (2009-06-04 17:10:14 UTC) #4
brettw
http://codereview.chromium.org/113591/diff/3014/3034 File chrome/browser/history/expire_history_backend.cc (right): http://codereview.chromium.org/113591/diff/3014/3034#newcode461 Line 461: if (is_early_expiration_run_) { It seems weird to me ...
11 years, 6 months ago (2009-06-04 18:15:32 UTC) #5
dglazkov
Comments addressed. To make things pretties, I introduced the concept of a work queue into ...
11 years, 6 months ago (2009-06-12 20:36:17 UTC) #6
brettw
I don't have any comments on the substantial logic of this patch. It looks good. ...
11 years, 6 months ago (2009-06-15 23:35:46 UTC) #7
dglazkov
Comments addressed, except for the unit tests. Working on these now... http://codereview.chromium.org/113591/diff/6035/6055 File chrome/browser/history/expire_history_backend.cc (right): ...
11 years, 6 months ago (2009-06-16 21:22:39 UTC) #8
dglazkov
11 years, 6 months ago (2009-06-18 23:06:49 UTC) #9
brettw
http://codereview.chromium.org/113591/diff/8075/8098 File chrome/browser/history/expire_history_backend.h (right): http://codereview.chromium.org/113591/diff/8075/8098#newcode48 Line 48: VisitVector* visits, int max_visits) const = 0; Indent ...
11 years, 6 months ago (2009-06-24 23:33:46 UTC) #10
dglazkov
http://codereview.chromium.org/113591/diff/8075/8098 File chrome/browser/history/expire_history_backend.h (right): http://codereview.chromium.org/113591/diff/8075/8098#newcode48 Line 48: VisitVector* visits, int max_visits) const = 0; On ...
11 years, 5 months ago (2009-07-01 22:42:32 UTC) #11
dglazkov
11 years, 5 months ago (2009-07-01 22:42:37 UTC) #12
brettw
LGTM
11 years, 5 months ago (2009-07-01 23:15:10 UTC) #13
dglazkov
Please take one more teensy-weensy look. The only change is how we WaitForCoalescense in visitedlink_unittest.cc
11 years, 5 months ago (2009-07-02 21:55:30 UTC) #14
brettw
11 years, 5 months ago (2009-07-02 22:00:56 UTC) #15
LGTM

Powered by Google App Engine
This is Rietveld 408576698