History log of /yui3/src/io/js/io-queue.js
Revision Date Author Comments Expand
8f488c50f45377adf5183714a922010f470926ab 02-Feb-2012 Dav Glass <davglass@gmail.com>

Updated IO docs so the modules appear better

a23a8b9cc849a2aa697a3820f45e1b0f652f4e53 20-Aug-2011 Luke Smith <lsmith@yahoo-inc.com>

s/tabs/spaces/ and other API doc tweaks Things like {object} or {o} => {Object}

8bb3e0947cd116fdfd7e78a5f062c7f47e28b7d9 11-Aug-2011 TSHA <tsha@yahoo-inc.com>

IO API Doc updates only. No code changes.

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

Source for implementing 2530370, 2529447, 2529314, 2530373.

5e7b6e8d16b2bca98076a60e7bf31aa5120cb110 22-Jun-2010 TSHA <tsha@yahoo-inc.com>

Refactor code to correct JSLint "undefined function" warnings. Note: diffs will be large due to code reordering.

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

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

0ca67c21a98fdcf005cbc13bfa76977534ca4b82 12-Jun-2009 tsha <tsha@yahoo-inc.com>

io-form now accepts a form node as well as an HTML form id.

d4d1924236838dc4f0ab42e281403d13058b2a2a 06-Jun-2009 tsha <tsha@yahoo-inc.com>

Update io-base.js to synchronize with io-xdr.js when calling isInProgress for cross-domain transactions. Removed redundant semi-colons from all io sub-modules.

2a2a68e988451e49ce1351e38811e475b8b4d97e 15-May-2009 unknown <tsha@.ds.corp.yahoo.com>

Y.Queue now implemented for all queuing functionality. Synchronous transactions, based on queue order, now implemented.

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

Remove trailing comma in io-queue.js, in the Y.mix statement.

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

Restructured source files and directory structure for YUI3.