Mmattm@chromium.orgRevert 158894 - Disable TLS channel ID by default. (for merging to branch)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Fix android build. Broken after: http://codereview.chromium.org/10974012/ and http://codereview.chromium.org/10968016/ TBR=yfriedman@chromium.org BUG= Review URL: https://codereview.chromium.org/10978009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158435 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158894 - Disable TLS channel ID by default. (for merging to branch) BUG=129174 TEST=browse to https://www.google.com, check chrome://histograms for DomainBoundCerts.Support. Then try with --enable-tls-channel-id flag. Review URL: https://codereview.chromium.org/10979040 TBR=mattm@chromium.org Review URL: https://codereview.chromium.org/10981045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158897 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
SampleSet -> HistogramSamples which can be reused by SparseHistogram BUG=139612 Review URL: https://chromiumcodereview.appspot.com/10829466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158166 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Initialize StatisticsRecorder in Child Process to hold all histograms in child processes. Made StatisticsRecorder a leaky lazy singleton. R=jar@chromium.org, jam@chromium.org BUG=114013 TEST=renderer histograms should still work. Review URL: https://chromiumcodereview.appspot.com/10779040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147501 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
* Change logic of SpdySession::VerifyDomainAuthentication to permit connection pooling of hosts with the same etld when TLS channel ID is used. * Add tests for SpdySession::VerifyDomainAuthentication * Add a new certificate for testing SpdySession::VerifyDomainAuthentication BUG= Review URL: https://chromiumcodereview.appspot.com/10916275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156461 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158403 - Disk cache: Disable the self check of ranking lists. For the beta branch. BUG=152040 TEST=none TBR=gavinp@chromium.org Review URL: https://codereview.chromium.org/10982011 TBR=rvargas@google.com Review URL: https://codereview.chromium.org/10988005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158406 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[net/dns] Collect histogram on HOSTS file size. 4% of attempts to parse the HOSTS file fail because reading the file fails. This is likely because files above 65kB are rejected. This CL installs the AsyncDNS.HostsSize histogram to measure the observed size of HOSTS file on each call to ParseHostsFile. BUG=137914 Review URL: https://chromiumcodereview.appspot.com/10910229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156327 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove the rest of #pragma once in one big CL. For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Http Cache: Small adjustment to the logic that determines the reuse status of an entry. This is just data collection for th einfinite cache simulation. BUG=151265 TEST=none Review URL: https://codereview.chromium.org/10957045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158056 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reduce the network timeout for NSS from 60 seconds to 15 seconds BUG=143747 TEST=On Linux, Enable revocation checking via preferences. Run chrome with --v=1 from behind a captive portal/firewall that allows SSL access to a particular host, but does not allow OCSP or CRL fetches, and instead blackholes them (holds the TCP connection open). You should see "OCSP Timed out" after 15 seconds from when the OCSP connection started. Review URL: https://chromiumcodereview.appspot.com/10875059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154105 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[net] Connect DNS signals to re-fetching PAC script. BUG=128620 Review URL: https://chromiumcodereview.appspot.com/10534102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157916 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
net: Fix more clang warnings about missing virtual and OVERRIDE annotations. BUG=115047 TBR=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10908051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154615 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
The WSARecv and WSASend MSDN pages say the WSABUF arrays can be allocated on the stack. Move the WSABUF members out of the Core class. R=rvargas@chromium.org BUG=151547 TEST=none Review URL: https://chromiumcodereview.appspot.com/10913212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158022 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
SampleSet -> HistogramSamples which can be reused by SparseHistogram BUG=139612 Review URL: https://chromiumcodereview.appspot.com/10829466 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158166 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
net: separate SPDY cookie with "; " as the new RFC requires. Previously, SPDY cookies would look like: "FOO=BAR;BAR=BOO;WIBBLE=WOBBLE;" With this patch they will look like: "FOO=BAR; BAR=BOO; WIBBLE=WOBBLE" This will hurt compression a little as cookies are only matched completely so: Cookie: FOO=BAR |-----| won't match against the next Cookie header with an additional cookie: Cookie: FOO=BAR; BAR=BOO |------||------| However, once the set of cookies is stable, it does fine. BUG=151433 Review URL: https://chromiumcodereview.appspot.com/10957038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158088 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 156742 - Launch pywebsocket via net::TestServer The mod_pywebsocket.standalone module cannot be imported on the Chromium OS bots. Example output is available here: http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28amd64%29/builds/4069/steps/VMTest/logs/stdio BUG=137639 Review URL: https://chromiumcodereview.appspot.com/10879029 TBR=toyoshim@chromium.org Review URL: https://codereview.chromium.org/10913268 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156772 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Replace the deprecated DSA_SIGNATURE_LEN macro with DSA1_SIGNATURE_LEN. R=rsleevi@chromium.org BUG=151692 TEST=no compilation error Review URL: https://chromiumcodereview.appspot.com/10969058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158697 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove Python < 2.6 compatibility imports from testserver.py. Split out of https://chromiumcodereview.appspot.com/10073033. BUG=none TBR=rsleevi@chromium.org Review URL: https://codereview.chromium.org/10909251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158196 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixed UDP unittests for MacOS X 10.7 Fixed Connect and VerifyConnectBindsAddr unittests. As broadcast option is blocked for regular users on OSX, added check for UID to Broadcast unittest. Also, disabled browser_test:UDPSocketPrivate_Broadcast as it's compiled via NaCl toolchain, so we can't recognize current OS being inside that test. BUG=145487 TEST=net_unittests:UDPSocketTest.* Review URL: https://chromiumcodereview.appspot.com/10916052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157399 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
There are two blocking network delegates in url_request_unittest: BlockingNetworkDelegate and BlockingNetworkDelegateWithManualCallback They provide various functions: * blocking in various stages of the request * three ways of responding in blocked stages: synchronous, automatic callback, and user-triggered callback * redirection But not all combinations are available (e.g. synchronous blocking after headers are sent), because the user has to chose only one of the delegates. This CL aims at allowing to combine those functions without code duplication, by joining the two classes into one. BUG=146816 TEST=N/A (this is only in unittests, also no change in behaviour of any unit-test, and no new added) Historical description for this issue, remove once the current plan stabilises: ------------------------------------------------------ Adding a base class for the blocking network delegates There are two blocking network delegates in url_request_unittest: BlockingNetworkDelegate and BlockingNetworkDelegateWithManualCallback They were independent until now, but for http://codereview.chromium.org/10911151/ BlockingNetworkDelegate needs to be able to block in various stages of the request, such as BlockingNetworkDelegateWithManualCallback does. To avoid code duplication, the common functionality is here moved to a common base class BlockingNetworkDelegateBase from which the original two inherit. This adds no new functions, nor changes it the behaviour of the current tests. ------------------------------------------------------ Review URL: https://chromiumcodereview.appspot.com/10905259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158724 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add SPDY request headers to DevTools. R=eroman@chromium.org, yurys@chromium.org BUG=73945 Review URL: https://chromiumcodereview.appspot.com/10870080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155413 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Don't make checkdeps ignore includes to directories that are brought in via deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove ahendrickson from net/OWNERS. Andy hasn't contributed to Chrome at all since 4/4, and isn't on the network team any more. BUG=None Review URL: https://chromiumcodereview.appspot.com/10441051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139088 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Convert the XXX_sync builders to using directly sync_integration_tests. TBR=nsylvain@chromium.org BUG=109517 TEST=sync_integration_tests is properly run. NOTRY=true Review URL: http://codereview.chromium.org/9513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124732 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Port certificate verification to iOS. Certificate verification relies on NSS implementation on iOS. BUG=145954 Review URL: https://chromiumcodereview.appspot.com/10983023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158787 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Switch net_unittests_run, unit_tests_run and browser_tests_run to use run_test_cases.py. This should improve performance and output density. It also adds auto-retry logic to the test run. The script has the side-effect of writting a json file along-side with statistics and output of each individual test case. TBR=cmp@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10803056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147689 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |