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

Issue 8540025: Prerendering: Add MatchComplete PPLT (Closed)

Created:
9 years, 1 month ago by tburkard
Modified:
9 years, 1 month ago
Reviewers:
cbentzel, dominich
CC:
chromium-reviews, tburkard+watch_chromium.org, cbentzel+watch_chromium.org, dominich+watch_chromium.org, mmenke, Paweł Hajdan Jr.
Visibility:
Public.

Description

Prerendering: Add MatchComplete PPLT R=cbentzel, dominich Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109983

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -28 lines) Patch
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 chunks +13 lines, -9 lines 2 comments Download
M chrome/browser/prerender/prerender_contents.h View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 2 3 3 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 1 2 3 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 2 3 4 chunks +61 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
tburkard
OK new attempt added APP_TERMINATING as a condition when to not add the dummy. will ...
9 years, 1 month ago (2011-11-11 23:58:06 UTC) #1
dominich
LGTM minor comments http://codereview.chromium.org/8540025/diff/1/chrome/browser/prerender/prerender_browsertest.cc File chrome/browser/prerender/prerender_browsertest.cc (right): http://codereview.chromium.org/8540025/diff/1/chrome/browser/prerender/prerender_browsertest.cc#newcode1843 chrome/browser/prerender/prerender_browsertest.cc:1843: // http://crbug.com/103563 Any chance this version ...
9 years, 1 month ago (2011-11-12 00:02:48 UTC) #2
cbentzel
Why did the old CL need to be reverted and what does this change to ...
9 years, 1 month ago (2011-11-12 02:27:38 UTC) #3
tburkard
It didn't fix it.. If I run trybots say 5 times on mac, about half ...
9 years, 1 month ago (2011-11-12 03:23:59 UTC) #4
tburkard
Addendum: Chris, as for the change, it makes sense to add that APP_TERMINATING condition, because ...
9 years, 1 month ago (2011-11-12 03:28:55 UTC) #5
tburkard
9 years, 1 month ago (2011-11-14 20:36:13 UTC) #6
cbentzel
9 years, 1 month ago (2011-11-15 12:05:29 UTC) #7
http://codereview.chromium.org/8540025/diff/11011/chrome/browser/prerender/pr...
File chrome/browser/prerender/prerender_browsertest.cc (left):

http://codereview.chromium.org/8540025/diff/11011/chrome/browser/prerender/pr...
chrome/browser/prerender/prerender_browsertest.cc:306:
CHECK(!expected_final_status_queue_.empty()) <<
This has been useful in the past for catching problems - now it seems like we
will always create one with MATCH_COMPLETE_DUMMY. It seems like it would be
better to queue up a dummy expected final status in the places that use it.

http://codereview.chromium.org/8540025/diff/11011/chrome/browser/prerender/pr...
File chrome/browser/prerender/prerender_browsertest.cc (right):

http://codereview.chromium.org/8540025/diff/11011/chrome/browser/prerender/pr...
chrome/browser/prerender/prerender_browsertest.cc:1843: //
http://crbug.com/103563
Why is this disabled? As mentioned in the bug, we aren't seeing problems on the
flakiness dashboard after my fix. I'm worried that there was something wrong
with your local repo.

Powered by Google App Engine
This is Rietveld 408576698