
We had a flag for the use of standard CSS to paint spelling and grammar markers, and another flag for the new Spelling and grammar features (text-decoration-line types and ::spelling/::grammar). When the former is enabled but not the latter, as is the case now on stable, there are bugs due to separate rednering paths for spelling/grammar markers depending on whether the markers are combined with other highlights. Combine the flags to fix the bug, and simplify the reasoning about flags. This temporarily disabled the CSS styling of spelling and grammar markers, but they will come back very soon when the new features are enabled. Bug: 1501593 Change-Id: Ia368029eb3028492367f54516a5d90fecfce3a30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5037310 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1225722}
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.