2
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move poll function to a local var, should fix bugs in IE<9 when minified with uglifyjs, due to https://github.com/mishoo/UglifyJS/issues/161 More... about 14 years ago
took attr setting out of preload since it can ruin it too easily. Using setAttribute until i find a reason not to. More... over 14 years ago
took attr setting out of preload since it can ruin it too easily. Using setAttribute until i find a reason not to. More... over 14 years ago
merging in object detection fix More... over 14 years ago
Adding in pluggable attributes on elements. More... over 14 years ago
Adding in pluggable attributes on elements. More... over 14 years ago
Merge branch 'master' of github.com:SlexAxton/yepnope.js More... over 14 years ago
Adding in LGPL Contributor Agreement requirement. More... over 14 years ago
Merge pull request #36 from DmitryBaranovskiy/patch-1 More... over 14 years ago
Not so lame object detection. More... over 14 years ago
Merge branch 'v1.1' of https://github.com/ralphholzmann/yepnope.js into v1.1 More... over 14 years ago
Exposing injection methods as cleanly as possible More... over 14 years ago
Exposing injection methods as cleanly as possible More... over 14 years ago
Adding cross domain css support for IE. Required an inference. Looking into other solutions. More... over 14 years ago
Adding cross domain css support for IE. Required an inference. Looking into other solutions. More... over 14 years ago
Switched all preloading over to images except for gecko, which still needs an object. When using images to preload resources, we can load them off of the DOM, yielding a huge performance boost (for browsers supporting it). More work needs to be done on it though, IE is loading CSS twice for some reason. More... over 14 years ago
Switched all preloading over to images except for gecko, which still needs an object. When using images to preload resources, we can load them off of the DOM, yielding a huge performance boost (for browsers supporting it). More work needs to be done on it though, IE is loading CSS twice for some reason. More... over 14 years ago
CSS Rewrite / Optimizations for 1.1. Fixes timeout fallback from firing on cross domain css in webkit. Added test for cross domain css timeout. More... over 14 years ago
CSS Rewrite / Optimizations for 1.1. Fixes timeout fallback from firing on cross domain css in webkit. Added test for cross domain css timeout. More... over 14 years ago
Updated README.md for 1.0.1 More... over 14 years ago
Adding in v1.0.1 minified comment. v1.0.1 complete. More... over 14 years ago
Tagging the v1.0.1 release. Better browser inference. More consistent timeouts. More... over 14 years ago
preload support for css in opera, still beta. Moving forward without it for now. More... over 14 years ago
Adding preload test back in. More... over 14 years ago
Merge branch '101' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
Start of 1.0.1 fixes More... over 14 years ago
Adding Steve and Stoyan as influences for the project (and the space). Previous oversight. More... over 14 years ago
Patch the last known bug. Firefox infiniloading. Tag the 1.0.0 forealz. More... over 14 years ago
Merge branch 'master' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
Firefox spinning fixed (finally). More... over 14 years ago