Clone this repo:

Branches

  1. 6a67e0a [WV] Move post-browser process start task to StartupController by Sayed · 20 hours ago main
  2. 761da52 [Multi PAC support] Allow PAC processors to be started in DE storage by Andrei Nedoluzhko · 4 days ago
  3. f632cdb [WV] Move preBrowserProcessStartTask to StartupController by Abhijith Nair · 5 days ago
  4. c2e797a [wv] Add asset path workaround to `waitForJavaResourcesSetup` by Abhijith Nair · 5 days ago
  5. a771bc5 [wv] Move non-UI-thread-capable startup tasks to StartupController by Abhijith Nair · 5 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