[webkit-reviews] review granted: [Bug 191208] Web Inspector: Network Graphs are missing minimum sizes, might have no graph at all : [Attachment 354581] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 15:33:14 PST 2018


Joseph Pecoraro <joepeck at webkit.org> has granted Devin Rousso
<drousso at apple.com>'s request for review:
Bug 191208: Web Inspector: Network Graphs are missing minimum sizes, might have
no graph at all
https://bugs.webkit.org/show_bug.cgi?id=191208

Attachment 354581: Patch

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




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

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

r=me

> Source/WebInspectorUI/UserInterface/Views/NetworkTableContentView.js:793
> +	       if (endTimestamp - startTimestamp < 0)
> +		   return null;

When can this happen?


More information about the webkit-reviews mailing list