Intent to Prototype: beforeinput event (disabled by default even in Nightly channel)

2020-01-08 Thread Masayuki Nakano
Summary: "beforeinput" event is useful for web apps which manage input data into ``, `` and/or `contenteditable`. This event is fired before our editor modifies value or DOM tree and some types are cancelable. Therefore, if some user inputs are not acceptable for the web app, they can cancel it

Visibility of disabled tests

2020-01-08 Thread Johann Hofmann
Hi folks, in the past I and other triage owners have experienced some frequently failing tests being disabled without a clear notice to the triage owner, component owner or test author. I've seen this specific pattern a few times: - An intermittent test starts failing very frequently very suddenl

Re: How best to do async functions and XPCOM?

2020-01-08 Thread Kris Maglione
On Thu, Dec 12, 2019 at 09:30:06AM -0500, Boris Zbarsky wrote: On 12/10/19 3:31 PM, Kris Maglione wrote: In what way is dom::Promise annoying to use from C++? The one thing I know about that's pretty annoying is if you receive the promise from someone else and want to add reactions to it. Pr