openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
yepnope.js
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 17 hours
ago. based on code collected
about 17 hours
ago.
Sep 02, 2024 — Sep 02, 2025
Showing page 7 of 13
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Autoprotocol is not needed with the new loader
Alex Sexton
More...
over 14 years ago
Making the version number on the minfied version obvious. 1.0.0
Alex Sexton
More...
over 14 years ago
Marking the 1.0.0 release in the minified file
Alex Sexton
More...
over 14 years ago
Readme formatting
Alex Sexton
More...
over 14 years ago
Link style change.
Alex Sexton
More...
over 14 years ago
Final README tweaks. Tagging v1.0.0 - we'll go to full minor release versions now. (for kicks)
Alex Sexton
More...
over 14 years ago
More README.me updates.
Ralph Holzmann
More...
over 14 years ago
README.me updates.
Ralph Holzmann
More...
over 14 years ago
Tagging v1.0 - and pushing minified version
Alex Sexton
More...
over 14 years ago
moving towards 1.0 release
Alex Sexton
More...
over 14 years ago
silly spacing change.
Alex Sexton
More...
over 14 years ago
Webkit split inference.
Ralph Holzmann
More...
over 14 years ago
JavaScript preloading element logic cleaned up.
Ralph Holzmann
More...
over 14 years ago
Fix candidate for chrome dev channel.
Ralph Holzmann
More...
over 14 years ago
Merge branch 'master' of github.com:SlexAxton/yepnope.js
Alex Sexton
More...
over 14 years ago
Fix opera regression oversight
Alex Sexton
More...
over 14 years ago
Probably not true anymore, but still megathnx.
Alex Sexton
More...
over 14 years ago
fixed caching issue in gecko lte 1.8. w00t. more testing to follow.
Alex Sexton
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
Alex Sexton
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.
Alex Sexton
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.
Alex Sexton
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. :/
Alex Sexton
More...
over 14 years ago
Changing over to passing null to insertBefore - testing initiated.
Alex Sexton
More...
over 14 years ago
Switched the remaining appendChild to an insertBefore for IE operation aborted issue.
Alex Sexton
More...
over 14 years ago
forgot to add the test start() back in.
Alex Sexton
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.
Alex Sexton
More...
over 14 years ago
Check one of these asynchonously - a more common case.
Alex Sexton
More...
over 14 years ago
Fixing cache headers to work in more browsers. Inspectors are not great at this stuff.
Alex Sexton
More...
over 14 years ago
Started using insertBefore in cases where we could in order to avoid Operation Aborted messages in IE < 8.
Alex Sexton
More...
over 14 years ago
Ralph cut a bunch of unnecessary stuff, see his branch for comments on why. No known regressions. RC5 FTW.
Alex Sexton
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
13
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree