2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
Byte shaving. More... over 14 years ago
Merge branch 'master' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
javascript.php tweaks More... over 14 years ago
Merge branch 'master' of git://github.com/SlexAxton/yepnope.js More... over 14 years ago
Added no-cache option to javascript.php. More... over 14 years ago
Updates to the testing table. More... over 14 years ago
With major bugfix, moving to RC4. Feeling good about this one. More... over 14 years ago
Fix for complete callback not firing when nothing has loaded and its the last item in the execStack. More... over 14 years ago
Fixed preload test so really fast browsers (ahem.. IE9) don't finish in our tiny grace period. Fixed the complete test to fail, since we're not actually doing it right yet. More... over 14 years ago
Testing for complete callbacks more thoroughly, need to fix so it always fires. More... over 14 years ago
Making sure the tests don't run in compat mode in any IE More... over 14 years ago
Merge branch 'master' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
Added test case for yepnope calls within files loaded by yepnope. More... over 14 years ago
Moving to RC3 since we had a significant code change/bug fix. h/t to ralphholzmann and itechnology More... over 14 years ago
Bug fix for yepnope calls within scripts loaded by yepnope. More... over 14 years ago
RC2 - better advice in the comments. More... over 14 years ago
Moving to an RC2 - sitting at 1629b gzipped and min More... over 14 years ago
some warnings and free code about the situation you get yourself into when you dont have a head More... over 14 years ago
removed unnecessary lines from preload only commit More... over 14 years ago
Added code and tests to allow for halting after preload. Enables a preload prefix plugin, which was also added. More... over 14 years ago
Marking as RC1 - passing all tests. at 1619bytes gzipped More... over 14 years ago
Since the global is being overwritten in getYepnope(), then we don't have to pass it into the callback. More... over 14 years ago
Non-existant <head> tags seem like they are selectable anyways, so trying to simplify. More... over 14 years ago
Yepnope should be able to run from the head. So run the tests there. More... over 14 years ago
document.children not in all browsers. More... over 14 years ago
guaranteed safe reuse of iterator variable. saves 8 bytes. More... over 14 years ago
only used once. -2 more bytes More... over 14 years ago
-2 bytes - no need for 'this' renaming. More... over 14 years ago
Removed all type checks from preloadFile - we dont need them since we split up preloading and injecting logic. More... over 14 years ago