gecko-dev/modules
Valentin Gosu 3b1b5b351d Bug 1878506 - Add pref to make native HTTPS resolution exit early in automation r=necko-reviewers,kershaw
The purpose of this pref is to avoid breaking any tests that don't expect a
HTTPS record to be present. For example, if you're loading http://domain.com
in a test, and don't expect a HTTPS upgrade to happen, if that domain suddenly
adds a HTTPS record we might end up upgrading to HTTPS even in automation.

This pref does an early return with NS_ERROR_UNKNOWN_HOST just before doing
a call to the system API. This means we're still waiting in the DNS queue to
resolve the domain (simulating the same waiting times we might see
on users' computers), but we never actually use native DNS to resolve a HTTPS
record in automation.

Differential Revision: https://phabricator.services.mozilla.com/D200785
2024-02-13 09:47:06 +00:00
..
brotli Bug 1850991 - Update brotli to version 1.1.0. r=jfkthame 2023-09-13 14:36:27 +00:00
fdlibm Bug 1358149 use fdlibm for inexact math functions in ffvpx/libavcodec r=padenot,firefox-build-system-reviewers,glandium 2023-08-10 19:46:05 +00:00
freetype2 Bug 1850443 - Update freetype2 to 2.13.2. r=jfkthame 2023-08-30 13:49:55 +00:00
libjar Bug 1874226 - Use unique_ptr not Scoped in xpcom/*. r=xpcom-reviewers,necko-reviewers,valentin,emilio 2024-02-07 18:30:22 +00:00
libmar Bug 1862505 - Removed unnecessary else statement. r=sylvestre 2023-11-29 18:12:55 +00:00
libpref Bug 1878506 - Add pref to make native HTTPS resolution exit early in automation r=necko-reviewers,kershaw 2024-02-13 09:47:06 +00:00
woff2 Bug 1851712 - Stop building plain hunspell and woff2 when they are wasm sandboxed. r=tjr 2023-09-07 02:15:57 +00:00
xz-embedded Bug 1874254 - Allow decompression of both x86 and ARM BCJs on all platforms r=nalexander,mhowell 2024-01-16 17:37:38 +00:00
zlib Bug 1875968 - Update in-tree zlib to version 1.3.1. r=glandium 2024-01-25 03:15:19 +00:00
moz.build