[webkit-reviews] review granted: [Bug 62477] Web Inspector: [refactoring] Remove dependencies of components requiring network resource list from network panel : [Attachment 100293] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 11 07:29:14 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has granted Andrey Kosyakov
<caseq at chromium.org>'s request for review:
Bug 62477: Web Inspector: [refactoring] Remove dependencies of components
requiring network resource list from network panel
https://bugs.webkit.org/show_bug.cgi?id=62477

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

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


> Source/WebCore/inspector/front-end/NetworkManager.js:338
> +	   var oldResources = this._resources.splice(0,
this._resources.length);

this._resources.length = 0;


More information about the webkit-reviews mailing list