https://github.com/servo/servo/wiki/Meeting-2015-09-28
___
dev-servo mailing list
dev-servo@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-servo
This sounds very promising!
A question: one of the graphs shows Servo taking 35ms per frame to paint
the slide-in animation. What exactly is in this animation that makes it
take such a relatively long time to paint?
Rob
--
lbir ye,ea yer.tnietoehr rdn rdsme,anea lurpr edna e hnysnenh hhe uresy
It's a fairly simple off canvas menu - it is full height (1024px in this
test), and expands from off-screen to 600px wide. It has a linear
gradient for the background, and a small amount of text on it.
I was also surprised the existing Servo paint code is so slow with this
- it's on my todo li
On Tue, Sep 29, 2015 at 3:55 PM, Glenn Watson
wrote:
> It's a fairly simple off canvas menu - it is full height (1024px in this
> test), and expands from off-screen to 600px wide. It has a linear gradient
> for the background, and a small amount of text on it.
>
> I was also surprised the existin
Well, the idea here is to test the case in which the object isn't layerized
for some reason--say, the object was moving by animating "margin-left" in
JavaScript and it had complex Z-ordering constraints that caused whatever
layerization heuristics the browser had to fail, causing a full repaint of
On Tue, Sep 29, 2015 at 4:36 PM, Patrick Walton wrote:
> Well, the idea here is to test the case in which the object isn't
> layerized for some reason--say, the object was moving by animating
> "margin-left" in JavaScript and it had complex Z-ordering constraints that
> caused whatever layerizati
6 matches
Mail list logo