Proposed W3C Charter: JSON-LD Working Group

2018-04-26 Thread L. David Baron
The W3C is proposing a charter for: JSON-LD Working Group https://www.w3.org/2018/03/jsonld-wg-charter.html https://lists.w3.org/Archives/Public/public-new-work/2018Mar/0004.html Mozilla has the opportunity to send comments or objections through Sunday, April 29. (Sorry for failing to

PSA: new CopyableErrorResult class

2018-04-26 Thread Ben Kelly
Hi all, I just pushed another helper class that I thought others might find useful. CopyableErrorResult is a specialized form of ErrorResult. Its intended to allow slightly more rich error values to be passed through things like ipdl structure and MozPromise. This is useful when implementing

Re: PSA: new helper class for MozPromise in DOM code

2018-04-26 Thread Kris Maglione
On Thu, Apr 26, 2018 at 04:12:09PM -0400, Ben Kelly wrote: I pushed a new helper class to inbound today to make it easier to work with MozPromise in DOM code. Specifically, it allows you to auto-disconnect a Thenable request when the global dies. Thank you! I've been worried about these kinds

PSA: new helper class for MozPromise in DOM code

2018-04-26 Thread Ben Kelly
Hi all, I pushed a new helper class to inbound today to make it easier to work with MozPromise in DOM code. Specifically, it allows you to auto-disconnect a Thenable request when the global dies. The class is called DOMMozPromiseRequestHolder. Here is an example using it: #include

Re: Soft code freeze for Firefox 61 starts April 26

2018-04-26 Thread Ryan VanderMeulen
As a follow-up, the soft freeze is officially in effect until the version bump to 62 takes place on Monday, May 7th. Please use discretion when pushing changes to mozilla-central between now and then. Thanks, Ryan On Fri, Apr 20, 2018 at 5:43 PM, Ryan VanderMeulen < rvandermeu...@mozilla.com>

Re: Default Rust optimization level decreased from 2 to 1

2018-04-26 Thread Henri Sivonen
On Wed, Apr 25, 2018 at 7:11 PM, Gregory Szorc wrote: > The build peers have long thought about adding the concept of “build > profiles” to the build system. Think of them as in-tree mozconfigs for > common, supported scenarios. This would be good to have. It would also