Clone this repo:

Branches

  1. 04d15f4 [java] Adopt unnamed variables in various places by Victor Hugo Vianna Silva · 3 days ago main
  2. 6e4ed3a webview: Make AwContentsClient owned by AwContents by Ben Wiser · 3 days ago
  3. 2f8edc5 webview: Make AwSettings owned by AwContents by Ben Wiser · 4 days ago
  4. ac92ba3 WebView: Defer Default profile init for custom profile startup by Sayed · 8 days ago
  5. fd4f7b2 [wv] Make checkNeedsPost check for mAwContents by Abhijith Nair · 9 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