[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 03:26:32 PDT 2011


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





--- Comment #6 from Vsevolod Vlasov <vsevik at chromium.org>  2011-06-17 03:26:32 PST ---
(In reply to comment #3)
> (From update of attachment 97484 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=97484&action=review
> 
> The resource buffer extraction changes look sane in general.
> 
> > Source/WebCore/inspector/InspectorPageAgent.cpp:156
> > +    return InspectorPageAgent::sharedBufferContent(buffer, textEncodingName, withBase64Encode, result);
> 
> optional: You might go without the class qualification here and below. Do we have a determined rule for this in the guidelines?

According to what I see in MainResourceLoader I removed class qualification for InspectorPageAgent::resourceContent() call. This one, however, is called from file static method, so class qualification could not be omitted.

-- 
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