commit | 4c8093afe3da4f6d3b9a43510d0b6601aeadb582 | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Tue Mar 10 17:40:06 2015 -0700 |
committer | Selim Gurun <sgurun@google.com> | Wed Mar 11 10:21:59 2015 -0700 |
tree | 798aca7c635ffff9441db525e32f696fe1c861e1 | |
parent | 0b4db747d3524b3976a40bee22b92591f96abe5d [diff] |
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