[Webkit-unassigned] [Bug 190440] WebKit Inspector: Expose Server Timing Response Headers in Network Tab

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 16:49:27 PDT 2018


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

--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 352052
  --> https://bugs.webkit.org/attachment.cgi?id=352052
Patch

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

> Source/WebInspectorUI/UserInterface/Views/ResourceTimingBreakdownView.js:178
> +            let emptyCell = this._appendEmptyRow().appendChild(document.createElement("td"));
> +            emptyCell.colSpan = 3;
> +            emptyCell.appendChild(document.createElement("hr"));

Oh, and it might be worth pulling this out into a helper. How about `this._appendDividerRow()`?

-- 
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/20181011/1ee6d7b4/attachment.html>


More information about the webkit-unassigned mailing list