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

Issue 8503040: 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
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Total comments: 9

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Total comments: 2

Patch Set 12 : '' #

Total comments: 6

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -32 lines) Patch
M chrome/browser/prerender/prerender_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.h View 1 2 3 4 5 6 11 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_contents.cc View 1 2 3 4 5 6 11 3 chunks +12 lines, -7 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_final_status.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/prerender/prerender_histograms.h View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_histograms.cc View 1 2 3 4 5 6 2 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 4 chunks +59 lines, -7 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
tburkard
9 years, 1 month ago (2011-11-09 20:44:03 UTC) #1
dominich
drive-by http://codereview.chromium.org/8503040/diff/8009/chrome/browser/prerender/prerender_manager.cc File chrome/browser/prerender/prerender_manager.cc (right): http://codereview.chromium.org/8503040/diff/8009/chrome/browser/prerender/prerender_manager.cc#newcode667 chrome/browser/prerender/prerender_manager.cc:667: if (final_status != FINAL_STATUS_USED && Move this to ...
9 years, 1 month ago (2011-11-09 20:48:15 UTC) #2
cbentzel
my mind is mush right now and this is non-trivial. I'll take a look in ...
9 years, 1 month ago (2011-11-09 22:17:29 UTC) #3
cbentzel
Update the CL description to provide more details about what the MatchComplete PPLT is. This ...
9 years, 1 month ago (2011-11-10 13:16:25 UTC) #4
tburkard
http://codereview.chromium.org/8503040/diff/8009/chrome/browser/prerender/prerender_manager.cc File chrome/browser/prerender/prerender_manager.cc (right): http://codereview.chromium.org/8503040/diff/8009/chrome/browser/prerender/prerender_manager.cc#newcode667 chrome/browser/prerender/prerender_manager.cc:667: if (final_status != FINAL_STATUS_USED && On 2011/11/09 20:48:16, dominich ...
9 years, 1 month ago (2011-11-10 18:36:55 UTC) #5
cbentzel
Oops - forgot to publish this. Once you understand why the DCHECK in ~PrerenderContents wasn't ...
9 years, 1 month ago (2011-11-10 19:45:28 UTC) #6
tburkard
Hey Chris, fixed & verified everything works now.. See update!
9 years, 1 month ago (2011-11-10 21:00:09 UTC) #7
cbentzel
Looks like a number of prerender browsertests are failing on the bots.
9 years, 1 month ago (2011-11-11 12:13:20 UTC) #8
tburkard
Ok, figured out the problem, this should fix it! Thanks.
9 years, 1 month ago (2011-11-11 19:39:25 UTC) #9
dominich
http://codereview.chromium.org/8503040/diff/30002/chrome/browser/prerender/prerender_contents.cc File chrome/browser/prerender/prerender_contents.cc (right): http://codereview.chromium.org/8503040/diff/30002/chrome/browser/prerender/prerender_contents.cc#newcode489 chrome/browser/prerender/prerender_contents.cc:489: bool PrerenderContents::AddAliasURL(const GURL& url, bool destroy_on_failure) { How does ...
9 years, 1 month ago (2011-11-11 20:02:09 UTC) #10
tburkard
Agreed, that was not a good way of doing it. I found a way to ...
9 years, 1 month ago (2011-11-11 20:44:05 UTC) #11
dominich
http://codereview.chromium.org/8503040/diff/24002/chrome/browser/prerender/prerender_manager.cc File chrome/browser/prerender/prerender_manager.cc (right): http://codereview.chromium.org/8503040/diff/24002/chrome/browser/prerender/prerender_manager.cc#newcode655 chrome/browser/prerender/prerender_manager.cc:655: bool PrerenderManager::NeedMatchCompleteDummyForFinalStatus( This doesn't need to be a member ...
9 years, 1 month ago (2011-11-11 20:53:46 UTC) #12
tburkard
http://codereview.chromium.org/8503040/diff/24002/chrome/browser/prerender/prerender_manager.cc File chrome/browser/prerender/prerender_manager.cc (right): http://codereview.chromium.org/8503040/diff/24002/chrome/browser/prerender/prerender_manager.cc#newcode655 chrome/browser/prerender/prerender_manager.cc:655: bool PrerenderManager::NeedMatchCompleteDummyForFinalStatus( On 2011/11/11 20:53:46, dominich wrote: > This ...
9 years, 1 month ago (2011-11-11 21:50:06 UTC) #13
dominich
9 years, 1 month ago (2011-11-11 22:01:40 UTC) #14
LGTM

I didn't see that you'd changed the Init semantics so never mind about the
deletion comment.

Powered by Google App Engine
This is Rietveld 408576698