Clone this repo:

Branches

  1. c9d8fac [WebView] Allow optional max prerender count in AwBrowserContext. by Barkin Unal · 2 days ago main
  2. 91ba4a2 [Build] Migrate Log usage. by Ziwen Lin · 3 days ago
  3. c4558cf [wv] More experiments to defer GMS startup by Chidera Olibie · 4 days ago
  4. 45745f7 Create support library glue for worldly JS injection. by Cathy Li · 5 days ago
  5. 672473e WebView Navigation APIS: Add error information to navigation by Joanne de Abreu · 8 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