[Webkit-unassigned] [Bug 177115] Web Inspector: Add details sidebar to Layers tab.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 20 11:26:42 PDT 2017


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

--- Comment #4 from Ross Kirsling <ross.kirsling at sony.com> ---
Comment on attachment 321172
  --> https://bugs.webkit.org/attachment.cgi?id=321172
Patch

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

> Source/WebInspectorUI/UserInterface/Views/LayerDetailsSidebarPanel.js:269
> +        compositedRow.appendChild(document.createElement("td")).textContent = layer.compositedBounds.width + "px à " + layer.compositedBounds.height + "px";

I suppose this should be rewritten to use `WI.UIString("%d \xd7 %d pixels")` instead of a raw string.

-- 
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/20170920/4cb750b8/attachment.html>


More information about the webkit-unassigned mailing list