[Webkit-unassigned] [Bug 62810] Web Inspector: Network panel does not show main resource content for iframes deleted from the document

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


https://bugs.webkit.org/show_bug.cgi?id=62810


Pavel Feldman <pfeldman at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97484|review?                     |
               Flag|                            |




--- Comment #4 from Pavel Feldman <pfeldman at chromium.org>  2011-06-17 02:58:29 PST ---
(From update of attachment 97484)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list