Clone this repo:

Branches

  1. e46fcbd Android: Remove ApiHelperForO by Andrew Grieve · 2 days ago main
  2. 4520e23 Android: Remove ApiHelperForM by Andrew Grieve · 2 days ago
  3. 9e5eb2e Revert "Revert disabling CHIPS in WebView on prod" by Dylan Cutler · 3 days ago
  4. 0c3d8dc Add metrics for permission requests in WebView by Peter Birk Pakkenberg · 10 days ago
  5. 7e92c1e Add ApiCall metrics for Geolocation by Peter Birk Pakkenberg · 2 weeks ago

//android_webview/glue/

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.

Folder Dependencies

//android_webview/java/ must not depend on this directory.

See Also