Clone this repo:

Branches

  1. 593ace5 Revert "Do not copy favicon over to java when not needed" by Isaac Madgwick · 4 days ago main
  2. c06e6fd Record WebView factory initialization time split by calling thread by Abhijith Nair · 4 days ago
  3. 39a7542 Remove the Component Updater from Android WebView by Peter Beverloo · 5 days ago
  4. 6135bd0 Replace triggerAndWaitForChromiumStarted with checks in some WebView APIs. by Abhijith Nair · 5 days ago
  5. 56dca2a [AW] Add Finch experiment for background class preloading by Sayed · 8 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