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
Modernizr.prefixed() returns the prefixed or nonprefixed property name variant of your input Modernizr.prefixed('boxSizing') // 'MozBoxSizing' More... over 14 years ago
framed content test. Am I in an iframe? fixes #242 More... over 14 years ago
adding enableClasses option in case you want to turn them off. fixes #244 More... over 14 years ago
remove enableHTML5 option for M2. More... over 14 years ago
webp image format test. fixes #245 More... over 14 years ago
box-sizing test. fixes #248 More... over 14 years ago
-moz-user-select:none test. fixes #250 More... over 14 years ago
`<input name='test' />` test. fixes #258 More... over 14 years ago
minor, docs added discussing <textarea placeholder>, pointing to the feature test. fixes #76. More... over 14 years ago
unit test fix for _domPrefixes. thanks mathias. ref #257 More... over 14 years ago
adding textarea placeholder detect. fixes #257 More... over 14 years ago
prevent mixed content warning with @font-face test. regression. fixes #214. ref #218. More... over 14 years ago
try/catch'ing our audio/video tests, as IE9 likes to throw exceptions in some rare cases. details: More... over 14 years ago
table-cell test: remove unncessary createElement shortcut. good call, slexaxton More... over 14 years ago
fixing scott's table display detect so it sucks less. :) More... over 14 years ago
display: table and table-cell test. (both are tested under one name "table-cell" ) More... over 14 years ago
whitespace adjustments for testBundle. More... over 14 years ago
shared workers test. fixes #263 More... over 14 years ago
Adding official Modernizr (2!) logo files for people to use. These are licensed under the same MIT/BSD licenses as Modernizr itself. More... over 14 years ago
Merge pull request #255 from mathiasbynens/master More... over 14 years ago
Add feature detect for <details> and <summary> as a plugin. More... over 14 years ago
expose Modernizr._prefixes and Modernizr._domPrefixes More... over 14 years ago
merge cleanup from cowboy. More... over 14 years ago
swap testAllProps() API lines. typo whoops. fixes #246. thx adambrunner. More... over 14 years ago
Added compress.sh uglifier (requires node, uglify-js) and a .gitignore to ignore modernizr.min.js. More... over 14 years ago
More whitespace, etc. More... over 14 years ago
Changed internally to . More... over 14 years ago
Mostly changed " to '. Maybe some whitespace too. More... over 14 years ago
More whitespace-related tweaks. More... over 14 years ago
Added / removed some whitespace. More... over 14 years ago