Граф коммитов

21499 Коммитов

Автор SHA1 Сообщение Дата
ffxbld 67f0360f38 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D102602
2021-01-21 15:43:18 +00:00
smolnar 24d0effbb0 Backed out 2 changesets (bug 1687787) for causing xpcshell failures in netwerk/test/unit/test_http3_large_post. CLOSED TREE
Backed out changeset 5ca2c2f951ce (bug 1687787)
Backed out changeset 48f23619ddb8 (bug 1687787)
2021-01-21 15:33:28 +02:00
Dragana Damjanovic 1984ed86a0 Bug 1687787 - Addapt neqo_glue code r=necko-reviewers,valentin
Disable Preferred-address for now. We need to use send_to/recv_from for it to work.

Differential Revision: https://phabricator.services.mozilla.com/D102470
2021-01-21 11:40:53 +00:00
Dragana Damjanovic ef14d64551 Bug 1687787 - Neqo version 0.4.20 r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D102467
2021-01-21 11:40:52 +00:00
smolnar f1ab98a02b Backed out changeset d75890964a0b (bug 1687787) for causing build bustages in neqo_transport::RandomConnectionIdGenerator. CLOSED TREE 2021-01-21 11:39:16 +02:00
Dragana Damjanovic 95e4330343 Bug 1687787 - Addapt neqo_glue code r=necko-reviewers,valentin
Disable Preferred-address for now. We need to use send_to/recv_from for it to work.

Differential Revision: https://phabricator.services.mozilla.com/D102470
2021-01-21 08:01:24 +00:00
Dragana Damjanovic 128432561d Bug 1677987 - Collect telemetry on the success rate of http requests with HTTP3 r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D97444
2021-01-20 09:42:44 +00:00
Moritz Birghan 48257a0b1c Bug 1672120 - Access of TransportSecurityInfo fields should hold mutex r=keeler,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D97632
2021-01-19 20:57:16 +00:00
Dana Keeler b20d3edb85 Bug 1682989 - remove CertBlocklist implementation and MOZ_NEW_CERT_STORAGE build variable r=rmf
Differential Revision: https://phabricator.services.mozilla.com/D100034
2021-01-19 22:11:25 +00:00
Kris Wright c71c02ed9a Bug 1645696 - Make nsHttpHandler prefs that are accessed offthread atomic r=necko-reviewers,dragana
It appears two values are accessed offthread in `nsHttpConnection`. While it is unlikely that `UpdateMirror` and `nsHttpConnection::Activate` would ever overlap, the possibility is nonzero and could potentially lead to a race.

Differential Revision: https://phabricator.services.mozilla.com/D101369
2021-01-19 18:19:43 +00:00
ffxbld beab1a7d51 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau
Differential Revision: https://phabricator.services.mozilla.com/D102198
2021-01-18 14:44:53 +00:00
Alexis Beingessner 6cf6d9fd33 Bug 1682948 - properly hold the CacheEntry's lock when accessing mPinned. r=necko-reviewers,dragana,decoder
Differential Revision: https://phabricator.services.mozilla.com/D100248
2021-01-18 13:55:30 +00:00
Kershaw Chang 42644060c0 Bug 1683536 - Show auth spoofing warning prompt for cached response r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D101029
2021-01-14 15:40:22 +00:00
Deepali Garg 4ca397e7fd Bug 1684637 - CacheFile.cpp: do not use 'else' after 'return' r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D101749
2021-01-15 13:14:02 +00:00
Dragana Damjanovic 6bdc6718ef Bug 1677951 - Add telemetry about low level HTTP3 performance. r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D97422
2021-01-15 09:15:59 +00:00
Masatoshi Kimura a29e207781 Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug
Differential Revision: https://phabricator.services.mozilla.com/D101271
2021-01-15 12:07:16 +00:00
Kershaw Chang afc168415a Bug 1679933 - Call EnsureNSSInitializedChromeOrContent() during nsHttpHandler initialization r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D101782
2021-01-15 10:28:41 +00:00
Henri Sivonen f0af8088e4 Bug 1647310 - Stop storing charset on cache entries. r=necko-reviewers,dragana
Storing the charset on cache entries makes the code path uselessly different
when loading from cache relative to uncached loads. Also, for future
telemetry purposes, caching the charset obscures its original source.

Differential Revision: https://phabricator.services.mozilla.com/D101570
2021-01-15 09:35:56 +00:00
Narcis Beleuzu 0322452233 Backed out changeset a52961071dcd (bug 1685900) for Build bustage in nsContentSecurityManager.cpp. CLOSED TREE 2021-01-15 04:04:37 +02:00
Narcis Beleuzu f84bac6178 Backed out changeset 0c1f04cc679c (bug 1677987) for assertion failures on RefPtr.h 2021-01-15 04:03:41 +02:00
Masatoshi Kimura b384f14cde Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug
Differential Revision: https://phabricator.services.mozilla.com/D101271
2021-01-15 04:02:41 +02:00
Dorel Luca 9ed19e2828 Backed out changeset a52961071dcd (bug 1685900) for Build bustage in nsContentSecurityManager.cpp. CLOSED TREE 2021-01-15 02:45:34 +02:00
Dragana Damjanovic 6f86ea40b9 Bug 1677987 - Collect telemetry on the success rate of http requests with HTTP3 r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D97444
2021-01-14 23:42:37 +00:00
Kershaw Chang 2c19eaafce Bug 1686611 - If DNS resolvation failed with RESOLVE_IP_HINT flag, try without the flag again r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D101754
2021-01-14 23:06:04 +00:00
Masatoshi Kimura 87e50835c4 Bug 1685900 - Split internal and external contentPolicyType. r=ckerschb,smaug
Differential Revision: https://phabricator.services.mozilla.com/D101271
2021-01-14 20:44:54 +00:00
Aki Sasaki 66d1eb342b Bug 1686615 - regenerate all .pem.certspec files into their .pems r=kjacobs
per https://bugzilla.mozilla.org/show_bug.cgi?id=1525191#c6 .

