Move FastTransform to webrender_api crate
Categories
(Core :: Graphics: WebRender, task)
Tracking
()
People
(Reporter: nico, Assigned: nico, NeedInfo)
Details
Attachments
(1 file)
Servo has made this type public and it using it outside of WebRender (along with other webrender_api types). However, that it causing crates to depend on webrender rather than just webrender_api which pessimises our build parallelism. This moves the type from webrender into webrender_api solving that issue.
(patch incoming)
| Assignee | ||
Comment 1•1 month ago
|
||
Signed-off-by: Nico Burns <nico@nicoburns.com>
Updated•1 month ago
|
Updated•1 month ago
|
Backed out for causing webrender bustages.
| Assignee | ||
Comment 5•1 month ago
|
||
I've tried to manually fix the format errors. But I am unable to reproduce the lint locally (./mach format and ./mach lint both return no errors), and ./mach try isn't letting me login (internal Mozilla login now seems to be the only option).
Comment 6•18 days ago
|
||
There is an r+ patch which didn't land and no activity in this bug for 1 week.
:nico, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit BugBot documentation.
Description
•