Clone this repo:

Branches

  1. 005fa44 [webview][prefetch] Queue Prefetch Requests Made on BG Thread by Wayne Jackson Jr. · 20 hours ago main
  2. 4e02f66 Add histograms tracking app's cache usage and quota. by Abhijith Nair · 26 hours ago
  3. a63ae0a Inline AwContents AwViewMethods. by Peter E Conn · 3 days ago
  4. 930137e Automated fixes for Error Prone warning: FieldCanBeFinal, FieldCanBeLocal, FieldCanBeStatic (part 1) by Andrew Grieve · 8 days ago
  5. 54a9977 Removing unnecessary is_at_least entries in buildinfo by Sam Maier · 10 days 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