Clone this repo:

Branches

  1. 02f7baf [wv][exp] Stop browser startup in isMultiProcessEnabled by Chidera Olibie · 3 days ago main
  2. 9e44b00 Move calls to GMS apis to the end of SCL by Chidera Olibie · 12 days ago
  3. b8ea307 Cleanup obsolete isStandaloneWebView by Ziad Youssef · 3 weeks ago
  4. 46961ce Stop TrafficStats APIs from triggering Chromium startup. by Chidera Olibie · 5 weeks ago
  5. ad7a8d0 Remove the Android WebView kill switch for CHIPS by Peter Beverloo · 6 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