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
Performance optimization in clonePosition: do not find offsets when only width/height are cloned, do not get layout when only left/top are cloned. 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) More... over 14 years ago
Update the Array#indexOf and Array#lastIndexOf polyfills to be ES5-compliant. (sofish, Andrew Dupont) More... over 14 years ago
PDoc for `evalJSON` was missing More... over 14 years ago
Added messages to assertions in testSelectorWithEnabledDisabledChecked() More... over 14 years ago
Fix variable declaration. More... over 14 years ago
Remove unused variable declaration. [#1290 state:resolved] (Victor) 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) More... over 14 years ago
Fix incorrect results from `Array#intersect`. [#841 state:resolved] (Alexey Bass, Yaffle, Victor) More... over 14 years ago
Change numeric entity to named entity for compatibility with documents served as `application/xhtml+xml`. [#1279 state:resolved] (rafalwrzeszcz) More... over 14 years ago
Remove unused variable declaration. [#1317 state:resolved] (Victor) More... over 14 years ago
Remove redundant variable declaration. [#1316 state:resolved] (Victor) More... over 14 years ago
Make `Prototype.ScriptFragment` properly handle whitespace in a closing SCRIPT tag. [#1297 state:resolved] (piopier, Victor) More... over 14 years ago
Fixed incorrect documentation. More... over 14 years ago
PDoc fixed More... over 14 years ago
Fix incorrect testing of `Array#each` on sparse arrays. More... over 14 years ago
Make `Function#bind` as ES5-compliant as possible. More... over 14 years ago
Further tweaks to array methods for ES5 compatibility. More... over 14 years ago
Move function declarations outside of conditionals in the name of spec compliance. 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] More... over 14 years ago
Be precise with my language. 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) More... over 14 years ago
Add missing brace. More... over 14 years ago
Merge branch 'ecma5' of https://github.com/arthurschreiber/prototype More... over 14 years ago
Add comments explaining some of the changes to array.js. More... over 14 years ago
Merge branch 'master' of github.com:sstephenson/prototype 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] More... over 14 years ago
documentation typo fixed. hopefully the last More... over 14 years ago
Merge pull request #34 from dvv/patch-1 More... over 14 years ago
documentation typo fixed More... over 14 years ago