index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
unit
/
ajax.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ...
jaubourg
2011-01-31
1
-1
/
+7
*
Simplifies the unit test for #8082.
jaubourg
2011-01-29
1
-8
/
+3
*
Fixes #8082. Text to script converter now returns text. Unit test added.
jaubourg
2011-01-29
1
-3
/
+9
*
Fixes #5856. Adds document protocol at the beginning of URLs without protocol...
jaubourg
2011-01-26
1
-0
/
+12
*
Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...
jaubourg
2011-01-26
1
-19
/
+2
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-0
/
+41
*
Replaces "text in-between" technique with a full-fledged one-level transitive...
jaubourg
2011-01-21
1
-0
/
+43
*
Makes sure statusCode callbacks are ordered in the same way success and error...
jaubourg
2011-01-20
1
-3
/
+30
*
Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...
jaubourg
2011-01-20
1
-0
/
+41
*
Moves active counter test after all other ajax tests where it should be.
jaubourg
2011-01-19
1
-4
/
+4
*
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
1
-1
/
+1
|
\
|
*
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
1
-1
/
+1
*
|
Fixed the ajax test regarding the jsonp option set to false and added a test ...
jaubourg
2011-01-16
1
-5
/
+5
*
|
Revised jsonp unit tests and added a test for when the jsonp option is set to...
jaubourg
2011-01-16
1
-259
/
+222
*
|
Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...
jaubourg
2011-01-16
1
-11
/
+5
*
|
Fixes #4964. Adds a statusCode object together with a new statusCode method o...
jaubourg
2011-01-13
1
-0
/
+70
*
|
Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...
jaubourg
2011-01-12
1
-2
/
+55
*
|
Yet another missing semicolon!
jaubourg
2011-01-11
1
-1
/
+1
*
|
Fixes #6230. Added a unit test to control that, since the ajax rewrite, setti...
jaubourg
2011-01-11
1
-0
/
+22
*
|
Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...
jaubourg
2011-01-11
1
-0
/
+12
*
|
Fixes a race condition in JSONP Local test.
jaubourg
2011-01-10
1
-1
/
+1
|
/
*
Fixes #5812. =? will be detected even when it has been escaped during data se...
jaubourg
2011-01-09
1
-1
/
+17
*
Simplified cross-domain detection tests.
jaubourg
2011-01-09
1
-33
/
+13
*
Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...
jaubourg
2011-01-09
1
-2
/
+17
*
Added a test for retrying a request on error using jQuery.ajax(this). Works a...
jaubourg
2011-01-09
1
-0
/
+23
*
Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...
jaubourg
2011-01-09
1
-0
/
+52
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
1
-0
/
+17
*
Fixes #7881. Setting contentType to false will prevent the Content-Type heade...
jaubourg
2011-01-09
1
-0
/
+36
*
Added missing commas.
jaubourg
2011-01-07
1
-7
/
+7
*
Cleaning up trailing whitespace again.
Colin Snover
2011-01-05
1
-3
/
+3
*
When serializing text, encode all line breaks as CRLF pairs per the applicati...
Dave Methvin
2010-12-31
1
-4
/
+4
*
Renamed several ajaxSettings options. Removed cors test, fixed failing cors t...
jaubourg
2010-12-31
1
-48
/
+16
*
Removed re-usability from jXHR object (no more open, send & onreadystatechang...
jaubourg
2010-12-31
1
-162
/
+4
*
Changed dataConverters key format.
unknown
2010-12-31
1
-1
/
+5
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-54
/
+54
*
Simplified headers tests: removed multiline headers (support is far too serve...
jaubourg
2010-12-11
1
-25
/
+6
*
Tweaked the headers test to be apache independent and actually work.
jaubourg
2010-12-11
1
-5
/
+5
*
Changed document.location to window.location per Ben Alman advice.
jaubourg
2010-12-10
1
-1
/
+1
*
Removed non-standard (and not that useful) xhr emulation methods & reworked t...
jaubourg
2010-12-10
1
-20
/
+32
*
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...
jaubourg
2010-12-09
1
-14
/
+524
*
Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531
John Resig
2010-12-06
1
-0
/
+10
|
\
|
*
Coerce s.url to string before calling replace, since replace is also a method...
Colin Snover
2010-11-17
1
-0
/
+10
*
|
Add unit test for fix to #7578.
Anton M
2010-11-24
1
-2
/
+13
|
/
*
Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.
Colin Snover
2010-11-06
1
-1
/
+4
*
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.
John Resig
2010-10-25
1
-15
/
+0
*
Allow DELETE requests to have a content body, and properly serialize data to ...
dmethvin
2010-10-25
1
-0
/
+26
*
Fixes #7229 and #5803
rwldrn
2010-10-24
1
-0
/
+15
*
Fix broken Ajax test after recent revert to jQuery.ajax namespace.
jeresig
2010-10-13
1
-1
/
+1
*
Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workarou...
jeresig
2010-10-10
1
-5
/
+22
*
Tweak broken serialize tests from commit 879799fe955f01b85b59fd8a0096d415fc48...
John Resig
2010-09-30
1
-3
/
+3
[next]