Clone this repo:

Branches

  1. ac92ba3 WebView: Defer Default profile init for custom profile startup by Sayed · 3 days ago main
  2. fd4f7b2 [wv] Make checkNeedsPost check for mAwContents by Abhijith Nair · 4 days ago
  3. 6d90224 [code-health] Clean up inline FQNs in android_webview/glue by Gazal · 11 days ago
  4. b7728f3 [AwProfile] Avoid PostTask self-deadlock during async startup by Barkin Unal · 11 days ago
  5. 8e20674 [WV] Remove dedicated thread for resource setup by Abhijith Nair · 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