- 09 Aug, 2014 36 commits
-
-
tfarina@chromium.org authored
BUG=338338 TEST=None R=groby@chromium.org,avi@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/450093002 Cr-Commit-Position: refs/heads/master@{#288513} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288513 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=401588 Review URL: https://codereview.chromium.org/448423002 Cr-Commit-Position: refs/heads/master@{#288512} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288512 0039d316-1c4b-4281-b951-d872f2087c98
-
jkarlin@chromium.org authored
to ServiceWorkerCache/CacheStorage/CacheStorageManager to sync up with the spec: https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-objects BUG=392621 Review URL: https://codereview.chromium.org/444333006 Cr-Commit-Position: refs/heads/master@{#288511} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288511 0039d316-1c4b-4281-b951-d872f2087c98
-
chrishenry@google.com authored
Also modify MeasurePage -> ValidateAndMeasurePage. BUG=383635 Review URL: https://codereview.chromium.org/449963002 Cr-Commit-Position: refs/heads/master@{#288510} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288510 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288509} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288509 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This pulls in the following changes: c3d7960 Fix DTLS anonymous EC(DH) denial of service 5ba06a7 Fix race condition in ssl_parse_serverhello_tlsext 0dccfbc Fix OID handling. abae631 Remove some duplicate DTLS code. e24f686 Same fix as in dtls1_process_out_of_seq_message. 8506609 Fix return code for truncated DTLS fragment. e951ff4 Fix memory leak from zero-length DTLS fragments. 2306fe5 Fix DTLS handshake message size checks. 3873f6f Added comment for the frag->reassembly == NULL case as per feedback from Emilia d06afe4 Avoid double free when processing DTLS packets. eeb9f49 Add PKCS7_bundle_certificates. 8e89e64 bytestring: fix ASN.1 data longer than 127 bytes. 4518d39 Take the source directory as a parameter in all_tests.sh 67454b6 Don't X509_up_ref X509_STOREs. 7fdeaf1 Retry sending record split fragment when SSL write fails. 150c617 Add X509_up_ref and use it internally. e6e15fc Use EVP_PKEY_dup instead of manually incrementing the refcount. bf681a4 Fix out-of-bounds read in BN_mod_exp_mont_consttime. 993fde5 Simplify ec_GFp_simple_points_make_affine. 43ec06f Test state machine asynchronous behavior. 734fca0 Fix memory leak in ssl3_get_cert_verify. 95fcaa4 Fix server-side ClientHello state machine. dd1c246 Fix C99-ism in bio_test.c. aa4efe7 Fix BIO_printf crash on Mac. a59fbb0 Correct endif comment in md32_common.h 6ccf290 Remove use of freelist_{extract,insert} 983f6bd Set OPENSSL_NO_BUF_FREELISTS 75d1589 Remove PKCS1_CHECK 499b440 Remove OPENSSL_NO_SHA512 69877b6 Remove OPENSSL_NO_SHA256 f4e5c4e runner: Implement DHE-RSA. 884fdf1 runner: Take the build directory as flag. 2bc8e6f runner: Take the number of workers as a flag. bef270a Add server-side FallbackSCSV tests. d86c767 Add a test to assert parsing V2ClientHellos works. cbd056c Remove OPENSSL_NO_CHAIN_VERIFY b9d7757 Remove commented x509_chain declaration a40c862 retain_only_sha256_of_client_certs is not part of OPENSSL_NO_BUF_FREELISTS a324603 Remove OPENSSL_NO_TLS{,1} dd11a10 Remove remnants of OPENSSL_FIPS c1e293c Remove remnants of OPENSSL_NO_CAMELLIA 8f0ceb6 Remove OPENSSL_MAX_TLS1_2_CIPHER_LENGTH. 8cc0b24 Spell Bleichenbacher's name right. BUG=none Review URL: https://codereview.chromium.org/454543002 Cr-Commit-Position: refs/heads/master@{#288508} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288508 0039d316-1c4b-4281-b951-d872f2087c98
-
hanxi@chromium.org authored
BUG=352290 Review URL: https://codereview.chromium.org/449203002 Cr-Commit-Position: refs/heads/master@{#288507} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288507 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288506} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288506 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
These DEPS have not been updated for ~2 years, so there is a good chance something will blow up. Due to interdependancy between the repos, rolling gtest required gmock also be rolled. This CL was originally landed as 288164 and reverted as 288239 because it allows more aggressive LTO in MSVS. This resulted in the compiler noticing an intentional arithmetic overflow and warning about it. BUG=401761 Review URL: https://codereview.chromium.org/425333002 Cr-Commit-Position: refs/heads/master@{#288505} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288505 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://helpvitalyp@chromium.org authored
BUG=393873 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/418663002 Cr-Commit-Position: refs/heads/master@{#288504} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288504 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
Cr-Commit-Position: refs/heads/master@{#288498} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288498 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Previously we were specifying to use Open Sans but the font isn't loaded on Android. Use the webfont hosted on Google and update CSP to allow it. Review URL: https://codereview.chromium.org/443343002 Cr-Commit-Position: refs/heads/master@{#288497} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288497 0039d316-1c4b-4281-b951-d872f2087c98
-
dhnishi@chromium.org authored
BUG=388893 Review URL: https://codereview.chromium.org/449303002 Cr-Commit-Position: refs/heads/master@{#288495} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288495 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
Adds proper serialiation for the 'initial_sync_in_progress' flag. This should have been part of r284159. BUG=351005 Review URL: https://codereview.chromium.org/453143002 Cr-Commit-Position: refs/heads/master@{#288494} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288494 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=326577 Review URL: https://codereview.chromium.org/421583002 Cr-Commit-Position: refs/heads/master@{#288493} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288493 0039d316-1c4b-4281-b951-d872f2087c98
-
xingx@chromium.org authored
The Chrome data reduction feature relies on HTTP headers to work correctly and efficiently with the data reduction proxy. This include both standard HTTP headers (like Via) and custom headers (like Chrome-Proxy). Tampering on these headers could lead to miserable user experience, taking 10s to load some pages, for example. In the past, we have seen such headers being stripped by middle box proxies (for example, the WWW-Authenticate header was stripped by some carrier). It has been known that mobile carriers are doing HTTP traffic optimizations. We also want to know whether mobile carriers are trying to "optimize" the already optimized data reduction proxy response body, which might lead to higher cost to users. We propose a mechanism in Chromium to enable us to learn the scale and the types of such tampers. In short, the mechanism will check whether a predefined set of HTTP response headers and the response body have been changed in a way that could affect the data reduction proxy. It will detect such changes by using pre-calculated header (and probably content) hashes sent by the server. Chromium will report through UMA the count of each tamper types has happened. This will only be enabled for a fraction of the data reduction proxy users. BUG=381907 Review URL: https://codereview.chromium.org/338483002 Cr-Commit-Position: refs/heads/master@{#288492} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288492 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=tbreisacher@chromium.org BUG=78368 Review URL: https://codereview.chromium.org/456053003 Cr-Commit-Position: refs/heads/master@{#288491} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288491 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
gclient revert can no longer run now that we're using botupdate. This works around the issue by using git reset --hard. BUG=401129 NOTRY=True Review URL: https://codereview.chromium.org/457793003 Cr-Commit-Position: refs/heads/master@{#288490} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288490 0039d316-1c4b-4281-b951-d872f2087c98
-
juyik@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/453103002 Cr-Commit-Position: refs/heads/master@{#288489} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288489 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Review URL: https://codereview.chromium.org/456923002 Cr-Commit-Position: refs/heads/master@{#288488} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288488 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/454163002 Cr-Commit-Position: refs/heads/master@{#288487} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288487 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This condition was added to prevent the zlib benchmark from OOMing on the Galaxy Nexus device. Now, it's no longer on the waterfall, so I'm just removing the check. This has the desired side-effect that we'll try to run this benchmark on any device, even if we can't determine the physical memory. BUG=391079 Review URL: https://codereview.chromium.org/450873002 Cr-Commit-Position: refs/heads/master@{#288486} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288486 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
In print preview mode, focus toggles for radio buttons for pagerange settings when custom input radio button is clicked again and page range is empty. This is not desired and happens because focus is set for another radio button on blur event for custom input radio button when it is empty. BUG=397094 Review URL: https://codereview.chromium.org/435393005 Cr-Commit-Position: refs/heads/master@{#288485} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288485 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/456943002 Cr-Commit-Position: refs/heads/master@{#288484} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288484 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=333194 Review URL: https://codereview.chromium.org/455013002 Cr-Commit-Position: refs/heads/master@{#288483} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288483 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=398935 TEST=Manual, see bug R=oshima TBR=sky (For addition of DEPS to athena/system) Review URL: https://codereview.chromium.org/451753002 Cr-Commit-Position: refs/heads/master@{#288482} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288482 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This isn't as ugly as the crazy null check, and it seems to be compiled correctly. BUG= Review URL: https://codereview.chromium.org/427003008 Cr-Commit-Position: refs/heads/master@{#288481} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288481 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Calling connect() would not fail if there was an error connecting. Instead it would return 0 (success) and fail on the first read/write. The fix is to check SocketNode::last_errno_ after the wait succeeds. BUG=none R=noelallen@chromium.org Review URL: https://codereview.chromium.org/458563002 Cr-Commit-Position: refs/heads/master@{#288480} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288480 0039d316-1c4b-4281-b951-d872f2087c98
-
andresantoso@chromium.org authored
NSFont returns fractional values for font metrics. We were truncating the values, causing text to appear too high vertically. The fix is to apply the ceiling function instead. BUG=401345 Review URL: https://codereview.chromium.org/445363006 Cr-Commit-Position: refs/heads/master@{#288479} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288479 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#288478} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288478 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Hash copied at https://codereview.chromium.org/449673003/. R=iannucci@chromium.org BUG=400830 Review URL: https://codereview.chromium.org/447183005 Cr-Commit-Position: refs/heads/master@{#288477} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288477 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
No functional change, only making the behavior of the functions more obvious. Retail mode is obsolete in R38 and later according to crbug.com/372703 and not supported anymore after this change. BUG=NONE (for chrome/browser/metrics/perf_provider_chromeos.cc, API usage) TBR=isherman@chromium.org Review URL: https://codereview.chromium.org/450363002 Cr-Commit-Position: refs/heads/master@{#288476} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288476 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=401286 Review URL: https://codereview.chromium.org/447903003 Cr-Commit-Position: refs/heads/master@{#288475} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288475 0039d316-1c4b-4281-b951-d872f2087c98
-
hansmuller@chromium.org authored
Added a dependency on "mojo/public/interfaces/bindings/tests/validation_test_interfaces.mojom" to validation_unittests.js, just to prove that the bindings can be parsed. BUG=401977 Review URL: https://codereview.chromium.org/452963002 Cr-Commit-Position: refs/heads/master@{#288474} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288474 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@chromium.org authored
- add benchmark option - add multi-thread support - convert from c to cpp (inc. ppapi) BUG=NONE TEST=this is a demo R=binji@chromium.org Review URL: https://codereview.chromium.org/451883002 Cr-Commit-Position: refs/heads/master@{#288473} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288473 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
BUG=396275 Review URL: https://codereview.chromium.org/445493002 Cr-Commit-Position: refs/heads/master@{#288472} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288472 0039d316-1c4b-4281-b951-d872f2087c98
-
- 08 Aug, 2014 4 commits
-
-
guohui@chromium.org authored
- wrap the title text - removes the extra single pixel white border at the top. BUG=401817 Review URL: https://codereview.chromium.org/457723002 Cr-Commit-Position: refs/heads/master@{#288471} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288471 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
R=luken@chromium.org Review URL: https://codereview.chromium.org/459563002 Cr-Commit-Position: refs/heads/master@{#288470} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288470 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=401881, 287883 Review URL: https://codereview.chromium.org/449993004 Cr-Commit-Position: refs/heads/master@{#288469} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288469 0039d316-1c4b-4281-b951-d872f2087c98
-
ariblue@google.com authored
BUG= Review URL: https://codereview.chromium.org/459433002 Cr-Commit-Position: refs/heads/master@{#288468} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288468 0039d316-1c4b-4281-b951-d872f2087c98
-