summaryrefslogtreecommitdiffstats
path: root/android_webview/native/aw_message_port_service_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in android_webview/.avi2015-12-201-1/+1
* Pass method parameters as JavaParamRef in android_webview.torne2015-12-041-4/+12
* Hold messages in message port service when a message port issgurun2015-03-101-0/+1
* Implement the close() API for Message portssgurun2015-02-261-0/+3
* Return created channels synchronouslysgurun2015-02-131-2/+2
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-041-1/+1
* Post a message from Java to JS using message channels.sgurun2015-01-291-1/+11
* Enable posting a message from JS to Android webview.sgurun2015-01-231-0/+65