Re: Cargo.lock in hg repository?

2020-05-19 Thread Emilio Cobos Álvarez
On 5/19/20 3:11 AM, ISHIKAWA,chiaki wrote: Thank you for the feedback. So I am not alone in seeing this. I will ignore the anomaly for now although there are a few strange local changes due to this now. You shouldn't see it anymore if you rebase: https://hg.mozilla.org/mozilla-central/rev/6

Re: Cargo.lock in hg repository?

2020-05-19 Thread ISHIKAWA,chiaki
I have rebased and the changes are gone. Thank you for keeping the tree in good shape. Chiaki On 2020/05/19 18:35, Emilio Cobos Álvarez wrote: On 5/19/20 3:11 AM, ISHIKAWA,chiaki wrote: Thank you for the feedback. So I am not alone in seeing this. I will ignore the anomaly for now although th

Additions to ResultExtensions.h and mozilla::Result

2020-05-19 Thread Simon Giesecke
Hi, as part of https://bugzil.la/1637605 I recently made some additions to the mozilla::Result integration available from mozilla/ResultExtensions.h. It adds several overloads of a ToResultInvoke function template, which kind of combines ToResult and std::invoke. It allows to call a XPCOM style f

ESNI + webproxy not working: nsSocketTransport::ResolveHost()

2020-05-19 Thread Amritanshu
Hello Firefox-Dev, I hope this the right place to ask this query? I am trying to make ESNI work with a web-proxy, what I am observing is that although the tunnel is TLSv1.3 the SNI is still going in plain text. While looking at logs for the bad case and based on the very limited understanding I co

[desktop] Bugs logged by Desktop Release QA in the last 7 days

2020-05-19 Thread mihai boldan
Hello, Here's the list of new issues found and filed by the Desktop Release QA team in the last 7 days. Additional details on the team's priorities last week, as well as the plans for the current week are available at: https://tinyurl.com/y7qogtfb. Bugs logged by Desktop Release QA in the last 7

Gecko Web Platform Update (2020-05-15)

2020-05-19 Thread Mike Conca
In an effort to work more openly and foster cross-functional communication, the Gecko Web Platform Product Team is going to make an effort to send out bi-weekly updates covering the major component areas. These updates will be very brief, please reach out if you have any questions. - Acces

Firefox Security Newsletter - 2020 Q1

2020-05-19 Thread Frederik Braun
Firefox Security & Privacy Newsletter 2020-Q1 Here comes our second edition of the Firefox Security & Privacy Newsletter. The shareable link for this newsletter and the back issues is at https://wiki.mozilla.org/Firefox_Security_Newsletter. This link also promises readable and stable markup acros

Re: Removing the XUL grid implementation

2020-05-19 Thread Philipp Kewisch
Also a big thanks to the Thunderbird team on pushing forward to make the platform more modern. Great work everyone! Philipp > On 24. Apr 2020, at 8:15 PM, Jared Wein (Mozilla) wrote: > >  > Congrats! This is a major accomplishment and required a lot of work. Nice job > to all! > >> On Fri,

Intent to ship: "JS BigInt to I64 integration" WebAssembly proposal

2020-05-19 Thread Asumu Takikawa
# Intent to ship: "JS BigInt to I64 integration" WebAssembly proposal This feature allows I64 values in WebAssembly to be exported to JavaScript as a BigInt value, or imported from JS from a BigInt. With this proposal implemented, all four value types in the WebAssembly MVP can be passed through