aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes #8245. Ajax now ensures header names are capitalized so that non-compli...jaubourg2011-02-112-10/+13
* Simplifies status normalization in xhr transport. Local file test modified fo...jaubourg2011-02-112-44/+37
* Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-102-0/+24
* Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-102-7/+14
* Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-102-34/+30
* No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-102-518/+1
* Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ...Anton M2011-02-101-2/+3
* Replaces jQuery.each loop for headers with a foreach loop.jaubourg2011-02-091-3/+3
* Fixes #8219. Introduces the mimeType option to override content-type header i...jaubourg2011-02-093-1/+42
* Makes local filesystem test for ajax more insightful.jaubourg2011-02-091-9/+31
* Makes sure statusText always defaults to "error".jaubourg2011-02-091-1/+1
* Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to u...Colin Snover2011-02-082-16/+3
* Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleav...Anton M2011-02-081-0/+6
* Revert "Make sure that mousing over Chrome "internal div" elements results in...Anton M2011-02-081-3/+1
* Make sure that mousing over Chrome "internal div" elements results in no trig...Anton M2011-02-081-1/+3
* Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...Colin Snover2011-02-071-1/+1
* Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-02-071-3/+4
|\
| * Adds jQuery collection to objects that will be used as global events context ...jaubourg2011-02-071-3/+4
* | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-074-53/+37
|/
* Fixes a bug that prevented headers from being set in an ajaxSend callback. Un...jaubourg2011-02-072-7/+14
* Makes sure xhrs are actually aborted on unload in IE. Simplifies active xhrs ...jaubourg2011-02-071-34/+26
* Fixes #8177. XHR transport now considers 304 Not Modified responses as 200 OK...jaubourg2011-02-051-0/+6
* Fixes a typo in the title of the load() unit test.jaubourg2011-02-051-1/+1
* Remove an invalid ajax test and some code that is no longer used by any test.Anton M2011-02-053-22/+1
* Reformats logic for early abort in beforeSend to limit block imbrication.jaubourg2011-02-041-36/+35
* Fixes abort in prefilter. No global event will be fired in that case even if ...jaubourg2011-02-042-4/+33
* Disables dataType redirection while selecting transport.jaubourg2011-02-041-2/+2
* Adds widget as the list of local protocols.jaubourg2011-02-031-1/+1
* Don't use a local copy of jQuery.ajaxSettings.isLocal anymore but use the cur...jaubourg2011-02-031-12/+5
* Adds support for more complex protocol by having the url regexp closer to rfc...jaubourg2011-02-031-1/+1
* Stores jQuery.ajaxSettings.isLocal locally at load time so that any change to...jaubourg2011-02-033-34/+57
* Fixes #7653. Changes regexp to detect local protocol so that it will accept a...jaubourg2011-02-031-2/+2
* Fixes #8146. Custom fields in xhrFields are now set after the XMLHttpRequest ...jaubourg2011-02-031-7/+7
* Fixes #8152 by applying the same special cases for protocol "chrome-extension...jaubourg2011-02-032-33/+37
* Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fi...jaubourg2011-02-021-1/+9
* Fixes #8138. Access to document.location is made only once at load time and i...jaubourg2011-02-021-7/+23
* Fixes #8135. Makes sure any exception thrown by Firefox when trying to access...jaubourg2011-02-022-65/+183
* Fixes #8098. Use the fast document.head when available. Don't set unneeded "s...Mathias Bynens2011-02-024-10/+6
* Fixes #7945. Make jQuery.param() serialize plain objects with a property name...Anton Kovalyov2011-02-022-2/+7
* Fixes #8129. Fix cloning multiple selected options in IE8.rwldrn2011-02-022-3/+11
* Fixes #8125. Status is set to 200 for requests with status 0 when location.pr...jaubourg2011-02-012-4/+46
* Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ...jaubourg2011-02-013-64/+64
* The default for .clone() is to not clone any events. Fixes #8123.jeresig2011-02-012-1/+12
* Places multiple signature test after all primary callbacks tests.jaubourg2011-02-011-15/+15
* Improve $.ajax method signature unit test and placementDan Heberden2011-02-011-19/+15
* Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ...Dan Heberden2011-01-312-3/+21
* Fixes #8095. Properly handles the case where browser cache needs to be bypass...jaubourg2011-01-312-84/+99
* Script dataType now supports ecmascript mimetypes.jaubourg2011-01-313-11/+21
* Makes sure jsonp callback is not left in the global namespace in case of an e...jaubourg2011-01-312-25/+50
* Makes sure all converters keys are lowercased before any conversion is taking...jaubourg2011-01-312-5/+16