commit | 14903fb5360dbf1a0d899f7b8a37fee11fe0b626 | [log] [tgz] |
---|---|---|
author | Lily Chen <chlily@chromium.org> | Fri Jan 08 15:49:33 2021 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 08 15:55:29 2021 |
tree | 3bf47d8ea0789d303d4d5feef15417cd9353cc7f | |
parent | 820819d06d14f53d912c674e5a54cac1bc16df3d [diff] |
Enable modern SameSite cookies on Android WebView for apps targeting S+ Bug: 986319 Change-Id: I2e9beaca7ed07d012fc38c248198bfe72057545b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615482 Reviewed-by: Richard Coles <torne@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#841501} GitOrigin-RevId: 0f285c2ebfe63aec1d1c148800c96c1eccb7942f
This folder contains a shim layer between the public frameworks APIs (android.webkit.*
) and WebView's implementation, and allows them to (mostly) not directly depend on each other.
//android_webview/java/
must not depend on this directory.