gecko-dev/netwerk
Valentin Gosu b7271572bc Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw
None of the values in nsIDNSSerrvice::DNSFlags that are greater than 1 << 15
currently have any impact on the behaviour of GetAddrInfo, but if we wanted
to define others, those bits might get truncated.
It is better just to keep the same type all though the function call pipeline.

Depends on D212109

Differential Revision: https://phabricator.services.mozilla.com/D224931
2024-10-14 18:19:01 +00:00
..
base Bug 1122907 - Check if device has non-local IPv6 addresses r=necko-reviewers,kershaw 2024-10-14 18:19:00 +00:00
build
cache2 Backed out changeset 4b1409597101 (bug 1920718) for causing bp bustages on rapl.cpp. 2024-10-08 23:27:18 +03:00
cookie Bug 1922193 - Initiate the isPartitioned() value before parsing the cookie attributions. r=valentin,cookie-reviewers 2024-10-14 12:40:34 +00:00
dns Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
docs Bug 1915852 - Document network request scheduling and prioritization system r=necko-reviewers,valentin DONTBUILD 2024-09-25 12:07:15 +00:00
ipc Bug 1306801 - Removed UsingNeckoIPCSecurity() mention and changed return type for GetValidatedOriginAttributes to void. r=necko-reviewers,kershaw 2024-10-11 13:18:42 +00:00
locales
mime
protocol Bug 1923031 - Moved the NETWORKING_HTTP3_ENABLED telemetry scalar to only be recorded in the parent process. r=necko-reviewers,kershaw 2024-10-11 13:17:46 +00:00
sctp Bug 1921707 - (MOZ) moz.build files point to new location for abseil-cpp r=ng 2024-10-10 13:42:41 +00:00
socket Bug 1918532 - replace xyber768d00 with mlkem768x25519 in neqo_glue. r=kershaw,necko-reviewers 2024-10-10 16:48:17 +00:00
streamconv Bug 1914521 - Make nsPartChannel inherit the content disposition of the multipart response r=necko-reviewers,jesup 2024-10-01 11:09:09 +00:00
system Bug 1122907 - Check if device has non-local IPv6 addresses r=necko-reviewers,kershaw 2024-10-14 18:19:00 +00:00
test Bug 1918532 - replace xyber768d00 with mlkem768x25519 in neqo_glue. r=kershaw,necko-reviewers 2024-10-10 16:48:17 +00:00
url-classifier Backed out changeset 4b1409597101 (bug 1920718) for causing bp bustages on rapl.cpp. 2024-10-08 23:27:18 +03:00
wifi
metrics.yaml Bug 1919391 - Migrate MOZ_SQLITE_COOKIES_BLOCK_MAIN_THREAD_MS_V2 and MOZ_SQLITE_COOKIES_TIME_TO_BLOCK_MAIN_THREAD_MS P1 probes to glean r=cookie-reviewers,valentin 2024-10-10 13:36:16 +00:00
moz.build