History log of /yui3/src/get/js/get.js
Revision Date Author Comments Expand
42a6544f291365e9f5791d3b076030fd5f3804bc 02-Apr-2012 Dav Glass <davglass@gmail.com>

Ref #2532096 - Added better detection to Get's env for Chrome on Android

64098e1f6c9d15a0cdd615f6544053871c58364e 02-Apr-2012 Dav Glass <davglass@gmail.com>

Fixes #2532096 - Force Chrome on Android to poll for dynamic CSS

fbfc39f1f361a8a18b0eacb3c50bbe8433020ded 28-Mar-2012 Dav Glass <davglass@gmail.com>

Fixes #2532027 - Added a !isScript check to the CSS timeout added this week

4c541e045137430c23ad1d941fa88acd7e8b6435 23-Mar-2012 Ryan Grove <ryan@wonko.com>

Fix CSS errors blocking transaction queue in some browsers. In browsers that don't fire error events for CSS, a CSS load failure would block the transaction queue, preventing subsequent transactions from being processed.

2f40776582b7c2903cfd44f25d504ed9634a3d58 05-Mar-2012 Ryan Grove <ryan@wonko.com>

Fix 'class' attribute not being set correctly in IE6/7. [Fixes #2531847]

781586490916285391ab7c48a64a430b588246d5 29-Feb-2012 Ryan Grove <ryan@wonko.com>

Update Get to support CSS load events in WebKit 535.24+.

2749a997cdba601200a52bf50e1471c36b673b8d 01-Feb-2012 Ryan Grove <ryan@wonko.com>

Remove unnecessary fallback objects.

e39c414a16a84ae05bd82feec9357e64fc1dc012 31-Jan-2012 Ryan Grove <ryan@wonko.com>

Fix default options not being passed on to transactions. [Fixes #2531715]

906c497a68546ed289279ab489d27b6f56099fee 25-Jan-2012 Ryan Grove <ryan@wonko.com>

Add missing docs for onProgress.

60df4d28c561221d6aa5a49d490c08b262067fa4 24-Jan-2012 Dav Glass <davglass@gmail.com>

Fixed issue with Y.Get's onTimeout handler not being called, test added to verify

42ade624eeac3596d480640153d2ebf4868c2974 16-Dec-2011 Ryan Grove <ryan@wonko.com>

Don't purge nodes that haven't finished loading.

6e85e91f05b19245a585e128bbad02bbb661a8ac 08-Dec-2011 Ryan Grove <ryan@wonko.com>

Get rid of the noisy synchronous loading log message.

f6eed114d7bf4c20bf7283304d90419629b4a3c3 08-Dec-2011 Ryan Grove <ryan@wonko.com>

Make node insertion order safer, and insertion itself much faster. Turns out I was inserting CSS nodes in the wrong order previously, so that was no good. This change ensures that nodes from later requests are always inserted after nodes from earlier requests in the DOM, and also caches the default "insertBefore" node for each document so we don't have to do DOM lookups on every request.

60a2e2a1533b005d74deafba462ba3338e28e8ee 08-Dec-2011 Ryan Grove <ryan@wonko.com>

Craploads of new unit tests for Get, plus a couple of bug fixes.

91f7ddf8687037a391b53546dcbd5cf22af29f23 07-Dec-2011 Ryan Grove <ryan@wonko.com>

General cleanup and byte shaving.

2f070719706a488731ef1c564ff2591a5a3e02ad 07-Dec-2011 Ryan Grove <ryan@wonko.com>

Don't bother clearing element attributes when purging.

d0fa6f87745bf4e7c206e531a67f5c433f52e92f 06-Dec-2011 Ryan Grove <ryan@wonko.com>

Doc and history updates for Get.

d24205cf9d3bdcf70e6cacb1ae5f13b0ba65b54f 06-Dec-2011 Ryan Grove <ryan@wonko.com>

Y.Get API docs.

9128cdadc891d69f01e5b4ea8c0d212a7f91e8a6 03-Dec-2011 Ryan Grove <ryan@wonko.com>

Fix bugs, add WebKit/Gecko CSS polling, tie up loose ends. All tests now pass in all A-grade browsers, and even all the non A-grade browsers I've tested. Still need to do some cleanup, add docs, and do lots of byte-shaving, but otherwise Get seems to be ready to go.

28230d6e1f75675884fc8335cf5c852b1eac09f1 02-Dec-2011 Ryan Grove <ryan@wonko.com>

Implement autopurge.

fadfbf43dab13f093121113f8912feff7ae7b949 02-Dec-2011 Ryan Grove <ryan@wonko.com>

Lots of log messages.

3860bd0f2345509ad08c439c5f9358c3ba45a345 02-Dec-2011 Ryan Grove <ryan@wonko.com>

WIP on rewritten Get with better async JS, CSS load, & error support. There's still some unfinished chunks in get.js (particularly around CSS loading, timeouts, and purgethreshold support), but what's implemented so far is working great and passing tests. Async loading improvements and new API features are the main goals of the rewrite. More to come on these features as I flesh out docs and the history file.

68182450ad30d5d75b27bb6ce96aaafe61320d69 24-Nov-2011 Ryan Grove <ryan@wonko.com>

Move get out of the yui module directory.

62c75cdbe7013b2eddf6da17095dac82814ff7b4 13-Jan-2009 Satyen Desai <sdesai@yahoo-inc.com>

Fixed get apidoc error

8c71d0132c6be48d617f08e63e9e971c03fb4623 12-Jan-2009 Adam Moore <adamoore@yahoo-inc.com>

get reorg