10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hasOwnProperty fallback contributed by kangax. older browser support. fixes #67, 70. More... about 15 years ago
Adding Modernizr Test Suite. It tests the Modernizr API itself and then also tries to validate the results against the findmebyip.com tables. More... about 15 years ago
safari 4 is failing inputtypes.range. it shouldnt. i attempted a fix that works for webkit but fails opera. It remains, but commented out. Issue is still live More... about 15 years ago
small tweaks. added more inline docs More... about 15 years ago
addt'l docs on @cc conditional comments and their unreliability More... about 15 years ago
html5 enabling should be based on a feature test, not a @cc sniff, which is now unreliable. thx Tony Ross of msft. More... about 15 years ago
removing window.history.popState ref as its not standard. http://github.com/NielsLeenheer/html5test/issues/#issue/43 More... about 15 years ago
update database check for incognito windows More... over 15 years ago
fallback for touch test. should fix any chrome false positives if we miss them. More... over 15 years ago
adding webm codec detection. thx mpilgrim More... over 15 years ago
robust html5 input type detection via @miketaylr. fixes #63 More... over 15 years ago
Merge branch 'master' of github.com:Modernizr/Modernizr More... over 15 years ago
codec test upgrades via html5test. more inline docs. fixes #71. More... over 15 years ago
inline docs about vendor prefixes and exposure in the DOM More... over 15 years ago
Merge branch 'master' of github.com:KuraFire/Modernizr-1.2-branch More... over 15 years ago
toLowerCase normalization. web storage and appCache were going out as camelCase. More... over 15 years ago
reversed some ternaries for byte savings More... over 15 years ago
straight boolean return value on svg test More... over 15 years ago
js class should be added regardless of no-js presence More... over 15 years ago
missing comma. fixes #82 More... over 15 years ago
IE7 gets mad if you name a local variable `toString` More... over 15 years ago
Fix for an issue that triggers as a result of a jsmin bug in the multiplebgs check. More... over 15 years ago
Adjustments for 1.2 release candidate. More... over 15 years ago
Broke initial line into two. More... over 15 years ago
Changed <body> to <html> since that's where we add classes. More... over 15 years ago
Avoids 404s for multiple bgs test Solves issue http://github.com/Modernizr/Modernizr/issues#issue/53 More... over 15 years ago
omment sentence change More... over 15 years ago
Modernizr.touch added More... over 15 years ago
character encoding. my favorite. More... over 15 years ago
khtml prefix tested More... over 15 years ago