483
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove test I inadvertently left in. More... over 9 years ago
Ensure `Element.visible` works on nodes from other documents (e.g., IFRAMES). (Closes #319) More... over 9 years ago
Merge branch 'master' of github.com:sstephenson/prototype More... over 9 years ago
Ensure `String#extractScripts` and `String#evalScripts` ignore `SCRIPT` tags with a `type` attribute set to a non-JavaScript MIME-type. (Closes #304) More... over 9 years ago
Merge pull request #326 from sdumitriu/XWIKI-8193 More... over 9 years ago
Default to re-throwing errors that occur inside of Ajax callbacks, rather than silently ignoring them. To restore the old behavior, pass in an empty function to `onException`. (Closes #302) More... over 9 years ago
Allow `Ajax.Request` to use any HTTP verb without the antiquated `_method=` URL fallback. (Closes #280) More... over 9 years ago
Don’t set a default Content-Type on an `Ajax.Request` if the user specifies a falsy `contentType` option. (Closes #313) More... over 9 years ago
Ensure Ajax.activeRequestCount decrements even if an exception is thrown in an `onComplete` callback. (close #324) More... over 9 years ago
Merge pull request #325 from sdumitriu/license-vs-compressor More... over 9 years ago
Fix issue where Element#clonePosition could give wrong results when the page is scrolled. [close #305] More... over 10 years ago
Merge pull request #307 from jdalton/no_repo_for_old_ie More... over 10 years ago
Remove old browser support. More... over 10 years ago
Fix issue where tests would fail on iPhone because it identified as both MobileSafari and WebKit. More... almost 11 years ago
Bump version to 1.7.3. More... almost 11 years ago
Merge pull request #101 from kir/master More... almost 11 years ago
Merge pull request #252 from epochcoder/patch-1 More... almost 11 years ago
Merge pull request #300 from deadlyicon/patch-1 More... almost 11 years ago
remove unwanted debug code More... about 11 years ago
Fix a test More... over 11 years ago
Merge remote-tracking branch 'upstream/master' More... over 11 years ago
Merge pull request #297 from mirabilos/patch-1 More... over 11 years ago
Merge remote-tracking branch 'upstream/master' More... over 11 years ago
Bugfix for Opera compatibility More... over 11 years ago
Fix issue where Element#getOffsetParent would sometimes return the root HTML element in old IE. [close #239] More... over 11 years ago
Add small clarifying comment in String#evalJSON. [close #295] More... over 11 years ago
Merge pull request #108 from jwestbrook/issue-3701-fix More... over 11 years ago
Don’t clobber a built-in Array#entries method with the version from Enumerable. [close #109] More... over 11 years ago
Fix failing layout test in Opera 12. [close #228] More... over 11 years ago
Fix String#stripTags not stripping empty tags without a space before the closing slash. [close #229] More... over 11 years ago