Clone this repo:

Branches

  1. 64b7b3c Remove the (unshipped) setRendererLibraryPrefetchMode API from WebView by Peter Beverloo · 5 hours ago main
  2. 2c321de webview: do all the cookie URL fixups together. by Torne (Richard Coles) · 11 hours ago
  3. 0714a50 Make setWebViewClient not trigger startup by Abhijith Nair · 4 days ago
  4. c35e55b Remove triggerAndWaitForChromiumStarted from accessibility methods. by Abhijith Nair · 7 days ago
  5. c8c1726 Remove unnecessary Chromium initialization from setBackgroundColor. by Abhijith Nair · 10 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