summaryrefslogtreecommitdiff
path: root/web_socket.js
Commit message (Expand)AuthorAgeFilesLines
* Switching to hybi-10 protocol.Hiroshi Ichikawa2011-09-171-1/+1
* Merge branch 'master' into hybi-07Hiroshi Ichikawa2011-09-171-2/+9
|\
| * Fixing scope of event callbacks (Bug #91 ).Hiroshi Ichikawa2011-09-101-1/+1
| * close() should cancel create task.Joel Martin2011-08-311-1/+8
* | Merge remote branch 'gimite/master' into hybi-08Joel Martin2011-08-291-13/+32
|\ \ | |/
| * Fixing a bug checking Flash Player version.Hiroshi Ichikawa2011-08-071-1/+1
| * Merging, renaming WebSocketLogger to WEB_SOCKET_LOGGER and making window.cons...Hiroshi Ichikawa2011-08-071-13/+18
| |\
| | * Add WebSocketLogger and use it in every submodule.Bernard Potocki2011-08-051-12/+18
| * | Adding flag WEB_SOCKET_SUPPRESS_CROSS_DOMAIN_SWF_ERROR in case the user renam...Hiroshi Ichikawa2011-08-071-2/+4
| * | Setting for forcing use of Flash over native Web Socket implementationCarl Byström2011-07-221-2/+2
| |/
| * Adding error message when HTML and SWF is in the different domains.Hiroshi Ichikawa2011-06-261-0/+11
| * Adding comment about Flash version check.Hiroshi Ichikawa2011-06-251-0/+1
| * Use getFlashPlayerVersion() to detect the Flash version more reliablyMax Roeleveld2011-06-151-1/+1
* | Merging.Hiroshi Ichikawa2011-05-071-3/+8
|\ \ | |/
| * Accepting array in addition to string for protocol parameter.Hiroshi Ichikawa2011-05-061-3/+8
| * Fix protocol attribute handling.Joel Martin2011-05-061-0/+3
* | Implement HyBi-07 version of the protocol.Joel Martin2011-05-021-1/+1
* | Fix protocol attribute handling.Joel Martin2011-05-021-0/+3
|/
* Fixing an error on IE when window.Event is defined by user.Hiroshi Ichikawa2011-03-131-2/+2
* Cleaning up event handling.Hiroshi Ichikawa2011-03-061-146/+75
* Style change.Hiroshi Ichikawa2011-03-051-6/+5
* The handler should not "invalid events" for valid events. Just because weArnout Kazemier2011-03-041-7/+7
* Merging JSBridge to WebSocketMain.Hiroshi Ichikawa2011-02-271-1/+1
* Some cleanup.Hiroshi Ichikawa2011-02-271-469/+363
* Pulled in upstream changes.Wtritch2011-02-221-17/+30
|\
| * Making it clear that it requires Flash player 10 or later.Hiroshi Ichikawa2011-02-191-2/+2
* | Completed updates: Removed FABridge dependence. Created javascript WebSocket...Wtritch2011-02-221-349/+478
|/
* opera fix 2avl2011-02-071-1/+1
* opera 'handleEvents' fixavl2011-02-071-0/+1
* Switching to single event "event" instead of "open", "message", etc. in Flash...Hiroshi Ichikawa2011-01-111-73/+53
* Calling Security.loadPolicyFile() with port 843 if Flash.loadFlashPolicyFile(...Hiroshi Ichikawa2011-01-111-4/+4
* Don't explicitly load the policy file, since flash will try port 843 anyway. ...John Shahid2011-01-091-0/+6
* Fixes missing semicolonsStefan Axelsson2011-01-071-2/+2
* Cherry-pick: Not enough with checking existence of window.console. In IE (dep...Hiroshi Ichikawa2010-12-041-2/+4
* Fix packets containing 0x00 bytes getting truncated after the first 0x00 byte.Ivo Wetzel2010-09-251-2/+2
* Making it possible to close() when readyState == CONNECTING.Hiroshi Ichikawa2010-09-131-1/+1
* Making onclose event fired by ws.close() asynchronous.Hiroshi Ichikawa2010-09-131-7/+12
* Supporting cross-domain SWF.Hiroshi Ichikawa2010-09-021-1/+1
* Making Flash Lite detection/handling a bit simpler. Adding comment.Hiroshi Ichikawa2010-08-221-52/+22
* Better handling of Flash Lite and Flash on Android devices by distinguishing ...Stephen Leavitt2010-08-221-6/+54
* Reverted changes from commits 47055f5094bbb95222ac1629274e6446804d68a0 and 4d...Stephen Leavitt2010-08-221-18/+4
* Using negative zIndex only for Mobile Safari.Hiroshi Ichikawa2010-08-131-9/+18
* Fix for failing to initialize on (some) Android devices.Stephen Leavitt2010-08-111-3/+8
* Adding comment about escaping issue.Hiroshi Ichikawa2010-08-031-0/+6
* Adding 'WARNING:' to warning message for file:///...Hiroshi Ichikawa2010-08-031-2/+2
* Simplifying Flash availability check.Hiroshi Ichikawa2010-08-031-13/+1
* Adding more detailed troubleshooting. Showing error on file:///... URL.Hiroshi Ichikawa2010-07-031-0/+6
* Fixing a bug that WebSocket#send throws TypeError instead of INVALID_STATE_ER...Hiroshi Ichikawa2010-07-031-16/+15
* Enabling polling only for Opera.Hiroshi Ichikawa2010-07-031-95/+98
* Event coalescing. Fixes message reorder/drops.Joel Martin2010-07-031-18/+58