Clone this repo:

Branches

  1. ee25460 Add synthetic field trial for Native WebView renderers by Joe Hattori · 25 hours ago main
  2. 80b62c4 Spawn native WebView renderers when Native WebView Zygote is enabled by Joe Hattori · 4 days ago
  3. f89535f [Unchecked] Fix unchecked warnings in android_webview by Jingping Sun · 11 days ago
  4. a2ab6cf Add WebView features for non-blocking constructor. by Abhijith Nair · 13 days ago
  5. cf7d64c Shutdown pre-native thread pool when no longer needed by Isaac Madgwick · 13 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