[webkit-reviews] review denied: [Bug 81909] Web Inspector: only update Timeline overview when really needed : [Attachment 133262] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 23:18:11 PDT 2012


Pavel Feldman <pfeldman at chromium.org> has denied Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 81909: Web Inspector: only update Timeline overview when really needed
https://bugs.webkit.org/show_bug.cgi?id=81909

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

------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=133262&action=review


> Source/WebCore/inspector/front-end/TimelinePanel.js:562
> +	   if (this._needOverviewUpdate) {

What about onRecordsCleared? why would we end up here with
this._needOverviewUpdate === false anyways?


More information about the webkit-reviews mailing list