gecko-dev/netwerk
Nika Layzell aa59bfed6b Bug 1748718 - Part 2: Use the specified type for rust xpidl constants, r=emilio
Previously all xpidl constants were specified as `i64` which means they require
casts before being passed to any xpcom methods. The lack of typing was not an
issue in c++ due to implicit casts from enums to integer types, but using the
correct type is much more valuable in Rust.

Differential Revision: https://phabricator.services.mozilla.com/D135165
2022-01-07 20:35:15 +00:00
..
base Bug 1748718 - Part 2: Use the specified type for rust xpidl constants, r=emilio 2022-01-07 20:35:15 +00:00
build Bug 1503350 - fix compile error when using --disable-negotiateauth r=necko-reviewers,dragana 2021-12-15 01:13:11 +00:00
cache Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
cache2 Bug 1746875: netwerk/cache memory reporter cleanup r=necko-reviewers,dragana 2021-12-21 22:52:17 +00:00
cookie Bug 1744945: Add scheme checks to CookieCommons::IsSameSiteForeign for "Schemeful SameSite". r=ckerschb,valentin 2021-12-09 19:42:52 +00:00
dns Bug 1748113 - Always load etc/hosts file in parent process, r=necko-reviewers,valentin 2022-01-06 03:48:57 +00:00
docs Bug 1737198 - Part 7: Update source docs to mention strict fallback mode. r=necko-reviewers,valentin 2021-12-02 13:21:55 +00:00
ipc Bug 1747159 - Disable "network.proxy.parse_pac_on_socket_process", r=necko-reviewers,dragana 2021-12-23 11:06:58 +00:00
locales Bug 1730494 - Show error in webconsole when resource is blocked by CORP headers r=necko-reviewers,dragana 2021-09-16 08:31:03 +00:00
mime Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
protocol Bug 1738150 - clear preflight cache between private mode sessions r=necko-reviewers,kershaw 2022-01-06 12:05:46 +00:00
sctp Bug 1741665 - Align nsCString's public size_type better with other C++ APIs, r=mccr8,geckoview-reviewers,agi 2021-12-13 21:47:56 +00:00
socket Bug 1741423 - Propagate 1xx response from HTTP/3 layer. r=nhnt11 2021-12-15 09:18:17 +00:00
streamconv Bug 1741665 - Align nsCString's public size_type better with other C++ APIs, r=mccr8,geckoview-reviewers,agi 2021-12-13 21:47:56 +00:00
system Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
test Bug 1747519 - disable test_http3_perf.js on Linux_64_opt for frequent failures. r=intermittent-reviewers,necko-reviewers,jmaher,kershaw DONTBUILD 2022-01-06 20:19:23 +00:00
url-classifier Bug 1733356 - Fix non-unified build errors in netwerk/url-classifier/ r=necko-reviewers,kershaw 2021-10-27 08:52:25 +00:00
wifi Bug 1738401 - Remove -Wno-shadow warning suppressions. r=firefox-build-system-reviewers,glandium 2021-12-01 06:40:04 +00:00
moz.build