The various different credentials related flags have been confusing developers.
- Remove ResourceLoaderOptions::credentialsRequested in favor of ResourceRequest::m_fetchCredentialsMode
- Have DocumentThreadableLoader stop using ResourceLoaderOptions::securityOrigin and ResourceLoaderOptions::allowCredentials
- Ideally we should just merge them, but current situation is bad that two different thing (ResourceLoader and DocumentThreadableLoader) are using this in different way. Clean up first.
This was originally worked on by horo@. CC horo@ to see if horo@ has any ongoing work.
Comment 1 by tyoshino@chromium.org
, Feb 24 2017