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

Issue 2808010: Add field trial stats for alternate_protocol. (Closed)

Created:
10 years, 6 months ago by lzheng
Modified:
9 years, 7 months ago
CC:
chromium-reviews, jam+cc_chromium.org, cbentzel+watch_chromium.org, ben+cc_chromium.org, Erik does not do reviews, Paul Godavari, Aaron Boodman, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Add field trial stats for alternate_protocol. The histogram we collected are: http stats when alternate protocol is available but npn was not negotiated ( which means not usng spdy), and when alternate is available AND spdy is used. Noticable changes: 1. In http_network_transaction.cc, changed the logic that always parse response from server for alternate protocol and remember that in HttpAlternateProtocols strucuture. We need to remember this to collect stats for servers with alternate protocol support but used http for. 2. In spdy_stream.cc, get rid of the response copy from spdy_stream. This copy overwrites some early status in response set in http_network_transaction. TEST=http_network_transaction_unittest.cc BUG=46689 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=50927

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 4

Patch Set 5 : '' #

Patch Set 6 : '' #

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 (+114 lines, -11 lines) Patch
M chrome/browser/renderer_host/resource_dispatcher_host.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/render_messages.h View 1 2 3 4 5 6 7 8 9 3 chunks +4 lines, -0 lines 0 comments Download
M chrome/renderer/loadtimes_extension_bindings.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/renderer/navigation_state.h View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -0 lines 0 comments Download
M chrome/renderer/render_view.cc View 4 5 6 7 8 9 3 chunks +58 lines, -1 line 0 comments Download
M net/http/http_network_transaction.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -9 lines 0 comments Download
M net/http/http_network_transaction_unittest.cc View 1 2 3 4 5 6 7 8 9 4 chunks +4 lines, -0 lines 0 comments Download
M net/http/http_response_info.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M net/http/http_response_info.cc View 1 2 3 4 5 6 7 8 9 4 chunks +10 lines, -0 lines 0 comments Download
M net/url_request/url_request.h View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -1 line 0 comments Download
M webkit/glue/resource_loader_bridge.h View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/glue/resource_loader_bridge.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/weburlloader_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
lzheng
This won't build yet, because we need to update a patch to webkit. But the ...
10 years, 6 months ago (2010-06-16 18:17:19 UTC) #1
lzheng
I thought I did but obviously I missed the reviewers when I sent out this ...
10 years, 6 months ago (2010-06-18 20:39:13 UTC) #2
mbelshe
Hi Lei - I'll get your patch to webkit done over the weekend. Sorry for ...
10 years, 6 months ago (2010-06-19 00:07:41 UTC) #3
willchan no longer on Chromium
http://codereview.chromium.org/2808010/diff/42001/43005 File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/2808010/diff/42001/43005#newcode4691 chrome/renderer/render_view.cc:4691: // Spdy requests triggered by alternate protocol is excluded ...
10 years, 6 months ago (2010-06-19 00:29:15 UTC) #4
lzheng1
On Fri, Jun 18, 2010 at 5:29 PM, <willchan@chromium.org> wrote: > > http://codereview.chromium.org/2808010/diff/42001/43005 > File ...
10 years, 6 months ago (2010-06-19 07:09:41 UTC) #5
lzheng1
+ Ukai Will: Your comments are addressed. Another look? Ukai: Looks like your change http://codereview.chromium.org/2667002/show ...
10 years, 6 months ago (2010-06-22 21:25:47 UTC) #6
lzheng
I integrated the change with ErikChen's check in. The change is ready for review now. ...
10 years, 6 months ago (2010-06-25 06:55:45 UTC) #7
willchan no longer on Chromium
LGTM
10 years, 6 months ago (2010-06-25 17:20:21 UTC) #8
Mike Belshe
10 years, 6 months ago (2010-06-25 17:57:22 UTC) #9
lgtm

Powered by Google App Engine
This is Rietveld 408576698