History log of /frameworks/base/core/java/android/webkit/WebMessage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3442c74d2ce220a2d104a5717994bbaf09a9f02d 09-Sep-2017 Nate Fischer <ntfschr@google.com> WebView: add @Nullable and @NonNull annotations

This adds @Nullable and @NonNull annotations where the docs previously
stated this. This change should be safe, since we already disallowed
null values for the @NonNull parameters via documentation.

I verified that documentation changes for APIs which previously did not
mention null-ness in @param or @return Javadocs (if the API already
mentioned it in these spots, then DroidDoc prefers the hand-written
description).

This also fixes various lint errors.

Bug: 65465498
Test: make update-api and manually verify docs
Change-Id: I4751508d0e72be8ddfc3d6b601db8c307c9df60e
/frameworks/base/core/java/android/webkit/WebMessage.java
0a6140d2173052b4fa753c9ea61f92814cbced6e 05-Sep-2017 Nate Fischer <ntfschr@google.com> WebView: wrap Java literals with {@code}

Docs change only.

This wraps some Java literals (true, false, null) with {@code} blocks,
as per Android API guidelines.

This also addresses other presubmit errors:

* fix lines that have become too long
* fix broken import order and unused imports

Bug: 65213517
Test: make docs (and manually verify things look better)
Change-Id: Idc7fe28d40bea7bd1edcad539b75fa9c689b8d46
/frameworks/base/core/java/android/webkit/WebMessage.java
4c8093afe3da4f6d3b9a43510d0b6601aeadb582 11-Mar-2015 Selim Gurun <sgurun@google.com> Implement PostMessage API for Webview

Bug: 10237116

This CL implements the postmessage API for webview. It provides
a way for java applications to post messages to JS frames and
establish message channels, and then do full-duplex communication
after that.

Change-Id: Idbc2918552a4c9fd28ae1ddf19bd360e71f8a4a2
/frameworks/base/core/java/android/webkit/WebMessage.java
93cbe27804f72f6b17bdcb9526f57109c3e5f94d 03-Mar-2015 Ed Heyl <edheyl@google.com> Fix build: Revert "Add potential future APIs for postmessage"

This reverts commit 37bd8907cb94be69c9bd4c308e49c38524e87269.
/frameworks/base/core/java/android/webkit/WebMessage.java
37bd8907cb94be69c9bd4c308e49c38524e87269 02-Mar-2015 Selim Gurun <sgurun@android.com> Add potential future APIs for postmessage

Bug: 10237116

The APIs are hidden while work is ongoing.

Change-Id: I3e2f06d6e41af276171b127f06bdd74924c2e74c
/frameworks/base/core/java/android/webkit/WebMessage.java