commit | 85f54ed95b8564b90134a8469b17829f828fa799 | [log] [tgz] |
---|---|---|
author | Richard He <linyhe@microsoft.com> | Thu Apr 28 10:23:33 2022 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Apr 28 10:36:24 2022 |
tree | 856a521e3ab08bb8e8a232d247e59e0362aa4923 | |
parent | 9377f288516ff662a7e68f49d876f69deb0244aa [diff] |
Reland "Replace String with WebMessagePayload for AndroidX WebMessage API" This is a reland of commit bc7514a7cf7b67ffc3fb0698310a23246df5a7c5 - Keep WebContents#postMessageToMainFrame(String, ...), it's used by downstream. Original change's description: > Replace String with WebMessagePayload for AndroidX WebMessage API > > Design doc: https://docs.google.com/document/d/1nsQnwwY43OuA4PsSaMioiKA0c_M1eV1XX2q15YFA7cI/edit?usp=sharing > > This CL did not add new features. > - Add a new boundary type WebMessagePayload to replace String > WebMessage.getData(). > - Add new data class MessagePayload in content/, and replace existing > PostMessage API with the new type. > - A followup change will add ArrayBuffer support in > WebViewCompat.postMessageToMainFrame and > WebChannelCompat.postMessage. > > How to test: run tests in existing AndroidX Webkit. > > Bug: 1023334 > Change-Id: Ib5b35b974bee597a6efada75503c5288f7058c50 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3583520 > Reviewed-by: Bo Liu <boliu@chromium.org> > Reviewed-by: Richard Coles <torne@chromium.org> > Reviewed-by: Peter Conn <peconn@chromium.org> > Commit-Queue: Linyue He <linyhe@microsoft.com> > Cr-Commit-Position: refs/heads/main@{#995852} Bug: 1023334 Change-Id: I9e2fa991d04e575add848d908a5d097a35a990b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3607795 Reviewed-by: Bo Liu <boliu@chromium.org> Commit-Queue: Linyue He <linyhe@microsoft.com> Reviewed-by: Richard Coles <torne@chromium.org> Reviewed-by: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/main@{#997137} NOKEYCHECK=True GitOrigin-RevId: 173c29edc14315e542c0c497d0d5bee5c718a289
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.
//android_webview/java/
must not depend on this directory.