[webkit-reviews] review canceled: [Bug 62810] Web Inspector: Network panel does not show main resource content for iframes deleted from the document : [Attachment 97484] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 17 02:58:29 PDT 2011


Pavel Feldman <pfeldman at chromium.org> has canceled Vsevolod Vlasov
<vsevik at chromium.org>'s request for review:
Bug 62810: Web Inspector: Network panel does not show main resource content for
iframes deleted from the document
https://bugs.webkit.org/show_bug.cgi?id=62810

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

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

>
LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html:12

> +    iframe.addEventListener('load', iframeLoaded);

iframe.onload = iframeLoaded;

>
LayoutTests/http/tests/inspector/network/network-iframe-load-and-delete.html:18

> +    iframe.removeEventListener('load', iframeLoaded);

No need to remove the listener.


More information about the webkit-reviews mailing list