summaryrefslogtreecommitdiff
path: root/src/webchannel.js
Commit message (Expand)AuthorAgeFilesLines
* Greatly optimize WebChannel in various ways.Milian Wolff2013-11-011-0/+2
* Optimize: If no callback is given, send data directly without execId.Milian Wolff2013-11-011-0/+5
* Add debug method to webchannel.Milian Wolff2013-11-011-1/+6
* Fix wrapping of execIdThomas McGuire2013-11-011-1/+1
* Make it possible to connect multiple WebChannels to the same server.Milian Wolff2013-11-011-3/+12
* Validate the QWebChannel secret and use the QWebChannel protocol.Milian Wolff2013-11-011-1/+1
* Properly support void-returning method invocationsMilian Wolff2013-11-011-1/+4
* Refactor QWebChannel to use a custom WebSocket server implementation.Milian Wolff2013-11-011-46/+59
* QObject exampleNo'am Rosenthal2011-08-091-1/+1
* Added QObject exampleNo'am Rosenthal2011-08-091-2/+2
* Add retain slot, and shell exampleNo'am Rosenthal2011-08-081-1/+1
* Switched to using http POST for exec/subscribeNo'am Rosenthal2011-08-081-10/+11
* Use navigator.createWebChannel instead of a global navigator.webChannelNo'am Rosenthal2011-08-041-18/+26
* Switch to using an IFrameNo'am Rosenthal2011-08-041-32/+30
* move the invoking JS to the server sideNo'am Rosenthal2011-07-141-0/+84