Depends on D101697

Differential Revision: https://phabricator.services.mozilla.com/D101698
2021-01-14 17:34:54 +00:00
ffxbld e1040cc6b8 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D101757
2021-01-14 14:44:52 +00:00
Kershaw Chang af38ea2e99 Bug 1683176 - Make sure mAuthChannel is released on main thread r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D100243
2021-01-13 09:28:23 +00:00
Kershaw Chang f77d65d450 Bug 1683176 - No need to process the rest challenges if the auth channel is cancelled r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D100236
2021-01-13 09:28:11 +00:00
Kershaw Chang 119114fe59 Bug 1684840 - Add a null check for docListener r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D101158
2021-01-11 11:13:17 +00:00
joaovanzuita e740ed7de3 Bug 1656295 - Enable ESLint rule no-unused-vars for all of netwerk/. r=necko-reviewers,dragana
Patch by joaovanzuita, updated by Standard8.

Differential Revision: https://phabricator.services.mozilla.com/D92333
2021-01-12 13:39:11 +00:00
Kershaw Chang f005165f1b Bug 1680613 - Enable network.dns.upgrade_with_https_rr and fix some tests r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D99078
2021-01-12 13:14:07 +00:00
Kershaw Chang 880ee627a1 Bug 1682552 - Add a probe to understand the channel successful rate when https rr is used r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D99916
2021-01-12 09:17:21 +00:00
ffxbld bc9f4c4080 No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM
Differential Revision: https://phabricator.services.mozilla.com/D101352
2021-01-11 14:43:13 +00:00
Jon Bauman 7fed1dba96 Bug 1682995 - Enable AVIF support by default. r=aosmond,preferences-reviewers,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D99964
2021-01-08 20:16:58 +00:00
Dana Keeler f984ac2500 Bug 1681839 - remove nsISecurityReporter and implementation r=johannh,necko-reviewers,dragana
TLS error report sending was disabled by default in bug 1579906. The server
that ingested these reports has been decommissioned as well, so this patch
removes this dead code.

Differential Revision: https://phabricator.services.mozilla.com/D99405
2021-01-07 17:47:47 +00:00
Razvan Maries 02be333576 Backed out changeset bd99fb3e8177 (bug 1672120) for multiple Marionette failures on test_profile_management.py. CLOSED TREE 2021-01-07 16:23:15 +02:00
Kershaw Chang 5b24e67940 Bug 1680605 - Make https upgrade with https rr properly r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D98687
2021-01-07 11:15:58 +00:00
Moritz Birghan 83aebe0e67 Bug 1672120 - Access of TransportSecurityInfo fields should hold mutex r=keeler,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D97632
2021-01-06 23:40:23 +00:00
Kartik Gautam 7ae6aea145 Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D100484
2021-01-07 08:53:08 +00:00
Bogdan Tara 20aefe032f Backed out changeset b403ea4dbb86 (bug 1680605) for resource_connection_reuse.html failures CLOSED TREE 2021-01-07 00:16:27 +02:00
Kershaw Chang 9a619d2199 Bug 1680605 - Make https upgrade with https rr properly r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D98687
2021-01-06 20:37:22 +00:00
Tarek Ziadé 8f2fd947f2 Bug 1681267 - Improve error message when the hook can't get the webnetem secret. r=davehunt
Improves the error message when the hook can't get the secret for webnetem.

Differential Revision: https://phabricator.services.mozilla.com/D99754
2021-01-06 14:30:28 +00:00
cshankerj e2a8798e52 Bug 1684648 nsHttpHeaderArray.cpp: do not use 'else' after 'continue' r=necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D100628
2021-01-06 10:07:19 +00:00
Daniel Holbert ac4480af11 Bug 1685231: Fix the typo "ot" in various code-comments (to "to", "of", or "not"). r=mccr8
DONTBUILD because this is a comment-only change and hence doesn't affect
behavior at all.

I ran across this typo in nsPageFrame.cpp, and figured I might as well grep for
it and fix it more comprehensively. And while I'm at it, I also fixed some
neighboring instances of a duplicated word around a linebreak, in
nsXMLContentSerializer.h.

Differential Revision: https://phabricator.services.mozilla.com/D100852
2021-01-06 04:54:51 +00:00
Csoregi Natalia 424274ba92 Backed out changeset ed5db87da381 (bug 1680605) for failures on test_httpssvc_https_upgrade.js and resource-timing. CLOSED TREE 2021-01-06 01:46:05 +02:00
Kershaw Chang d08af9bb8d Bug 1652723 - Prefetch https rr in HTMLDNSPrefetch r=necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D98689
2021-01-05 21:14:20 +00:00
Kershaw Chang 8b760c522f Bug 1680605 - Make https upgrade with https rr properly r=necko-reviewers,dragana
Differential Revision: https://phabricator.services.mozilla.com/D98687
2021-01-05 19:30:18 +00:00
Mark Banner 14da69d10f Bug 1684905 - Fully enable globalThis for ESLint. r=Gijs,necko-reviewers,kershaw
Differential Revision: https://phabricator.services.mozilla.com/D100697
2021-01-04 20:32:57 +00:00
Nils Ohlmeier [:drno] f47ce82ab3 Bug 1683964: Harden the handling of outgoing streams. r=ng
Depends on D100490

Differential Revision: https://phabricator.services.mozilla.com/D100491
2021-01-04 19:40:18 +00:00