[webkit-reviews] review granted: [Bug 45663] Web Inspector: [Resources panel] [HAR] Need a way to save timing data. : [Attachment 67559] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 14 09:04:41 PDT 2010


Yury Semikhatsky <yurys at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 45663: Web Inspector: [Resources panel] [HAR] Need a way to save timing
data.
https://bugs.webkit.org/show_bug.cgi?id=45663

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

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context:
https://bugs.webkit.org/attachment.cgi?id=67559&action=prettypatch

> WebCore/inspector/front-end/HAREntry.js:163
> +	   return start === -1 ? -1 : Math.round(timing[end] - timing[start]);
start === -1 is not needed


More information about the webkit-reviews mailing list