[Webkit-unassigned] [Bug 136545] New: Serialize ResourceResponses using WebKit types
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 4 13:35:58 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136545
Summary: Serialize ResourceResponses using WebKit types
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: koivisto at iki.fi
Currently: (network process) NSURLResponse -> serialization -> (web process) deserialization -> NSURLResponse -> WebKit types
After: (network process) NSURLResponse -> WebKit types -> serialization -> (web process) deserialization -> WebKit types
This is more efficient and in most cases we won't need to construct NSURLResponses in the web process at all.
--
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