🌐 AI搜索 & 代理 主页
Clone this repo:

Branches

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