Changeset 14167
- Timestamp:
- 06/26/08 11:48:03 (5 months ago)
- Location:
- dojox/trunk/io
- Files:
-
- 6 added
- 1 modified
-
httpParse.js (added)
-
README (modified) (3 diffs)
-
tests/attackerFrame.html (added)
-
tests/windowName.html (added)
-
tests/windowName.js (added)
-
windowName.js (added)
-
xhrWindowNamePlugin.js (added)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/io/README
r11231 r14167 2 2 DojoX IO 3 3 ------------------------------------------------------------------------------- 4 Version 0. 3.15 Release date: 0 9/06/20074 Version 0.4.0 5 Release date: 07/04/2008 6 6 ------------------------------------------------------------------------------- 7 7 Project state: … … 10 10 Credits 11 11 Bryan Forbes (bryan@reigndropsfall.net) 12 Kris Zyp (kris@sitepen.com) 12 13 ------------------------------------------------------------------------------- 13 14 Project description 14 15 xhrMultiPart.js - Cross-domain fragment identifier messaging based XHR Proxy 16 xhrPlugins.js - An adapter registry for having multiple XHR handlers (like 17 XDomainRequest, CS-XHR, proxy, and window.name) 18 windowName.js - Cross-domain transport using window.name 19 xhrWindowNamePlugin.js - window.name plugin for XHR adapter registry 20 httpParse.js - HTTP message parser. Parses to an XHR like interface. 15 21 ------------------------------------------------------------------------------- 16 22 Dependencies: 17 23 18 DojoX IO depends on Dojo Core and DojoX UUID's generateRandomUuid function. 24 DojoX IO xhrMultiPart depends on Dojo Core and DojoX UUID's generateRandomUuid 25 function. 26 xhrWindowNamePlugin depends on dojox.secure.capability for safe JSON parsing 19 27 ------------------------------------------------------------------------------- 20 28 Documentation … … 26 34 http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid.js 27 35 http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/uuid/* 36 http://svn.dojotoolkit.org/var/src/dojo/dojox/trunk/secure/* 28 37 29 38 Install into the following directory structure: 30 39 /dojox/uuid/ 40 /dojox/secure/ 31 41 32 42 AND