Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTracking bug for style system optimization parity with Gecko #8436
Comments
|
And why not tracks also all of the known style system optimisations present in blink and not in servo ? :) |
I certainly wouldn't object to somebody filing issues for them and noting them here. Realistically, Servo has high-bandwidth communication with Gecko layout developers (see #6942 (comment) ), and so it's much more realistic that we will be able to build a full understanding of the parity issues with Gecko than is the case for Blink. But again, if layout hackers from other engines are interesting in helping Servo get fast, please file issues about the things that Servo is missing! |
|
Yes I know this and I doubt very much that Google developers are helping their biggest threat (servo) For exemple for servo webrender I have added this wiki page "ressources for developers" which as currently a link of the blink implementation like webrender (sorry for my bad english) see here : https://github.com/glennw/webrender/wiki/Resources-for-developers |
|
Again, I'd love it if somebody wants to go dig into style system optimizations in Blink. I just have my hands full right now, which is why I'm not doing it. In particular, I'm investigating what it would take to plug Servo's style system into Gecko, and so gecko parity is more interesting to me at present. If somebody wants to make a parity-blink meta-issue, and make that issue and this parity-gecko issue block a more-general parity issue, that would be appreciated (though it would only really be useful if that person is also willing to do some cursory digging into Blink's style system to populate the bug). Also, FWIW @pcwalton has looked at WebKit/Blink's style and layout engines extensively, and so he may have implemented a lot of their good ideas already. |
|
Given Stylo is now a thing, I'm pretty sure this can be closed. |
This issue tracks all of the known style system optimizations present in Gecko and not in Servo.
Currently incomplete, please add any issues you're aware of.