index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
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
*
Tests: Improve jsonp tests
Oleg Gaidarenko
2014-04-15
1
-2
/
+2
*
Ajax, Effects: Disable Chrome 31 workarounds
Michał Gołębiowski
2014-03-10
1
-11
/
+4
*
Ajax: .load() should trim its selector
Dave Methvin
2014-03-04
1
-0
/
+8
*
Build: Upgrade QUnit to 1.14.0
Michał Gołębiowski
2014-02-05
1
-1
/
+1
*
Ajax: support non-RFC2616 methods for oldIE
Oleg
2014-01-14
1
-0
/
+11
*
Ajax: don’t test jQuery.ajax() on beforeunload in Chrome 31
Michał Gołębiowski
2013-12-18
1
-4
/
+11
*
Add es3: true to test/.jshintrc. Make tests conform to that jsHint setting.
Michał Gołębiowski
2013-11-15
1
-1
/
+1
*
Ref 27b22f4e: Remove oldIE-unfriendly trailing comma
Richard Gibson
2013-11-15
1
-1
/
+1
*
Ref 27b22f4e: Don't try to outsmart Apache
Richard Gibson
2013-11-14
1
-1
/
+3
*
Fix #14503: Cast to string before setting XHR header. Close gh-1427.
hongymagic
2013-11-14
1
-5
/
+13
*
Fix #14379: AJAX requests on unload
Richard Gibson
2013-11-04
1
-0
/
+5
*
Use charAt instead of string indexing for oldIE's sake. Fixes #14356.
Timmy Willison
2013-09-12
1
-1
/
+2
*
Adjust prefilter test to error on string indexing in oldIE
Timmy Willison
2013-09-12
1
-1
/
+2
*
Handles HEAD requests as if they always were 204. Fixes #13922.
Julian Aubourg
2013-05-23
1
-0
/
+23
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-21
/
+21
*
Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.
Michał Gołębiowski
2013-04-07
1
-3
/
+3
*
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
Michał Gołębiowski
2013-04-03
1
-13
/
+13
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-3
/
+3
*
Fixes #11151, #13388. Minor refactor of response conversion and when/where
jaubourg
2013-02-28
1
-0
/
+22
*
Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ...
byroot
2013-01-24
1
-0
/
+20
*
Never use the XML as parsed by the XHR instance. Use raw text instead and let...
jaubourg
2013-01-21
1
-0
/
+16
*
Revert "Organizes the php scripts used for testing better, so that the whole ...
jaubourg
2012-12-05
1
-694
/
+771
*
Revert "228ab3d followup 1: fix test failures. Close gh-1056."
jaubourg
2012-12-05
1
-82
/
+85
*
228ab3d followup 1: fix test failures. Close gh-1056.
Richard Gibson
2012-12-05
1
-85
/
+82
*
Organizes the php scripts used for testing better, so that the whole logic of...
jaubourg
2012-12-04
1
-771
/
+694
*
No ticket: improve global variable/ajax request tracking
Richard Gibson
2012-12-02
1
-7
/
+26
*
Don't really want to expect any global events here.
Dave Methvin
2012-12-02
1
-1
/
+1
*
Followup to #12989 fix, improve unit test resiliency.
Dave Methvin
2012-12-02
1
-27
/
+16
*
Fix #12989. Remove ajax "global" event behavior.
Dave Methvin
2012-12-01
1
-116
/
+32
*
Unit test for #12004
jaubourg
2012-11-29
1
-0
/
+34
*
Use strictEqual rather than equal
jaubourg
2012-11-27
1
-2
/
+2
*
Removes unnecessary closure and apply
jaubourg
2012-11-26
1
-3
/
+1
*
Total revamping of the ajax unit tests
jaubourg
2012-11-26
1
-2178
/
+1286
*
No ticket: speedup test suite. Close gh-1020.
Richard Gibson
2012-11-08
1
-6
/
+3
*
No ticket: update test suite to pass QUnit globals check in most environments...
Richard Gibson
2012-11-05
1
-15
/
+112
*
No ticket: remove test suite external dependencies
Richard Gibson
2012-11-01
1
-3
/
+4
*
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo...
James Huston
2012-10-17
1
-0
/
+14
*
Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos...
Ben Truyman
2012-10-16
1
-2
/
+36
*
enforce double quotes via JSHint. Closes gh-975
Mike Sherov
2012-10-16
1
-1
/
+1
*
fixes problematic JSONP test (gotta learn to count)
jaubourg
2012-10-16
1
-4
/
+4
*
comments out some problematic JSONP test until we figure out what the problem is
jaubourg
2012-10-16
1
-4
/
+3
*
Breakout JSONP domain-related tests
Rick Waldron
2012-10-15
1
-86
/
+142
*
Split failing cross domain tests into two separate test bodies.
Rick Waldron
2012-10-15
1
-9
/
+11
*
Fixing style for test unit ajax.js. https://github.com/jquery/2012-dev-summit...
Erick Ruiz
2012-10-15
1
-1989
/
+2201
*
Enforce expects in ajax.js (https://github.com/jquery/2012-dev-summit/issues/...
James Huston
2012-10-15
1
-0
/
+11
*
Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.
Richard Gibson
2012-10-03
1
-1
/
+11
*
Revert "Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD...
Dave Methvin
2012-09-30
1
-12
/
+1
*
Chrome fails in ajax.js tests because TestSwarm/Ngnix won't give HEAD request...
Dave Methvin
2012-09-11
1
-1
/
+12
*
Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."
Dave Methvin
2012-08-24
1
-15
/
+0
*
Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.
Dave Methvin
2012-08-23
1
-0
/
+15
[next]