openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Prototype Javascript Framework
Settings
|
Report Duplicate
483
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
2 days
ago.
Aug 27, 2025 — Aug 27, 2026
Showing page 7 of 42
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Wrong PDoc for Array#some and Array#every
Victor Homyakov
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".
Victor Homyakov
More...
about 14 years ago
Unused var declaration and initialization is removed
Victor Homyakov
More...
about 14 years ago
Bump version number.
Andrew Dupont
More...
about 14 years ago
Document `Object.keys` as a polyfill.
Andrew Dupont
More...
about 14 years ago
Add notes in the documentation about the methods that act as ES5 polyfills.
Andrew Dupont
More...
about 14 years ago
Skip window-resizing tests if programmatic window resizing isn't enabled by the browser.
Andrew Dupont
More...
about 14 years ago
Fix comment.
Andrew Dupont
More...
about 14 years ago
Fix a URIError encountered in Chrome when interpreting an `X-JSON` header with extended characters.
Andrew Dupont
More...
about 14 years ago
Be more precise with some tests Chrome dislikes.
Andrew Dupont
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`.
Andrew Dupont
More...
about 14 years ago
Prevent infinite loop in IE 9-10 when calling `getStyle('opacity')` on an element. (jbedard, Andrew Dupont)
Andrew Dupont
More...
about 14 years ago
Change the behavior of `Form.serialize` to match the earlier changes to `Hash#toQueryString`.
Andrew Dupont
More...
about 14 years ago
Merge branch 'master' of github.com:sstephenson/prototype
Andrew Dupont
More...
over 14 years ago
Remove tests of `Function.prototype.bind` that don't match spec behavior.
Andrew Dupont
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.
Andrew Dupont
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.
Andrew Dupont
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.
Andrew Dupont
More...
over 14 years ago
Merge pull request #52 from victor-homyakov/patch-12
Andrew Dupont
More...
over 14 years ago
Merge pull request #51 from victor-homyakov/patch-11
Andrew Dupont
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)
Andrew Dupont
More...
over 14 years ago
Fix some variable declarations in dom.js. (Victor Homyakov)
Andrew Dupont
More...
over 14 years ago
Fix PDoc in dom.js. (Victor Homyakov, Andrew Dupont)
Andrew Dupont
More...
over 14 years ago
Fix variable assignment in `Element#viewportOffset`. (Victor Homyakov)
Andrew Dupont
More...
over 14 years ago
Fix documentation typo.
Andrew Dupont
More...
over 14 years ago
Merge pull request #45 from victor-homyakov/patch-6
Andrew Dupont
More...
over 14 years ago
Avoid a double UID lookup when we stop observing all an element's events. (Victor Homyakov, Andrew Dupont)
Andrew Dupont
More...
over 14 years ago
Merge pull request #47 from victor-homyakov/patch-9
Andrew Dupont
More...
over 14 years ago
Merge pull request #43 from victor-homyakov/patch-5
Andrew Dupont
More...
over 14 years ago
Give some hint why exception is thrown
Victor Homyakov
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
…
41
42
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree