10
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Sep 07, 2024 — Sep 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
override all local changes with master More... over 14 years ago
Merge branch 'master' of github.com:Modernizr/Modernizr More... over 14 years ago
removing deprecated apis: crosswindowmessaging, historymanagement More... over 14 years ago
Why hello, caniuse.com test suite! This is big! ... details below: More... over 14 years ago
unit tests: more compatible global var test. typo fixed in testStyles. More... over 14 years ago
test suite. create polyfill.js. kill off legacy output.html. More... over 14 years ago
changed the order so the styling happens pre-append More... over 14 years ago
IE7 and 6 too (I think) were throwing an error "Could not get the display property. Invalid argument." Using cssText dodges that problem. More... over 14 years ago
minor. hasEvent test suite tweaks. More... over 14 years ago
Moved File API test into plugins More... over 14 years ago
Added test for File API More... over 14 years ago
Major. Plugin API changes.. And unit tests for 'em.. Details below: More... over 14 years ago
rename Modernizr.event() to Modernizr.hasEvent(). add modules to tests. More... over 14 years ago
test suite: move suite setup into own file. More... over 14 years ago
update JSONSelect for ie6 compat. thanks @rwldrn ! More... over 14 years ago
test suite: new js folder More... over 14 years ago
merge in all the modernizr output into this page. we'll stick to this one test page from now on. More... over 14 years ago
update to latest qunit code. More... over 14 years ago
We are now testing Modernizr results against caniuse.com data. :D More... over 14 years ago
small unit testing cleanup. More... over 14 years ago
uaparser and jsonselect? oh hell yeah. More... over 14 years ago
remove fmbip testing. never did really feel good about it. More... over 14 years ago
tweaking detect-globals.js for headless use. wiring up to existing tests. OH HAI Object.keys polyfill! More... over 14 years ago
adding kangax's detect-global.js More... over 14 years ago
notes about using mq() without values. fixes #241 More... over 14 years ago
more docs around webgl and inline svg test. fixes #222 More... over 14 years ago
more docs around modernizr.mq(). fixes #232 More... over 14 years ago
two new addTest signatures: addTest(feature, bool) and addTest({ feature : fn, feature2 : bool }); More... over 14 years ago
more docs around Modernizr.prefixed(). nice transitionEnd event name example from desandro. thxx. More... over 14 years ago
removing extra callback param to the testProps methods. unncessary, it turns out. More... over 14 years ago