Clone this repo:

Branches

  1. c4558cf [wv] More experiments to defer GMS startup by Chidera Olibie · 33 hours ago main
  2. 45745f7 Create support library glue for worldly JS injection. by Cathy Li · 2 days ago
  3. 672473e WebView Navigation APIS: Add error information to navigation by Joanne de Abreu · 5 days ago
  4. 187e482 Add metrics for WebViewChromium constructor and init methods. by Abhijith Nair · 6 days ago
  5. 83a333d Add experiment for background tracing init by Peter Pakkenberg · 7 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