RFP only alters locale when spoof_english is used. TB locks locale to match language. AFAICT all the Intl constructors behave as expected - https://arkenfox.github.io/TZP/tzp.html#region - e.g. resolvedOptions - and that this is what is used everywhere Can this someone explain what it is exactly that they think is leaking and how?
Bug 2034364 Comment 1 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
RFP only alters locale when spoof_english is used. TB locks locale to match language. AFAICT all the Intl constructors behave as expected - https://arkenfox.github.io/TZP/tzp.html#region - e.g. resolvedOptions - and that this is what is used everywhere Can this someone explain what it is exactly that they think is leaking and how? edit: note the `[intl] locale` and `[tolocalestring] locale` tests are extracting max uniqueness [1], and are each run twice (with locale as `undefined` and as the user's locale) and compared - and the `intl` test is compared to the `tolocalestring` = everything is deterministic and matches (green stuff - see Tor Browser or use en-US in FF) [1] from a ton of tests perfected in https://arkenfox.github.io/TZP/index.html#region - such as https://arkenfox.github.io/TZP/tests/collation.html