Clone this repo:

Branches

  1. 7f5912e [AW] Update ProfileStore.requiresStartup to be more readable by Barkin Unal · 2 hours ago main
  2. 63b577b webview: Add WebContent by Ben Wiser · 4 days ago
  3. 5ee522f [AW] Add tracing to Profile.enqueuePreconnect API. by Barkin Unal · 10 days ago
  4. 97da0d5 Trigger Chromium startup when clearing client cert preferences by Abhijith Nair · 11 days ago
  5. fe7e06c Webview Cross Origin Allowlist Boundary Interfaces by Traian Dobrescu · 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