0
Files
src/android_webview
Chidera Olibie b4416887f1 Revert "[wv] remove mLock"
This reverts commit 96e4719a48.

Reason for revert: Can cause deadlock: crbug.com/395877483

Original change's description:
> [wv] remove mLock
>
> This is replaced with AtomicReferences and a CountdownLatch.
>
> Follow-up cl to rename from `startChromiumLocked` to just
> `startChromium`
>
> Bug: 389871700
> Change-Id: I0e4214cc9c6335e34d81109d25aebb9f56f19b6f
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6081452
> Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
> Commit-Queue: Chidera Olibie <colibie@google.com>
> Cr-Commit-Position: refs/heads/main@{#1410411}

Bug: 389871700
Change-Id: I35d5e99fe61825e8b5cbbbf122982f5486d57a24
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6253939
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Commit-Queue: Chidera Olibie <colibie@google.com>
Cr-Commit-Position: refs/heads/main@{#1418824}
2025-02-11 12:08:29 -08:00
..
2025-02-11 12:08:29 -08:00
2025-02-06 08:34:49 -08:00
2025-02-10 11:01:49 -08:00

Android WebView

Android WebView is an Android system component for displaying web content. WebView (and the related Android classes) are implemented by the code in the //android_webview/ folder.

This directory contains the Android WebView implementation, as well as the implementation for the AndroidX Webkit support library.

Overview for Chromium team members and contributors

Please see WebView Architecture.

Want to use WebView in an Android app?

Please consult our API documentation and app development guides:

Want to build and install WebView on a device?

See our Chromium developer documentation.

Public mailing lists