Clone this repo:

Branches

  1. e03089b 馃應 Remove AwFormDatabase. by Peter E Conn 路 8 days ago main
  2. 4bfc797 webview: Mark AndroidXProcessGlobalConfig as singleton by Rupert Ben Wiser 路 11 days ago
  3. b5996ca [Android] Use FeatureMap to replace AwFeatureList by Henrique Nakashima 路 13 days ago
  4. c0a49ba WebView: Removing Android.WebView.SafeMode.CheckStateBlockingTime by avvall 路 13 days ago
  5. 619cb6c Reland "JNI: no longer -keeping all native methods" by Sam Maier 路 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