Re: IPDL now supports async returns with MozPromise

2017-04-19 Thread Bevis Tseng
A soft reminder of using AbstractThread::GetCurrent()/MainThread() ​ after some design change for Quantum-DOM. If this message/callback is to be handled on *the main thread of the content process*, please use the replacement called AbstractMainThreadFor

Re: Intent to implement: CSS property `line-height-step`

2017-04-19 Thread L. David Baron
On Friday 2017-03-31 07:55 -0400, L. David Baron wrote: > On Friday 2017-03-31 12:11 +0800, Tommy Kuo wrote: > > **Summary** > > > > I am intent to implement the property `line-height-step`. And it would be > > disabled behind the pref `layout.css.line-height-step.enabled` by default. > > It is

IPDL now supports async returns with MozPromise

2017-04-19 Thread Kan-Ru Chen
Hello! With bug 1313200 landed, async IPC messages can now return data via MozPromises. The IPDL syntax: protocol PFoo { child: async Bar() returns (bool param); }; will generate IPC code that allow the send method like this:

Re: Quantum Flow Engineering Newsletter #5

2017-04-19 Thread Milan Sreckovic
I will repeat what I said earlier, and I should know, because I'm running Quantum Render. There was never a suggestion that Photon should be waiting for Quantum Render, or a WebRender subset of it. The graphics team has been monitoring the Photon plans to see if something surprising is