| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Calling load with null as the data parameter now properly issues a GET reques... | jaubourg | 2012-08-16 | 1 | -1/+35 |
* | Loosen the ajax statusText check so Safari AND Chrome pass. | Dave Methvin | 2012-07-25 | 1 | -1/+1 |
* | Extracts the serialization code from the ajax module so that alternative ajax... | jaubourg | 2012-07-13 | 1 | -132/+0 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 1 | -65/+66 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 1 | -13/+18 |
* | Unit tests are linted and passing. | Rick Waldron | 2012-06-21 | 1 | -18/+44 |
* | Some work to modularize ajax later on. | jaubourg | 2012-06-11 | 1 | -1/+1 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -0/+22 |
* | Fix indentation in /speed and /test dirs, closes gh-780. | Trey Hunner | 2012-05-18 | 1 | -95/+95 |
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ... | jaubourg | 2012-05-06 | 1 | -0/+8 |
* | Adds unit test to show order of parameters in the load callback are off for e... | jaubourg | 2012-05-02 | 1 | -0/+42 |
* | Makes test message more meaningful. | jaubourg | 2012-05-02 | 1 | -1/+1 |
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 1 | -1/+19 |
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf... | jaubourg | 2012-04-20 | 1 | -2/+43 |
* | Fix #8653, .param() undefined/null values become empty strings | tsinha | 2012-04-05 | 1 | -6/+9 |
* | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca... | jaubourg | 2012-04-02 | 1 | -2/+2 |
* | $.ajax now always returns an object implementing the Promise interface. Fixes... | jaubourg | 2012-04-02 | 1 | -7/+12 |
* | Prevents firefox from hanging on the test (could it be that firefox passes th... | jaubourg | 2012-03-07 | 1 | -1/+3 |
* | Fixes #11264 or rather seriously limits the risk of global ajaxSettings screw... | jaubourg | 2012-03-07 | 1 | -0/+20 |
* | Fixes #11426: getting the responseText of an xhr should be tried/caught becau... | jaubourg | 2012-03-07 | 1 | -0/+14 |
* | Fix frequent Firefox failures -- force longer timeouts. | Dave Methvin | 2012-03-02 | 1 | -1/+1 |
* | fixes #10901, PHP required for unit tests, but still allow the tests to run | Mike Sherov | 2012-02-16 | 1 | -9/+2 |
* | Fix #10978: Let jQuery.param() accept non-native constructed objects. | Rick Waldron | 2012-01-12 | 1 | -4/+12 |
* | Fix #10466. jQuery.param() should treat object-wrapped primitives as primitives. | Rick Waldron | 2011-12-06 | 1 | -0/+13 |
* | Take 2 on "Fix ajax to always expect an Error object, per #10646." | Dave Methvin | 2011-11-08 | 1 | -1/+1 |
* | Comment out an ajax test that exposed a bug in Opera, to appease testswarm. | timmywil | 2011-11-07 | 1 | -2/+2 |
* | Fix #10691. Remove all instances of equals() and same(), as these are depreca... | Mike Sherov | 2011-11-06 | 1 | -100/+100 |
* | We have too many unctions in this function. | jaubourg | 2011-10-02 | 1 | -1/+1 |
* | Landing pull request 525. Fixing tests with qunit. | Corey Frang | 2011-10-01 | 1 | -14/+23 |
* | Fixes a weird IE7 bug in the unit tests. If anybody can shed some light on th... | jaubourg | 2011-09-22 | 1 | -1/+6 |
* | Considers Safari XMLHttpRequest's bug when testing for custom status text. Wi... | jaubourg | 2011-08-27 | 1 | -2/+2 |
* | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i... | jaubourg | 2011-07-23 | 1 | -0/+13 |
* | Fixes #9887: ajax now supports circular references into objects passed as con... | jaubourg | 2011-07-23 | 1 | -0/+16 |
* | Fixes #9682. Removes data from the options for request with no content so tha... | jaubourg | 2011-07-01 | 1 | -5/+20 |
* | Switch QUnit div from depreceted #main to #qunit-fixture | timmywil | 2011-04-17 | 1 | -2/+2 |
* | Backing out fix for #6481. | John Resig | 2011-04-16 | 1 | -7/+2 |
* | second batch | louisremi | 2011-04-11 | 1 | -127/+127 |
* | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us... | Dan Heberden | 2011-04-05 | 1 | -1/+1 |
* | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ... | jaubourg | 2011-03-15 | 1 | -1/+11 |
* | Grouped up the test | gnarf | 2011-02-24 | 1 | -13/+9 |
* | A quick change to detect AIR urls | gnarf | 2011-02-24 | 1 | -0/+12 |
* | Fixes #8297. Makes sure response headers with empty values are handled proper... | jaubourg | 2011-02-17 | 1 | -3/+9 |
* | Fixes #8277. Sets data to undefined rather than null when it is not provided ... | jaubourg | 2011-02-15 | 1 | -0/+15 |
* | Remove duplicate test. | Anton M | 2011-02-11 | 1 | -3/+1 |
* | Fixes #8219. Introduces the mimeType option to override content-type header i... | jaubourg | 2011-02-09 | 1 | -0/+28 |
* | Fixes a bug that prevented headers from being set in an ajaxSend callback. Un... | jaubourg | 2011-02-07 | 1 | -5/+12 |
* | Fixes a typo in the title of the load() unit test. | jaubourg | 2011-02-05 | 1 | -1/+1 |