2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clearing up original source of credz while still acknowledging good helpz. More... over 14 years ago
Unnecessary === (sry crock, every byte counts) More... over 14 years ago
Switching to always use single quotes (where applicable) and added a minification thing that ralph caught More... over 14 years ago
minification love More... over 14 years ago
added support for readyState manipulation for libraries that check for readystate (i.e. jquery 1.4+) More... over 14 years ago
trailing comma in the tests.js file, breaking ies More... over 14 years ago
When the tests run in a weird order the timeout sometimes lies, bump up a bit to accomodate. Shouldn't affect results, just allows them to take longer, if necessary. More... over 14 years ago
important semicolon accidentally removed. now back. More... over 14 years ago
a few more whitespace catches, looks much better. More... over 14 years ago
Added width and height resrtictions so preloaded elements weren't visible More... over 14 years ago
a whitespace gift to ralph More... over 14 years ago
adding better caching headers to css test files More... over 14 years ago
moving errorTimeout to be publicly exposed, upping it to 10s More... over 14 years ago
pulled out some unnecessary logic for where to put stuff. everything works in docElement. More... over 14 years ago
Changed stack from reusing preloading elems to plain JS object so we can better manage their attributes More... over 14 years ago
Gecko preloading fixes More... over 14 years ago
Add cache control header to javascript.js More... over 14 years ago
For ralph More... over 14 years ago
no need for type attribute on real js files More... over 14 years ago
Added test that checks for correct caching of scripts during the preload. Currently fails in firefox. :( Needs ralphbrainz. More... over 14 years ago
Merge branch 'master' of https://github.com/ralphholzmann/yepnope.js More... over 14 years ago
commiting these comments that are helpful for debugging preloading if uncommented, mostly so i can merge ralph's changes, but also, they're decently helpful. More... over 14 years ago
Initial commit of spliting the preload function into preload and inject JS. More cleanup to come. More... over 14 years ago
Added way more inline comments to help anyone trying to understand the code. Gave ralph more credit. Fixed a few nags from jslint. Whitespace commit imminent. More... over 14 years ago
removed leftover preload elements again. change the sleep invocation url to be more browser friendly for css and js files More... over 14 years ago
changed test to reflect new execution order defaults More... over 14 years ago
clarifying some variables and saving some space More... over 14 years ago
removed the wait flag since we're now waiting by default. soon to add an 'immediate' flag for instantly loaded and executed scripts, we feel this is a safer default, at the sacrifice of a small bit of performance. More... over 14 years ago
adding test for execution order - fails one of them from what I expect, but not necessarily wrong. Will look into it. More... over 14 years ago
reduced test bloat in some old tests, combined similar tests to a single group test More... over 14 years ago