[Webkit-unassigned] [Bug 63916] New: Coalesce data array into one NSData before calling didReceiveData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 4 12:51:57 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63916
Summary: Coalesce data array into one NSData before calling
didReceiveData
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
CC: ap at webkit.org, koivisto at iki.fi
If the ResourceHandleClient does not support accepting data array, we call its didReceiveData() method in a loop. Instead of doing that we should coalesce all the elements in the array and call didReceiveData once.
--
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