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

Issue 11009: Open up SDCH for all sites, in preparation for latency tests... (Closed)

Created:
12 years, 1 month ago by jar (doing other things)
Modified:
9 years, 7 months ago
Reviewers:
huanr, kmixter2, Lincoln
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Open up SDCH for all sites, in preparation for latency tests Since the stability test is going well (so far) on ".google.com," this change will open up support for SDCH compression to all sites. This will allow for more international testing as well. I tightened down the restrictions on who can set up a dictionary for a given domain. I'm pretty sure it is at least as restrictive as the current SDCH spec. I also supplied a default expiration time for using an SDCH dictionary at 30 days (as per SDCH spec). To be safer with the latency histograms, I also tightened the period of time we measure, on the off chance that the page some-how asks for more bytes after everything has been read/rendered. r=openvcdiff,hunar Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5529

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -9 lines) Patch
M chrome/browser/browser_main.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M net/base/sdch_filter.cc View 1 2 3 4 3 chunks +6 lines, -4 lines 0 comments Download
M net/base/sdch_filter_unittest.cc View 2 3 4 2 chunks +62 lines, -1 line 1 comment Download
M net/base/sdch_manager.cc View 1 2 3 4 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
jar (doing other things)
12 years, 1 month ago (2008-11-14 20:30:12 UTC) #1
Lincoln
Great job as usual. http://codereview.chromium.org/11009/diff/204/207 File chrome/browser/browser_main.cc (right): http://codereview.chromium.org/11009/diff/204/207#newcode532 Line 532: // Use default to ...
12 years, 1 month ago (2008-11-14 21:55:30 UTC) #2
Lincoln
P.S. Would there be any benefit to leveraging the code in net/base/registry_controlled_domain.h for some of ...
12 years, 1 month ago (2008-11-14 21:58:10 UTC) #3
Lincoln
Please disregard the P.S. I should have seen that you are already using the suggested ...
12 years, 1 month ago (2008-11-14 22:01:31 UTC) #4
jar (doing other things)
Please note additional change in sdch_filter.cc (to possibly get better latency numbers). This version has ...
12 years, 1 month ago (2008-11-14 23:43:55 UTC) #5
Lincoln
LGTM http://codereview.chromium.org/11009/diff/217/412 File net/base/sdch_filter_unittest.cc (right): http://codereview.chromium.org/11009/diff/217/412#newcode630 Line 630: // Fail the HD with D being ...
12 years, 1 month ago (2008-11-15 01:37:02 UTC) #6
huanr
12 years, 1 month ago (2008-11-17 21:43:28 UTC) #7
LGTM

Powered by Google App Engine
This is Rietveld 408576698