Rename Preloading to SpeculativeLoading in WebView

To avoid using the term preloading as it's overloaded and rename it to
SpeculativeLoading instead.

Bug: 340826097
Change-Id: If9d92e3a1998d4bd02497a223c64d5aa47ee44f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5546125
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Sayed Elabady <elabadysayed@chromium.org>
Reviewed-by: Jinsuk Kim <jinsukkim@chromium.org>
Reviewed-by: Richard (Torne) Coles <torne@chromium.org>
Reviewed-by: Michael van Ouwerkerk <mvanouwerkerk@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1303746}
NOKEYCHECK=True
GitOrigin-RevId: b0dbd9fdd227827c78b537ab22d0c5699cbdaa0a
2 files changed
tree: b8c96c7e090c86c74a4bac1d93d276d9ff7e8a45
  1. src/
  2. .gitignore
  3. BUILD.gn
  4. DEPS
  5. OWNERS
  6. proguard.flags
  7. README.md
README.md

Webkit Boundary Interfaces

Note: the canonical copy of the boundary interfaces lives in the chromium repository; this subdirectory of chromium is mirrored into the Android project for use by the webkit AndroidX module.

If you‘re reading this file in the Android repository, don’t make changes in this folder. Please make changes in chromium, or contact the OWNERS in frameworks/support/webkit/.

If you're reading this file in the chromium repository, you should feel free to make changes. Please be aware that this folder has strict import requirements (enforced by DEPS), because it must continue to build when mirrored into Android.