[webkit-reviews] review granted: [Bug 122108] Web Inspector: rows in the Layer sidebar panel may have the incorrect background color : [Attachment 212994] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 11:41:17 PDT 2013


Darin Adler <darin at apple.com> has granted Antoine Quint <graouts at apple.com>'s
request for review:
Bug 122108: Web Inspector: rows in the Layer sidebar panel may have the
incorrect background color
https://bugs.webkit.org/show_bug.cgi?id=122108

Attachment 212994: Patch
https://bugs.webkit.org/attachment.cgi?id=212994&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=212994&action=review


> Source/WebInspectorUI/UserInterface/LayerTreeDataGrid.js:101
> +	       if (i % 2 === 1) {

I think we can leave off the “=== 1” here, since it’s just zero vs. non-zero.


More information about the webkit-reviews mailing list