You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that kReduceCookieIPCs has been fully removed upstream, we should investigate if we need a better approach to handling that in light of ephemeral storage. We previously disabled kReduceCookieIPCs since we can switch the cookie storage backend at runtime and thus can't use reduced IPCs when accessing cookies. We currently have an override in place in chromium_src/third_party/blink/renderer/core/loader/cookie_jar.cc to deal with the loss of this flag, but we should investigate if it can be improved.
Description
Now that
kReduceCookieIPCs
has been fully removed upstream, we should investigate if we need a better approach to handling that in light of ephemeral storage. We previously disabledkReduceCookieIPCs
since we can switch the cookie storage backend at runtime and thus can't use reduced IPCs when accessing cookies. We currently have an override in place inchromium_src/third_party/blink/renderer/core/loader/cookie_jar.cc
to deal with the loss of this flag, but we should investigate if it can be improved.cc: @goodov
The text was updated successfully, but these errors were encountered: