Clone this repo:

Branches

  1. abfb470 Deleting 2 histograms from Chromium by Akshat Khandelwal · 5 days ago main
  2. 6a5b248 [WebView] Refactor PrefetchOperationCallback to use onResult by Barkin Unal · 5 days ago
  3. 7b39a8f Make DeleteVariationsSeed also clear the cached flags by Alex Mitra · 13 days ago
  4. add00ef Remove dead clearPrefetch code from Chromium. by Barkin Unal · 2 weeks ago
  5. 1c751c1 [WV] Make getDefaultUserAgent faster by not blocking on startup. by Abhijith Nair · 4 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