2
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Autoprotocol is not needed with the new loader More... over 14 years ago
Making the version number on the minfied version obvious. 1.0.0 More... over 14 years ago
Marking the 1.0.0 release in the minified file More... over 14 years ago
Readme formatting More... over 14 years ago
Link style change. More... over 14 years ago
Final README tweaks. Tagging v1.0.0 - we'll go to full minor release versions now. (for kicks) More... over 14 years ago
More README.me updates. More... over 14 years ago
README.me updates. More... over 14 years ago
Tagging v1.0 - and pushing minified version More... over 14 years ago
moving towards 1.0 release More... over 14 years ago
silly spacing change. More... over 14 years ago
Webkit split inference. More... over 14 years ago
JavaScript preloading element logic cleaned up. More... over 14 years ago
Fix candidate for chrome dev channel. More... over 14 years ago
Merge branch 'master' of github.com:SlexAxton/yepnope.js More... over 14 years ago
Fix opera regression oversight More... over 14 years ago
Probably not true anymore, but still megathnx. More... over 14 years ago
fixed caching issue in gecko lte 1.8. w00t. more testing to follow. More... over 14 years ago
After doing a lot of testing across firefoxes this supports using insertBefore with our chosen preloaded elements in all versions of firefox, but in Gecko lte 1.8 - things don't cache. Execution order is still preserved, so this may be ok for this really old browser with 0.27% market share... considering polling for the body element so caching is easier More... over 14 years ago
Switched over to always append before the first script, works in all available mac browsers. Note: Opera (11) fails to cache things correctly if there is no body element. The head element doesn't seem to matter either way. I added both tags back in, for opera support, and since we're not using docHead anymore, the potential for caching issues is actually greater by having it in. More... over 14 years ago
Instead of testing on good markup - we might as well test for the worst possible scenario. No head, no body. conditional comments first, etc. More... over 14 years ago
removing full-support for preload! in 1.0 - doesn't work in really old weird stuff, not worth delaying release. :/ More... over 14 years ago
Changing over to passing null to insertBefore - testing initiated. More... over 14 years ago
Switched the remaining appendChild to an insertBefore for IE operation aborted issue. More... over 14 years ago
forgot to add the test start() back in. More... over 14 years ago
CSS being awkward about the preloading plugin, moving to just js preloading for the 1.0 release (will revisit). CSS is experimental (breaks in safari mobile - may need different headers) even though it's mostly supported. More... over 14 years ago
Check one of these asynchonously - a more common case. More... over 14 years ago
Fixing cache headers to work in more browsers. Inspectors are not great at this stuff. More... over 14 years ago
Started using insertBefore in cases where we could in order to avoid Operation Aborted messages in IE < 8. More... over 14 years ago
Ralph cut a bunch of unnecessary stuff, see his branch for comments on why. No known regressions. RC5 FTW. More... over 14 years ago