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

Issue 3032014: Support both preconnection, and pre-resolution for subresources... (Closed)

Created:
10 years, 5 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
Mike Belshe
CC:
chromium-reviews, cbentzel+watch_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, ben+cc_chromium.org
Visibility:
Public.

Description

Support both preconnection, and pre-resolution for subresources With this change, both preconnection and preresolution are enabled when the --enable-preconnection flag is turned on. I'm expecting to enable this feature by default soon, so as to better tune the parameters. BUG=42694 r=mbelshe Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54044

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Total comments: 17

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -683 lines) Patch
M chrome/browser/io_thread.cc View 2 3 4 5 6 7 8 9 10 1 chunk +10 lines, -11 lines 0 comments Download
M chrome/browser/net/connect_interceptor.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +10 lines, -15 lines 0 comments Download
M chrome/browser/net/preconnect.h View 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/net/preconnect.cc View 2 3 4 5 6 7 8 9 10 3 chunks +10 lines, -6 lines 0 comments Download
M chrome/browser/net/predictor.h View 1 2 3 4 5 6 7 8 9 10 4 chunks +14 lines, -18 lines 0 comments Download
M chrome/browser/net/predictor.cc View 1 2 3 4 5 6 7 8 9 10 11 chunks +55 lines, -129 lines 0 comments Download
M chrome/browser/net/predictor_api.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/browser/net/predictor_api.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +50 lines, -128 lines 0 comments Download
M chrome/browser/net/predictor_unittest.cc View 4 5 6 7 8 9 10 9 chunks +36 lines, -134 lines 0 comments Download
M chrome/browser/net/referrer.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +24 lines, -20 lines 0 comments Download
M chrome/browser/net/referrer.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +35 lines, -79 lines 0 comments Download
M chrome/browser/net/url_info.h View 1 2 3 4 5 6 7 8 9 10 7 chunks +5 lines, -23 lines 0 comments Download
M chrome/browser/net/url_info.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +12 lines, -112 lines 0 comments Download
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +5 lines, -2 lines 0 comments Download
M net/base/load_flags_list.h View 2 3 4 5 6 7 8 9 10 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jar (doing other things)
This CL provides basic integration, so that we can turn on preconnection by default (and ...
10 years, 5 months ago (2010-07-27 19:32:29 UTC) #1
Mike Belshe
lgtm http://codereview.chromium.org/3032014/diff/53001/50003 File chrome/browser/net/connect_interceptor.cc (right): http://codereview.chromium.org/3032014/diff/53001/50003#newcode29 chrome/browser/net/connect_interceptor.cc:29: if (!request->was_fetched_via_proxy()) I thought this would be: if ...
10 years, 5 months ago (2010-07-27 20:49:25 UTC) #2
jar (doing other things)
Comment (in one case), plus changes made per mbelshe. http://codereview.chromium.org/3032014/diff/53001/50003 File chrome/browser/net/connect_interceptor.cc (right): http://codereview.chromium.org/3032014/diff/53001/50003#newcode29 chrome/browser/net/connect_interceptor.cc:29: ...
10 years, 5 months ago (2010-07-28 00:42:38 UTC) #3
mbelshe
On Tue, Jul 27, 2010 at 5:42 PM, <jar@chromium.org> wrote: > Comment (in one case), ...
10 years, 4 months ago (2010-07-28 14:35:57 UTC) #4
Mike Belshe
http://codereview.chromium.org/3032014/diff/53001/50011 File chrome/browser/net/referrer.cc (right): http://codereview.chromium.org/3032014/diff/53001/50011#newcode17 chrome/browser/net/referrer.cc:17: // We always combine our old expected value, weighted ...
10 years, 4 months ago (2010-07-28 15:42:03 UTC) #5
jar (doing other things)
Change made per discussion to better distinguish frames (which may have subresources) from non-frames (like ...
10 years, 4 months ago (2010-07-28 18:54:05 UTC) #6
Mike Belshe
10 years, 4 months ago (2010-07-28 19:30:14 UTC) #7
lgtm

Powered by Google App Engine
This is Rietveld 408576698