servo/tests/wpt/mozilla
bors-servo 7eacfa4f0d
Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey
Update webrender

These changes reflect changes in webrender's API that make RenderApiSender and RenderApi objects more challenging to share. This PR moves us to a model where:
* the compositor owns the main RenderApi object
* other threads that need to create transactions or manipulate fonts proxy those operations to the compositor (script/layout use IPC, while other threads use non-IPC channels)
* the webgl thread owns its own independent RenderApi
2020-06-09 19:34:08 -04:00
..
meta Auto merge of #26823 - jdm:single-renderapi, r=asajeffrey 2020-06-09 19:34:08 -04:00
meta-layout-2020 Add support for remaining animation and transition events 2020-05-26 20:34:58 +02:00
tests Auto merge of #26758 - jdm:stacking-context-transform-zero, r=mrobinson 2020-06-09 13:37:30 -04:00