git.asbjorn.biz
/
jquery.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make sure that mousing over Chrome "internal div" elements results in no trigger...
[jquery.git]
/
test
/
unit
/
ajax.js
2011-02-07
jaubourg
Fixes a bug that prevented headers from being set in...
blob
|
commitdiff
2011-02-05
jaubourg
Fixes a typo in the title of the load() unit test.
blob
|
commitdiff
|
diff to current
2011-02-04
Anton M
Remove an invalid ajax test and some code that is no...
blob
|
commitdiff
|
diff to current
2011-02-04
jaubourg
Fixes abort in prefilter. No global event will be fired...
blob
|
commitdiff
|
diff to current
2011-02-01
Anton Kovalyov
Fixes #7945. Make jQuery.param() serialize plain object...
blob
|
commitdiff
|
diff to current
2011-02-01
jaubourg
Fixes #8115. Renames all references to jXHR with jqXHR...
blob
|
commitdiff
|
diff to current
2011-02-01
jaubourg
Places multiple signature test after all primary callba...
blob
|
commitdiff
|
diff to current
2011-02-01
Dan Heberden
Improve $.ajax method signature unit test and placement
blob
|
commitdiff
|
diff to current
2011-02-01
Dan Heberden
Bug 8107; Fix argument handling for $.ajax for multiple...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Fixes #8095. Properly handles the case where browser...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Script dataType now supports ecmascript mimetypes.
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Makes sure jsonp callback is not left in the global...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Makes sure all converters keys are lowercased before...
blob
|
commitdiff
|
diff to current
2011-01-31
Anton M
Fixes #7568. Follow-up fix for #5862. Objects with...
blob
|
commitdiff
|
diff to current
2011-01-31
jaubourg
Removed errorThrown test for 404 responses seeing as...
blob
|
commitdiff
|
diff to current
2011-01-29
jaubourg
Simplifies the unit test for #8082.
blob
|
commitdiff
|
diff to current
2011-01-29
jaubourg
Fixes #8082. Text to script converter now returns text...
blob
|
commitdiff
|
diff to current
2011-01-26
jaubourg
Fixes #5856. Adds document protocol at the beginning...
blob
|
commitdiff
|
diff to current
2011-01-25
jaubourg
Fixes #8054 by reverting feature enhancement 5812 ...
blob
|
commitdiff
|
diff to current
2011-01-25
jaubourg
Reworks how values of parameters passed to error callba...
blob
|
commitdiff
|
diff to current
2011-01-21
jaubourg
Replaces "text in-between" technique with a full-fledge...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Makes sure statusCode callbacks are ordered in the...
blob
|
commitdiff
|
diff to current
2011-01-20
jaubourg
Cleans up and simplifies code shared by ajaxPrefilter...
blob
|
commitdiff
|
diff to current
2011-01-19
jaubourg
Moves active counter test after all other ajax tests...
blob
|
commitdiff
|
diff to current
2011-01-17
Colin Snover
Merge in data_nocollide branch. Fixes #6968, improves...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Fixed the ajax test regarding the jsonp option set...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Revised jsonp unit tests and added a test for when...
blob
|
commitdiff
|
diff to current
2011-01-16
jaubourg
Fixes #2994. Not finding a transport now fires the...
blob
|
commitdiff
|
diff to current
2011-01-13
jaubourg
Fixes #4964. Adds a statusCode object together with...
blob
|
commitdiff
|
diff to current
2011-01-12
jaubourg
Fixes #4897. Added ?? as a context-insensitive placehol...
blob
|
commitdiff
|
diff to current
2011-01-11
jaubourg
Yet another missing semicolon!
blob
|
commitdiff
|
diff to current
2011-01-11
jaubourg
Fixes #6230. Added a unit test to control that, since...
blob
|
commitdiff
|
diff to current
2011-01-11
jaubourg
Fixes 4825. jQuery.fn.load: use the jXHR's Promise...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes a race condition in JSONP Local test.
blob
|
commitdiff
|
diff to current
2011-01-09
Colin Snover
Update unit tests with a leak detection mechanism for...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #5812. =? will be detected even when it has been...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Simplified cross-domain detection tests.
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #5955. Option crossDomain now forces ajax to...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Added a test for retrying a request on error using...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7465. Reworked the regexp and associated test...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7868. ResponseText is now properly propagated...
blob
|
commitdiff
|
diff to current
2011-01-09
jaubourg
Fixes #7881. Setting contentType to false will prevent...
blob
|
commitdiff
|
diff to current
2011-01-07
jaubourg
Added missing commas.
blob
|
commitdiff
|
diff to current
2011-01-05
Colin Snover
Cleaning up trailing whitespace again.
blob
|
commitdiff
|
diff to current
2010-12-31
Dave Methvin
When serializing text, encode all line breaks as CRLF...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-31
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-31
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-30
Colin Snover
Clean trailing whitespace from all files.
blob
|
commitdiff
|
diff to current
2010-12-28
jaubourg
Renamed several ajaxSettings options. Removed cors...
blob
|
commitdiff
|
diff to current
2010-12-25
jaubourg
Removed re-usability from jXHR object (no more open...
blob
|
commitdiff
|
diff to current
2010-12-24
unknown
Changed dataConverters key format.
blob
|
commitdiff
|
diff to current
2010-12-11
jaubourg
Simplified headers tests: removed multiline headers...
blob
|
commitdiff
|
diff to current
2010-12-11
jaubourg
Tweaked the headers test to be apache independent and...
blob
|
commitdiff
|
diff to current
2010-12-10
jaubourg
Changed document.location to window.location per Ben...
blob
|
commitdiff
|
diff to current
2010-12-10
jaubourg
Removed non-standard (and not that useful) xhr emulatio...
blob
|
commitdiff
|
diff to current
2010-12-09
jaubourg
Rewrite of the Ajax module by Julian Aubourg. Some...
blob
|
commitdiff
|
diff to current
2010-12-06
John Resig
Merge branch 'bug7531' of https://github.com/csnover...
blob
|
commitdiff
|
diff to current
2010-11-24
Anton M
Add unit test for fix to #7578.
blob
|
commitdiff
|
diff to current
2010-11-17
Colin Snover
Coerce s.url to string before calling replace, since...
blob
|
commitdiff
|
diff to current
2010-11-06
Colin Snover
Ensure that AJAX requests are actually aborted in all...
blob
|
commitdiff
|
diff to current
2010-10-26
John Resig
Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c...
blob
|
commitdiff
|
diff to current
2010-10-25
dmethvin
Allow DELETE requests to have a content body, and prope...
blob
|
commitdiff
|
diff to current
2010-10-24
rwldrn
Fixes #7229 and #5803
blob
|
commitdiff
|
diff to current
2010-10-13
jeresig
Fix broken Ajax test after recent revert to jQuery...
blob
|
commitdiff
|
diff to current
2010-10-10
jeresig
Disable 304/Not Modified Ajax tests in Opera due to...
blob
|
commitdiff
|
diff to current
2010-09-30
John Resig
Tweak broken serialize tests from commit 879799fe955f01...
blob
|
commitdiff
|
diff to current
2010-09-27
jeresig
Allow 304/Not Modified tests to complete in Opera.
blob
|
commitdiff
|
diff to current
2010-09-24
temp01
Serialize keys with empty arrays/object values in jQuer...
blob
|
commitdiff
|
diff to current
2010-09-22
John Resig
Make sure that #... are trimmed from Ajax request URLs...
blob
|
commitdiff
|
diff to current
2010-09-21
John Resig
Use a different workaround for detecting when Opera...
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Update other remote test URLs as well.
blob
|
commitdiff
|
diff to current
2010-06-20
jeresig
Strip off filename and query string for JSONP Remote...
blob
|
commitdiff
|
diff to current
2010-06-15
jeresig
Fixing request data param issue. Thanks to mislav for...
blob
|
commitdiff
|
diff to current
2010-06-15
malsup
Fix for http://dev.jquery.com/ticket/6451
blob
|
commitdiff
|
diff to current
2010-03-23
jeresig
Update other remote test URLs as well.
blob
|
commitdiff
|
diff to current
2010-03-23
jeresig
Strip off filename and query string for JSONP Remote...
blob
|
commitdiff
|
diff to current
2010-03-02
jeresig
More changes to get jQuery in line with JSLint.
blob
|
commitdiff
|
diff to current
2010-02-06
Ben Alman
Ok, this should actually fix #6041 :)
blob
|
commitdiff
|
diff to current
2010-02-06
jeresig
Make sure that we don't try to double-encode params...
blob
|
commitdiff
|
diff to current
2010-01-25
Mike Alup
Provided detailed message for JSON parse errors. Fixes...
blob
|
commitdiff
|
diff to current
2010-01-25
John Resig
Make sure original context is maintained and not the...
blob
|
commitdiff
|
diff to current
2010-01-25
John Resig
Objects with length properties weren't getting serializ...
blob
|
commitdiff
|
diff to current
2010-01-25
John Resig
Don't set the context in .load() as it stops the global...
blob
|
commitdiff
|
diff to current
2010-01-16
John Resig
Make sure regular settings object is set as context...
blob
|
commitdiff
|
diff to current
2010-01-13
jeresig
Make sure that null params aren't traversed. Fixes...
blob
|
commitdiff
|
diff to current
2010-01-07
jeresig
Make sure that a parsererror is thrown whenever malform...
blob
|
commitdiff
|
diff to current
2010-01-06
jeresig
Add some abort() Ajax tests. Verifies that #3984 works.
blob
|
commitdiff
|
diff to current
2010-01-06
jeresig
Added in support for content-type sniffing for scripts...
blob
|
commitdiff
|
diff to current
2010-01-06
Rick Waldron
Detect JSON Ajax requests by the response content-type...
blob
|
commitdiff
|
diff to current
2009-12-22
Ben Alman
Moved jQuery.param "traditional" flag into jQuery.ajaxS...
blob
|
commitdiff
|
diff to current
2009-12-17
Dave Methvin
Add new html5 input types to list of serializable types...
blob
|
commitdiff
|
diff to current
2009-12-17
Ben Alman
Further modified jQuery 1.4 .param() method to serializ...
blob
|
commitdiff
|
diff to current
2009-12-07
John Resig
Added in support for $.ajax jsonpCallback (allowing...
blob
|
commitdiff
|
diff to current
2009-12-03
jeresig
Just restore window.JSON in the getJSON test, don't...
blob
|
commitdiff
|
diff to current
2009-11-17
John Resig
Re-wrote context Ajax test to use an element instead...
blob
|
commitdiff
|
diff to current
2009-11-07
John Resig
jQuery.ajax modified the passed-in object only to help...
blob
|
commitdiff
|
diff to current
2009-09-17
Yehuda Katz
Getting $.param working well; Patch by ben_alman
blob
|
commitdiff
|
diff to current
2009-09-15
Jörn Zaefferer
remove globals in tests for compability with ?noglobals...
blob
|
commitdiff
|
diff to current
2009-09-15
Ariel Flesler
jquery ajax: addition for #2452. Wasn't working correct...
blob
|
commitdiff
|
diff to current
next