Clone this repo:

Branches

  1. c8df3ce webview: update constructor performance metrics. by Torne (Richard Coles) · 4 days ago main
  2. afeeb4d [AW] Add support lib handling for maxPrerenders by elabadysayed · 5 days ago
  3. ff4979b Revert "[wv] remove mLock" by Chidera Olibie · 7 days ago
  4. 72ecc31 [Aw][4/N] Add java-peer to AwPrefetchManager by elabadysayed · 13 days ago
  5. ec74186 [AW][2/N] Propagate SpeculativeLoadingConfig parameters to WebView layer by elabadysayed · 13 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