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 8 of 42
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Performance optimization in clonePosition: do not find offsets when only width/height are cloned, do not get layout when only left/top are cloned.
Victor Homyakov
More...
over 14 years ago
Optimize traversal in Element#up, #down, #next, and #previous by extending only the element that will be returned. Do the same for Event#findElement. (shagstrom)
Andrew Dupont
More...
over 14 years ago
Update the Array#indexOf and Array#lastIndexOf polyfills to be ES5-compliant. (sofish, Andrew Dupont)
Andrew Dupont
More...
over 14 years ago
PDoc for `evalJSON` was missing
Victor Homyakov
More...
over 14 years ago
Added messages to assertions in testSelectorWithEnabledDisabledChecked()
Victor Homyakov
More...
over 14 years ago
Fix variable declaration.
Andrew Dupont
More...
over 14 years ago
Remove unused variable declaration. [#1290 state:resolved] (Victor)
Andrew Dupont
More...
over 14 years ago
Fix innerHTML of the LINK_ELEMENT_INNERHTML_BUGGY test so that it doesn't blow up when the document is served as `application/xhtml+xml`. [#1294 state:resolved] (Witold Baryluk)
Andrew Dupont
More...
over 14 years ago
Fix incorrect results from `Array#intersect`. [#841 state:resolved] (Alexey Bass, Yaffle, Victor)
Andrew Dupont
More...
over 14 years ago
Change numeric entity to named entity for compatibility with documents served as `application/xhtml+xml`. [#1279 state:resolved] (rafalwrzeszcz)
Andrew Dupont
More...
over 14 years ago
Remove unused variable declaration. [#1317 state:resolved] (Victor)
Andrew Dupont
More...
over 14 years ago
Remove redundant variable declaration. [#1316 state:resolved] (Victor)
Andrew Dupont
More...
over 14 years ago
Make `Prototype.ScriptFragment` properly handle whitespace in a closing SCRIPT tag. [#1297 state:resolved] (piopier, Victor)
Andrew Dupont
More...
over 14 years ago
Fixed incorrect documentation.
leaf
More...
over 14 years ago
PDoc fixed
Victor Homyakov
More...
over 14 years ago
Fix incorrect testing of `Array#each` on sparse arrays.
Andrew Dupont
More...
over 14 years ago
Make `Function#bind` as ES5-compliant as possible.
Andrew Dupont
More...
over 14 years ago
Further tweaks to array methods for ES5 compatibility.
Andrew Dupont
More...
over 14 years ago
Move function declarations outside of conditionals in the name of spec compliance.
Andrew Dupont
More...
over 14 years ago
Build with the submodule version Sizzle if it exists; otherwise build from the default Sizzle in `src/sizzle.js`. (We still won't initiate a fetch of the Sizzle submodule, so if the user wants this behavior he/she should grab the submodule manually.) [#1249 state:resolved]
Andrew Dupont
More...
over 14 years ago
Be precise with my language.
Andrew Dupont
More...
over 14 years ago
Fix the way we handle positioning in `Element#clonePosition` when the source element is absolutely-positioned and has the BODY as its offset parent. [#1286 state:resolved] (Luis Fernando Planella Gonzalez, Victor, Dan Popescu)
Andrew Dupont
More...
over 14 years ago
Add missing brace.
Andrew Dupont
More...
over 14 years ago
Merge branch 'ecma5' of https://github.com/arthurschreiber/prototype
Andrew Dupont
More...
over 14 years ago
Add comments explaining some of the changes to array.js.
Andrew Dupont
More...
over 14 years ago
Merge branch 'master' of github.com:sstephenson/prototype
Andrew Dupont
More...
over 14 years ago
Fix the encoding of form values that contain spaces and newlines (in accordance with the HTML spec and browser behavior). [#1134 state:resolved]
Andrew Dupont
More...
over 14 years ago
documentation typo fixed. hopefully the last
Vladimir Dronnikov
More...
over 14 years ago
Merge pull request #34 from dvv/patch-1
Tobie Langel
More...
over 14 years ago
documentation typo fixed
Vladimir Dronnikov
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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