[webkit-reviews] review granted: [Bug 203312] Implement the CSS exponent functions: pow(), sqrt(), hypot() : [Attachment 438004] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 13 09:07:05 PDT 2021


Darin Adler <darin at apple.com> has granted Kevin Turner
<kevinturner at utexas.edu>'s request for review:
Bug 203312: Implement the CSS exponent functions: pow(), sqrt(), hypot()
https://bugs.webkit.org/show_bug.cgi?id=203312

Attachment 438004: Patch

https://bugs.webkit.org/attachment.cgi?id=438004&action=review




--- Comment #48 from Darin Adler <darin at apple.com> ---
Comment on attachment 438004
  --> https://bugs.webkit.org/attachment.cgi?id=438004
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=438004&action=review

> Source/WebCore/css/calc/CSSCalcOperationNode.cpp:676
> +	   // Identity nodes have only one child and perform no operation on
their child

WebKit coding style puts periods at the ends of sentence comments like this
one.


More information about the webkit-reviews mailing list