[Webkit-unassigned] [Bug 179982] Style resolution spin due to calc() values in animations always comparing inequal (seen on arstechnica.com)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 24 12:56:08 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=179982

--- Comment #7 from Antti Koivisto <koivisto at iki.fi> ---
> VectorTypeOperations exists so that we can do that kind of thing. It looks
> like we never specialized VectorTypeOperations, though, so I’m not entirely
> sure why we have it!

This more in the realm of VectorComparer. We could easily add a deep compare vector trait if we think that is a good idea. 

I can't really see any cases where pointer-comparing unique_ptr vectors would be correct. On the other hand it might be surprising that ptr vector and unique_ptr vector behave differently in default comparisons.

> Could use a != b instead of !(a == b)

Yes, after adding it. I'll keep this patch minimal for easy integration.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171124/1cb80f5e/attachment.html>


More information about the webkit-unassigned mailing list