Summary: | Web Inspector: rows in the Layer sidebar panel may have the incorrect background color | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> | ||||||
Component: | Web Inspector | Assignee: | Antoine Quint <graouts> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | commit-queue, graouts, joepeck, timothy, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Attachments: |
|
Description
Antoine Quint
2013-09-30 07:53:30 PDT
Created attachment 212994 [details]
Patch
Comment on attachment 212994 [details] Patch 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. Created attachment 213025 [details]
Patch for landing
Comment on attachment 213025 [details] Patch for landing Clearing flags on attachment: 213025 Committed r156675: <http://trac.webkit.org/changeset/156675> All reviewed patches have been landed. Closing bug. |