Clone this repo:

Branches

  1. 1afbdd1 Add boundary interface for extra headers on Profile by Peter Birk Pakkenberg · 8 days ago main
  2. 97f44e6 Move aw_feature_map/AwFeatureMap to common directory by Alex Mitra · 2 weeks ago
  3. 81f756f [WV] Catch RuntimeException from cache APIs by Abhijith Nair · 2 weeks ago
  4. d9a7ad7 [wv] Record startChromium wallclock time by Chidera Olibie · 3 weeks ago
  5. a348a07 Remove BundleUtils.isBundle() by Andrew Grieve · 3 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