Clone this repo:

Branches

  1. 24efff2 [WV] Move startup orchestration logic to StartupController and StartupTasks by Sayed · 13 hours ago main
  2. 0ff2d9c [wv] Trigger startup for some methods in SharedWebViewChromium by Abhijith Nair · 3 days ago
  3. 21016a2 Remove WebView APK type tracking and synthetic field trial by Abhijith Nair · 3 days ago
  4. 364f446 [wv] Introduce FactoryInitDelegate by Abhijith Nair · 5 days ago
  5. 234c58c [WV] Move lazy adapters to WebViewChromiumFactoryProvider by Sayed · 5 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