summaryrefslogtreecommitdiffstats
path: root/content/browser/message_port_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in content/browser/.avi2015-12-251-1/+0
* Cleanup the remaining references to source_view_idsgurun2015-08-191-7/+0
* Refactor postMessage for out-of-process iframes.alexmos2015-04-091-4/+9
* This CL addresses a long standing TODO to implement transferring ports from J...sgurun2015-03-121-0/+9
* Hold messages in message port service when a message port issgurun2015-03-101-0/+14
* Step two of optionally sending messages to/from message ports as base::Value.mek2015-02-281-30/+13
* Optionally have MessagePort pass data as base::Value, part 1.mek2015-02-271-2/+2
* Implement the close() API for Message portssgurun2015-02-261-0/+7
* Post a message from Java to JS using message channels.sgurun2015-01-291-0/+10
* Enable posting a message from JS to Android webview.sgurun2015-01-231-31/+49
* Verify that Message Channel Message Ports can be transferred correctlysgurun2014-12-021-0/+2
* Add a content API to create a message channel.sgurun2014-11-191-0/+68