aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fixes crossDomain test so that it assumes port to be 80 for http and 443 for ...jaubourg2011-01-191-2/+4
* | | | | Moves determineDataType into ajaxSettings so that it is accessible to transpo...jaubourg2011-01-192-51/+52
* | | | | Re-adds hastily removed variable and simplifies statusCode based callbacks ha...jaubourg2011-01-191-15/+16
* | | | | Use undefined instead of 0 to deference transport for clarity.jaubourg2011-01-191-1/+1
* | | | | Removes unnecessary test and ensures getResponseHeader returns null if the he...jaubourg2011-01-191-12/+7
* | | | | Revised how context is determined and removed unnecessary "parameter as varia...jaubourg2011-01-191-12/+10
* | | | | Moved ajaxSettings.xhr definition together with support.ajax and support.cors...jaubourg2011-01-192-161/+173
|/ / / /
* | | | Remove an unused regex and optimize character escape regex usage.Anton M2011-01-191-7/+2
* | | | Merge branch 'master' of https://github.com/mathiasbynens/jquery into mathias...John Resig2011-01-181-2/+2
|\ \ \ \
| * | | | Add missing line break after copyright header and trailing semicolon at the e...Mathias Bynens2011-01-181-2/+2
* | | | | Merge branch 'chrome-slice-comment' of https://github.com/ajpiano/jquery into...John Resig2011-01-181-1/+5
|\ \ \ \ \
| * | | | | Fix tabs vs spaces in initial workaround commitadam j. sontag2011-01-171-1/+1
| * | | | | shorten the SHAadam j. sontag2011-01-171-1/+1
| * | | | | Add link to chrome issue ticketadam j. sontag2011-01-171-0/+1
| * | | | | Add a comment to explain (and enforce the temporary-ness of) an extra line of...adam j. sontag2011-01-171-0/+3
* | | | | | Weird, not sure why I got an exec error before - doesn't seem to be needed.John Resig2011-01-181-0/+0
| |/ / / / |/| | | |
* | | | | Make sure that the UglifyJS file is executable.John Resig2011-01-181-0/+0
* | | | | Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-182-1/+40
* | | | | Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...John Resig2011-01-181-1/+1
|\ \ \ \ \
| * | | | | jQuery.fn.offset no longer returns ClientRect object for disconnected elementsRussell Holbrook2010-11-221-1/+1
* | | | | | Clarify cygwin instructions slightly and swap the order of arguments to which...Colin Snover2011-01-172-3/+3
* | | | | | Update Makefile to use either nodejs or node, whichever exists (Debian uses n...Colin Snover2011-01-171-1/+1
* | | | | | Update unit test for #7608 which was leaking timers.rwldrn2011-01-171-11/+2
* | | | | | Replace build system with a faster new one that uses Node and UglifyJS and ge...Colin Snover2011-01-1712-369/+3073
* | | | | | Disabled a broken test for now, until WebKit browsers become more current.jeresig2011-01-171-2/+5
* | | | | | Accidentally removed the module teardown code.jeresig2011-01-171-1/+1
* | | | | | Opera was falling back to undefined, which it didn't appreciate.jeresig2011-01-171-1/+1
* | | | | | Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-1721-229/+543
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-01-172-24/+34
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-1721-229/+543
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w...Colin Snover2011-01-171-0/+7
| | * | | | | | Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-0915-38/+189
| | * | | | | | Fix jQuery.queue leaks empty queues.Colin Snover2011-01-091-0/+4
| | * | | | | | Fix domManip leaks the first element when appending elements to multiple othe...Colin Snover2011-01-091-1/+1
| | * | | | | | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-0910-192/+341
* | | | | | | | Fixed a couple issues with escaping of attribute values in selectors. Fixes #...jeresig2011-01-171-12/+55
| |_|/ / / / / |/| | | | | |
* | | | | | | Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-172-24/+34
|/ / / / / /
* | | | | | Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608jeresig2011-01-172-4/+30
|\ \ \ \ \ \
| * | | | | | whitespace fixes in unit testsrwldrn2011-01-101-18/+18
| * | | | | | Bug #7608 elem.runtimeStyle throws exception in Operarwldrn2011-01-052-4/+30
* | | | | | | Merging pull request 183 for #7793.jeresig2011-01-172-5/+13
|\ \ \ \ \ \ \
| * | | | | | | Update test case to feature-detect Opera's lack of defaultPrevented and skip ...Dave Methvin2011-01-151-1/+8
| * | | | | | | Test for standard createEvent before IE-specific click method.Dave Methvin2010-12-271-7/+4
| * | | | | | | Simplify the check for isDefaultPrevented.Dave Methvin2010-12-241-4/+2
| * | | | | | | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-232-0/+44
* | | | | | | | Added unit tests to check and demonstrate new jQuery.Deferred() works.jaubourg2011-01-171-1/+20
* | | | | | | | Put the split to get the list of promise methods out of the promise method it...jaubourg2011-01-161-4/+9
* | | | | | | | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-162-14/+79
* | | | | | | | Fixed the ajax test regarding the jsonp option set to false and added a test ...jaubourg2011-01-161-5/+5
* | | | | | | | Revised jsonp unit tests and added a test for when the jsonp option is set to...jaubourg2011-01-161-259/+222