
This CL (CL 5) is part of the following series of changes to add support for moving variations seeds out of Local State and into their own, dedicated files. CL 1. Creates (but does not yet use) a class (SeedReaderWriter) for reading and writing variations seeds: crrev.com/c/5874122. CL 2. Starts creating (but not yet using) a SeedReaderWriter when creating a VariationsSeedStore: crrev.com/c/5874123. CL 3. Uses the SeedReaderWriter to write status quo base64 encoded compressed latest seed data to local state and un-encoded compressed latest seed data to the new seed file: crrev.com/c/5882833. CL 4. Updates SeedReaderWriter to be able to write the safe seed in addition to the latest seed to local state and the new seed file. This CL only lays the groundwork and actual writing of the safe seed to the seed file will begin in CL 5: crrev.com/c/5924277. CL 5. Begins using SeedReaderWriter to write the safe seed. Bug: 365079796 Change-Id: I2daf9378c6887e43d10248c366c657f4db482968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5883035 Commit-Queue: Cristian Lopez <cristiandlopez@google.com> Reviewed-by: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by: Peter Kvitek <kvitekp@chromium.org> Reviewed-by: Nate Fischer <ntfschr@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/main@{#1374637}
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
- android-webview-dev@chromium.org: external discussion group for WebView developers and interested community members.
- android-webview-reviews@chromium.org: subscribe to code reviews affecting Android WebView code.