Clone this repo:

Branches

  1. 22603d7 [WebView] Add clear API to prerender by Barkin Unal · 4 days ago main
  2. 30cbf5f [WebView] Add clear APIs to PrefetchCache by Barkin Unal · 10 days ago
  3. 6ffa8b0 [WebView] Add getter APIs for Prefetch Cache Configuration by Barkin Unal · 12 days ago
  4. 678ba2d [WebView] Add getMaxPrerenders to WebView Profile API. by Barkin Unal · 2 weeks ago
  5. 797a0d3 Pass null favicon to onPageStarted by Isaac Madgwick · 2 weeks 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