[Webkit-unassigned] [Bug 65926] New: ResourceLoader::didReceiveDataArray() does not handle m_shouldBufferData correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 9 10:08:45 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65926
Summary: ResourceLoader::didReceiveDataArray() does not handle
m_shouldBufferData correctly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: New Bugs
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
CC: ap at webkit.org, jberlin at webkit.org
This was noticed in <https://bugs.webkit.org/show_bug.cgi?id=61863#c11> by Alexey. ResourceLoader::didReceiveDataArray() does an early bailout if m_shouldBufferData is set to false. It does not call through to the client and pass the data like didReceiveData() does.
--
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