Files
browser/src/network
Adrià Arrufat 37bf7b68c1 cli: one Accept-Language parser for the header and navigator.languages
navigator.languages now lists the Accept-Language tags in order, which is
Chrome's contract, instead of a second derivation from the locale tag that
disagreed with the header (--locale de-DE sent de-DE,de,en but reported
["de-DE","de"]). HttpHeaders.AcceptLanguage owns both shapes and is also
the CDP override type.

ICU canonicalizes a BCP 47 tag read from LC_ALL itself, script subtag
included, so the POSIX id conversion is gone; it dropped the script and
turned zh-Hans-TW into Traditional Chinese.

Also: the CDP handler keeps validateUserAgent's verdict instead of scanning
for Mozilla twice, the override is cleared unconditionally on context
teardown instead of through a flag, and the flags are sentinel strings so
Platform passes them to setenv without copying.
2026-09-09 18:07:03 +02:00
..
2026-09-07 11:14:15 +03:00
2026-09-05 17:51:47 +08:00
2026-08-22 07:04:58 +08:00
2026-09-05 17:51:47 +08:00
2026-07-22 13:26:03 +08:00
2026-08-20 16:03:42 +08:00
2026-08-20 16:03:42 +08:00
2026-09-05 17:51:47 +08:00
2026-09-04 07:00:01 -07:00
2026-09-04 07:00:01 -07:00