gecko-dev/ipc/ipdl
David Anderson af30648746 Make PLayerTransaction's constructor async. (bug 1350634, ipc_r=billm, r=mattwoodrow, r=kats)
PLayerTransaction's constructor was previously synchronous so we could
return a TextureFactoryIdentifier. This is quite reliably available
already in the case of opening a tab, due to RenderFrameParent knowing
which compositor it is attached to, so we can make the constructor
asynchronous.

In the top-level widget case, we add a new synchronous message to find
the TextureFactoryIdentifier.
2017-05-05 10:53:17 -07:00
..
ipdl Bug 1313200 - Allow IPC messages to async return MozPromises. r=billm,jwwang 2017-03-16 17:36:15 +08:00
test Bug 1358697 - Don't capture the Promise raw pointer and make static analysis happy. r=billm 2017-04-22 10:38:52 +08:00
ipdl.py Bug 1349350 - Make IPDL checker sync IPC message errors fatal. r=ehsan 2017-03-22 15:01:50 -07:00
Makefile.in Bug 1336919 - Add a sync message whitelist and check it in IPDL compile phase. r=billm 2017-02-20 10:40:54 +08:00
moz.build Bug 1309799 - Generate StringFromIPCMessageType and use it in MessageChannel::MaybeHandleError. r=billm 2016-10-13 14:18:45 +08:00
msgtype-components
sync-messages.ini Make PLayerTransaction's constructor async. (bug 1350634, ipc_r=billm, r=mattwoodrow, r=kats) 2017-05-05 10:53:17 -07:00