Clone this repo:

Branches

  1. f89535f [Unchecked] Fix unchecked warnings in android_webview by Jingping Sun · 3 days ago main
  2. a2ab6cf Add WebView features for non-blocking constructor. by Abhijith Nair · 5 days ago
  3. cf7d64c Shutdown pre-native thread pool when no longer needed by Isaac Madgwick · 5 days ago
  4. d279385 [WV] Make WebView layout inflation work without triggering startup. by Abhijith Nair · 6 days ago
  5. d2fa2fe Cleanup WebViewStopBrowserStartupInIsMultiProcessEnabled feature flag by Chidera Olibie · 6 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