aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Whitespace correctionrwldrn2010-12-091-3/+3
| | | |
| * | | Whitespace correctionrwldrn2010-12-091-3/+3
| | | |
| * | | Reorders condition at L65 for efficiencyrwldrn2010-12-091-2/+2
| | | |
| * | | Updating #7397 unit tests to correctly test for a persisted display valuerwldrn2010-11-101-11/+15
| | | |
| * | | Clean #7397; Removed unnec. var declarationrwldrn2010-11-091-3/+2
| | | |
| * | | Fixes #7397; 4 supporting unit testsrwldrn2010-11-092-5/+41
| | | |
* | | | More specific version numbers.Colin Snover2010-12-121-2/+2
| | | |
* | | | Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-123-22/+62
| | | |
* | | | Return test comments to ASCII spaceColin Snover2010-12-121-2/+2
| | | |
* | | | Merge branch 'bug5566' into csnover-bug5566. Fixes #4386, #5566, #6997.Colin Snover2010-12-122-105/+154
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/manipulation.js test/unit/manipulation.js
| * | | | Fix the clone method to be a little less insane in IE, which fixes the new ↵Colin Snover2010-12-122-33/+65
| | | | | | | | | | | | | | | | | | | | event-cloning clone() as well as probably a bunch of IE-related clone bugs.
* | | | | Simplified headers tests: removed multiline headers (support is far too ↵jaubourg2010-12-113-46/+24
| | | | | | | | | | | | | | | | | | | | servers & browsers dependant) and made all the tests in a single request.
* | | | | Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-112-20/+17
| | | | |
* | | | | Removed bind/unbind from xhr emulation: success/error/complete are deferred ↵jaubourg2010-12-111-17/+0
| | | | | | | | | | | | | | | | | | | | not events so these methods didn't really make sense in the first place.
* | | | | Added the regexp to remove module closures to the ant build file to be on ↵jaubourg2010-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | par with the Makefile.
* | | | | More variable renaming to avoid conflicts when module closures are removed.jaubourg2010-12-112-5/+5
| | | | |
* | | | | Changed document.location to window.location per Ben Alman advice.jaubourg2010-12-101-1/+1
| | | | |
* | | | | Renamed variables to avoid conflicts when Makefile removes internal closures.jaubourg2010-12-102-9/+7
| | | | |
* | | | | Fix the closure in ajax.js too.jaubourg2010-12-101-1/+1
| | | | |
* | | | | Fixed function closures so that Makefile can do its magic.jaubourg2010-12-104-6/+8
| | | | |
* | | | | Replaced spaces with a tab in Makefile.jaubourg2010-12-101-5/+5
| | | | |
* | | | | Removed non-standard (and not that useful) xhr emulation methods & reworked ↵jaubourg2010-12-103-37/+55
| | | | | | | | | | | | | | | | | | | | the headers test as a consequence.
* | | | | Added xhr.js and transports/*.js to Rakefile and build.xml (in sync with ↵jaubourg2010-12-102-1/+5
| | | | | | | | | | | | | | | | | | | | Makefile).
* | | | | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵jaubourg2010-12-0912-463/+1991
| | | | | | | | | | | | | | | | | | | | found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
* | | | | Backing out cec68e2b00d86357c18b576cbaed52cc1ea42a74, was causing serialize ↵jeresig2010-12-092-92/+72
| | | | | | | | | | | | | | | | | | | | tests to fail. Un-fixes #5566.
* | | | | Backing out fb6c038bf00296480234c971a1664ac01ca1479e, was causing ↵jeresig2010-12-092-17/+4
| | | | | | | | | | | | | | | | | | | | jQuery.param tests to fail - unfixes #7413.
* | | | | Merge branch 'explain-map-concat' of https://github.com/ajpiano/jquery into ↵jeresig2010-12-091-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | ajpiano-explain-map-concat
| * | | | | Add a comment explaining that jQuery.map flattens arraysadam j. sontag2010-11-271-0/+1
| | | | | |
* | | | | | Merge branch 'bug5566' of https://github.com/csnover/jquery into csnover-bug5566jeresig2010-12-092-72/+92
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Clone fragments in domManip using jQuery.clone instead of ↵Colin Snover2010-12-062-57/+77
| | | | | | | | | | | | | | | | | | | | | | | | DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997.
| * | | | | Clean up empty lines with whitespace in manipulation.jsColin Snover2010-12-061-15/+15
| | | | | |
* | | | | | Merge branch 'attrFollowupFix' of https://github.com/jitter/jquery into ↵jeresig2010-12-092-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | jitter-attrFollowupFix
| * | | | | | Fix attr() problems in IE with attribute nodes. Followup to commit b50f41a2.Anton M2010-12-072-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE can't add properties on an attribute-node element, thus we handle it like text-/comment-nodes.
* | | | | | | Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnumjeresig2010-12-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Precising the unit part of rfxnum regexlouisremi2010-12-091-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'support_6897' of https://github.com/rwldrn/jquery into ↵jeresig2010-12-091-0/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-support_6897
| * | | | | | | Support unit test for #6897rwldrn2010-11-091-0/+25
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'bug_7413' of https://github.com/rwldrn/jquery into rwldrn-bug_7413jeresig2010-12-092-4/+17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fixes #7413; isEmptyObject() check to see if obj passes isPlainObjectrwldrn2010-11-092-4/+17
| |/ / / / /
* | | | | | Merge branch 'bug7524' of https://github.com/csnover/jquery into csnover-bug7524John Resig2010-12-062-8/+13
|\ \ \ \ \ \
| * | | | | | Only try to get data attributes for a jQuery-wrapped object if it is ↵Colin Snover2010-12-032-8/+13
| | |/ / / / | |/| | | | | | | | | | | | | | | | actually an Element node. Fixes #7524.
* | | | | | Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242John Resig2010-12-061-6/+13
|\ \ \ \ \ \
| * | | | | | Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes ↵Colin Snover2010-12-031-6/+13
| |/ / / / / | | | | | | | | | | | | | | | | | | bug #6242.
* | | | | | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-062-1/+14
|\ \ \ \ \ \
| * | | | | | Optimize for size instead of speed.Colin Snover2010-11-171-1/+1
| | | | | | |
| * | | | | | Coerce s.url to string before calling replace, since replace is also a ↵Colin Snover2010-11-172-1/+14
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | method of a Location object. Fixes #7531.
* | | | | | Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398John Resig2010-12-062-4/+11
|\ \ \ \ \ \
| * | | | | | Make sure custom events named "submit" can be bound to non DOM elements in ↵Anton M2010-11-212-4/+11
| |/ / / / / | | | | | | | | | | | | | | | | | | IE too. Fixes 6398.
* | | | | | Merge branch 't4386' of https://github.com/jitter/jquery into jitter-t4386John Resig2010-12-062-2/+7
|\ \ \ \ \ \
| * | | | | | Make sure IE clones body elements correctly. Fixes 4386.Anton M2010-11-212-2/+7
| |/ / / / /