[Webkit-unassigned] [Bug 136669] REGRESSION(r173423): CertificateInfo is never sent to the UI process when using shared secondary process model

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 12 06:46:16 PDT 2014


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


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #238024|review?                     |review+
               Flag|                            |




--- Comment #11 from Antti Koivisto <koivisto at iki.fi>  2014-09-12 06:46:17 PST ---
(From update of attachment 238024)
View in context: https://bugs.webkit.org/attachment.cgi?id=238024&action=review

> Source/WebCore/loader/DocumentLoader.cpp:1435
> +    static NeverDestroyed<ResourceLoaderOptions> mainResourceLoadOptions(SendCallbacks, SniffContent, BufferData, AllowStoredCredentials, AskClientForAllCredentials, SkipSecurityCheck, UseDefaultOriginRestrictionsForType, IncludeCertificateInfo);

It would be nice to refactor ResourceLoaderOptions to be in the style of ViewState::Flags and LayerFlushThrottleState::Flags. The current struct is very expansion unfriendly.

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