Clone this repo:

Branches

  1. 98be925 Revert "WebSQL: Remove WebPreference" by Yoshisato Yanagisawa · 5 days ago main
  2. c40a23e WebSQL: Remove WebPreference by Ayu Ishii · 5 days ago
  3. c8d5c05 Log a histogram to determine if registerResourcePaths is available by Alex Mitra · 6 days ago
  4. ad13f7b Follow java static field style in android_webview/. by Sky Malice · 12 days ago
  5. fb7f400 [webview][profile][prefetch] Add More Perfetto Slices by Wayne Jackson Jr. · 12 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