Clone this repo:

Branches

  1. 80b62c4 Spawn native WebView renderers when Native WebView Zygote is enabled by Joe Hattori · 34 hours ago main
  2. f89535f [Unchecked] Fix unchecked warnings in android_webview by Jingping Sun · 8 days ago
  3. a2ab6cf Add WebView features for non-blocking constructor. by Abhijith Nair · 10 days ago
  4. cf7d64c Shutdown pre-native thread pool when no longer needed by Isaac Madgwick · 11 days ago
  5. d279385 [WV] Make WebView layout inflation work without triggering startup. by Abhijith Nair · 11 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