[Webkit-unassigned] [Bug 136611] Pass certificate info as part of ResourceResponse
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 8 09:25:07 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=136611
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mitz at webkit.org
--- Comment #11 from Alexey Proskuryakov <ap at webkit.org> 2014-09-08 09:25:09 PST ---
> What other high-volume messages with ResourceResponse are there besides DidReceiveResponseWithCertificateInfo?
WillSendRequest is one, WebPageProxy's DecidePolicyForResponseSync is another. The way to find this out is to search for "ResourceResponse" in WebKit2's *.messages.in files.
I suspect that the proposed patch may be a performance regression on SSL pages due to sending certificate data to UI process, which we didn't do before. I don't know how to verify this though.
There may be a lot more in client injected bundles as they send API wrapped response objects, but I couldn't find any. Either I was searching incorrectly, or there aren't any today in Safari.
CC'ing Mitz, the Master of Certificates.
--
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