History log of /yui3/src/io/as/com/yui/util/io.as
Revision Date Author Comments Expand
cc779b2f03fd6bd9734830da2fe53bbdd2562f7f 19-Jul-2011 TSHA <tsha@yahoo-inc.com>

Fixed io:xdrReady event dispatch in io-xdr.js and io.as.

8f40b10bad344b9cdfb1f49701b68d6cc3c11d5f 13-Jul-2011 TSHA <tsha@yahoo-inc.com>

Changed statusText value to event.type as there is no text property on target in IOErrorEvent.

68b67a7ca77bd6e51a6d67602d38a4cceede1676 22-Jun-2011 TSHA <tsha@yahoo-inc.com>

Source for implementing 2530370, 2529447, 2529314, 2530373.

f2234d899f73e9dc82a80d128392fbbcc6844300 14-Feb-2011 TSHA <tsha@yahoo-inc.com>

Delete headers and data fields in configuration object to avoid serialisation issues through ExternalInterface from within Flash.

78a1bcb2e9ef4a8ab9999bc9ce830e4033f3fe32 19-Aug-2010 TSHA <tsha@yahoo-inc.com>

Remove Security.allowDomain setting from io.as, io.swf. Reverts back to the version introduced in YUI 3.0.0.

c3cfbfd7f9e2c75f226b6e2d1038bdc21fe6f875 16-Jan-2010 tsha <tsha@yahoo-inc.com>

Fixed 2528550.

0943ee927b4635a40bc467a67c08a26e82680c02 14-Dec-2009 tsha <tsha@yahoo-inc.com>

Add allowDomain wildcard to io.swf to allow symmetrical ExternalInterface communication when the swf is loaded from a remote host/domain.

1e1de88d535f8f631a7c97b76fa69f14bb02a5ec 18-Aug-2009 tsha <tsha@yahoo-inc.com>

Native XDR transactions now fallback to io.swf(Flash transport) if the browser cannot initiate such a require and throws an exception. Serialised form data can now be sent in XDR transactions -- Fixes 2528167.

db6bcdca3c01def23cea443aa1bb08552d696ba6 13-Aug-2009 tsha <tsha@yahoo-inc.com>

Added native XDR support, XML response for XDR transactions, and dependency optimizations.

3cd9e1e6bd1a5cca06b47f8a83984f33e2c61e21 05-Jun-2009 tsha <tsha@yahoo-inc.com>

Fixed incompatible ExternalInterface method assignment affecting IE6 and IE7.

f4f43ea0d6d226d7be3099b3a68389c221a35139 10-Apr-2009 tsha <tsha@yahoo-inc.com>

Replace Y.clone with _replace, to create a response object for timeout and abort outcomes. XHR properties are not enumerable, so using Y.clone or Y.merge will not produce a usable object.

02cce49d262190834b3cc9eab341996d67681b0a 09-Apr-2009 tsha <tsha@yahoo-inc.com>

Matched .abort and .isInProgress methods for XDR transactions.

e9fd4c9a7b2bead3bcd3ae4a03c63797166d2463 08-Apr-2009 tsha <tsha@yahoo-inc.com>

Updated XDR transport to use new transaction termination event flow.

7cb892db705e16b9b453b4e777bb39f6eb880a11 13-Jan-2009 tsha <tsha@yahoo-inc.com>

Restructured source files and directory structure for YUI3.