483
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Wrong PDoc for Array#some and Array#every More... about 14 years ago
Removed `Element.extend` from `_element` accordingly to comment "use it internally as `_element` without having to extend the node". Restored `selector.match` in `findElement` because it may rely on `this`. Fixed typo in "IE-proprietarty". More... about 14 years ago
Unused var declaration and initialization is removed More... about 14 years ago
Bump version number. More... about 14 years ago
Document `Object.keys` as a polyfill. More... about 14 years ago
Add notes in the documentation about the methods that act as ES5 polyfills. More... about 14 years ago
Skip window-resizing tests if programmatic window resizing isn't enabled by the browser. More... about 14 years ago
Fix comment. More... about 14 years ago
Fix a URIError encountered in Chrome when interpreting an `X-JSON` header with extended characters. More... about 14 years ago
Be more precise with some tests Chrome dislikes. More... about 14 years ago
Fix an issue where calling `Function#bind` with an empty string as the context produced the same behavior as calling it with a context of `null` or `undefined`. More... about 14 years ago
Prevent infinite loop in IE 9-10 when calling `getStyle('opacity')` on an element. (jbedard, Andrew Dupont) More... about 14 years ago
Change the behavior of `Form.serialize` to match the earlier changes to `Hash#toQueryString`. More... about 14 years ago
Merge branch 'master' of github.com:sstephenson/prototype More... over 14 years ago
Remove tests of `Function.prototype.bind` that don't match spec behavior. More... over 14 years ago
Don't overwrite `Function.prototype.bind` if it's already defined, whether by the native version of `bind` or by a pre-existing polyfill. More... over 14 years ago
Avoid using `Function#bind` when copying a method's `toString` and `valueOf` methods to its wrapped version in class creation. More... over 14 years ago
Fix an issue that caused the function returned by `bind` to error when its original function had no `prototype` property defined. More... over 14 years ago
Merge pull request #52 from victor-homyakov/patch-12 More... over 14 years ago
Merge pull request #51 from victor-homyakov/patch-11 More... over 14 years ago
Perform a feature test for CSS opacity and prefer it over the IE-proprietary `filter` property if it's present. IE 10 will drop support for `filter` except in compatibility rendering modes. (Andrew Dupont) More... over 14 years ago
Fix some variable declarations in dom.js. (Victor Homyakov) More... over 14 years ago
Fix PDoc in dom.js. (Victor Homyakov, Andrew Dupont) More... over 14 years ago
Fix variable assignment in `Element#viewportOffset`. (Victor Homyakov) More... over 14 years ago
Fix documentation typo. More... over 14 years ago
Merge pull request #45 from victor-homyakov/patch-6 More... over 14 years ago
Avoid a double UID lookup when we stop observing all an element's events. (Victor Homyakov, Andrew Dupont) More... over 14 years ago
Merge pull request #47 from victor-homyakov/patch-9 More... over 14 years ago
Merge pull request #43 from victor-homyakov/patch-5 More... over 14 years ago
Give some hint why exception is thrown More... over 14 years ago