[Webkit-unassigned] [Bug 61205] Web Inspector: Cache XHR content in backend, do not use initialContentSet for XHRs.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 27 06:54:38 PDT 2011


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





--- Comment #13 from Yury Semikhatsky <yurys at chromium.org>  2011-05-27 06:54:38 PST ---
(From update of attachment 95157)
View in context: https://bugs.webkit.org/attachment.cgi?id=95157&action=review

> Source/WebCore/inspector/NetworkResourcesData.cpp:98
> +        if (resourceData->content.isNull())

You should check for resourceData->isContentDeleted after ensureFreeSpace as well as the resourceData->content can be disposed during the call to ensureFreeSpace

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