Clone this repo:

Branches

  1. f0b1f8a Add UMA histograms for the duration of load url APIs by Ziad Youssef · 4 days ago main
  2. 5bf360b Replace flag overriding for better metrics with synthetic field trial by Alex Mitra · 7 days ago
  3. fd15112 Add UMA logging of implemented WebView callbacks by Peter Birk Pakkenberg · 3 weeks ago
  4. e9c8cf4 Revert "Add UMA logging of implemented WebView callbacks" by Peter Birk Pakkenberg · 5 weeks ago
  5. 28c825f Use SharedPrefs to cache enabled value to allow Context experimentation by Alex Mitra · 5 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