Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ↵ | Colin Snover | 2011-01-17 | 1 | -0/+49 | |
|\ | | | | | | | checks for leaky stuff. | |||||
| * | Update unit tests with a leak detection mechanism for the various jQuery ↵ | Colin Snover | 2011-01-09 | 1 | -0/+49 | |
| | | | | | | | | globals and fix all leaks in the tests. | |||||
* | | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback ↵ | jaubourg | 2011-01-12 | 1 | -0/+4 | |
|/ | | | | name of a JSONP request. Unit tests provided. | |||||
* | Fixes #7868. ResponseText is now properly propagated for error callbacks. | jaubourg | 2011-01-09 | 1 | -0/+5 | |
| | ||||||
* | Fixes #7881. Setting contentType to false will prevent the Content-Type ↵ | jaubourg | 2011-01-09 | 1 | -7/+3 | |
| | | | | header from being sent. Unit test added. | |||||
* | Revert "Register as a CommonJS async module if in that kind of environment. ↵ | wycats | 2011-01-05 | 1 | -6/+1 | |
| | | | | | | | | | | Fixes #7102." This reverts commit 6ffa730721a8ebcd128f3dc202706e46d9cfe249. Conflicts: src/core.js | |||||
* | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 2 | -9/+9 | |
| | ||||||
* | Register as a CommonJS async module if in that kind of environment. Fixes #7102. | jrburke | 2010-12-27 | 1 | -1/+6 | |
| | ||||||
* | Simplified headers tests: removed multiline headers (support is far too ↵ | jaubourg | 2010-12-11 | 2 | -21/+18 | |
| | | | | servers & browsers dependant) and made all the tests in a single request. | |||||
* | Tweaked the headers test to be apache independent and actually work. | jaubourg | 2010-12-11 | 1 | -15/+12 | |
| | ||||||
* | Removed non-standard (and not that useful) xhr emulation methods & reworked ↵ | jaubourg | 2010-12-10 | 1 | -0/+21 | |
| | | | | the headers test as a consequence. | |||||
* | Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be ↵ | jaubourg | 2010-12-09 | 4 | -0/+31 | |
| | | | | found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. | |||||
* | Convert test/data/text.php to use lf line endings. | Henri Wiechers | 2010-11-12 | 1 | -12/+12 | |
| | ||||||
* | Update $.fn.animate to change display mode only when necessary (inline, ↵ | Colin Snover | 2010-10-05 | 1 | -0/+2 | |
| | | | | non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. | |||||
* | Removing the old cow image from the effects tests - it's no longer needed. ↵ | John Resig | 2010-09-26 | 2 | -1/+1 | |
| | | | | Fixes #7086. | |||||
* | Use a different workaround for detecting when Opera finds a status 304 page. ↵ | John Resig | 2010-09-21 | 1 | -0/+1 | |
| | | | | Fixes #6060. | |||||
* | Moving jQuery-core specific resets from QUnit to core. | jzaefferer | 2010-07-27 | 1 | -0/+11 | |
| | ||||||
* | Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. | jeresig | 2010-06-14 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-27 | 1 | -0/+4 | |
|\ | ||||||
| * | Need to expose the isLocal change globally as well. | jeresig | 2010-03-24 | 1 | -1/+1 | |
| | | ||||||
| * | Temporarily disable ajax tests when running in TestSwam. | jeresig | 2010-03-24 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'master' of github.com:jquery/jquery | Brandon Aaron | 2010-03-23 | 8 | -7/+74 | |
|\| | ||||||
| * | Make sure the offset tests work without a built jQuery file. | jeresig | 2010-03-23 | 7 | -7/+64 | |
| | | ||||||
| * | Update the TestSwarm URL to point to the new jQuery swarm location. | jeresig | 2010-03-23 | 1 | -1/+1 | |
| | | ||||||
| * | Handle auto-running of the TestSwarm injection script in the test suite. | jeresig | 2010-03-23 | 1 | -0/+10 | |
| | | ||||||
* | | Fixed an issue with setting offset of absolutely positioned element that has ↵ | Brandon Aaron | 2010-03-22 | 1 | -0/+2 | |
|/ | | | | no position values ("auto"). Fixes #5781. | |||||
* | adding extra useragents from trac tickets. correcting opera version | Paul Irish | 2010-01-12 | 1 | -1/+18 | |
| | ||||||
* | Make sure that a parsererror is thrown whenever malformed JSON comes back ↵ | jeresig | 2010-01-07 | 1 | -0/+1 | |
| | | | | from a server (so that the Ajax error handler is called). Makes it uniform across browsers that do and don't have JSON.parse support. | |||||
* | Added in support for content-type sniffing for scripts. Fixes #5718. | jeresig | 2010-01-06 | 1 | -0/+7 | |
| | ||||||
* | Detect JSON Ajax requests by the response content-type (like is done with ↵ | Rick Waldron | 2010-01-05 | 1 | -1/+5 | |
| | | | | XML). Fixes #5709. | |||||
* | Rewrite of jQuery.browser to become engine-centric, rather than ↵ | jeresig | 2010-01-05 | 1 | -0/+255 | |
| | | | | browser-centric. Also attempt to determine the engine version in a smarter fashion, less prone to error. Finally, enhanced the test suite with 255 useragent strings from http://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead. | |||||
* | Fixing endlines. | Mark Gibson | 2009-11-25 | 5 | -60/+60 | |
| | ||||||
* | Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵ | John Resig | 2009-11-11 | 1 | -0/+4 | |
| | | | | Fixes #760. | |||||
* | Moved the jQuery-specific test suite CSS into a separate file. | John Resig | 2009-09-29 | 1 | -0/+105 | |
| | ||||||
* | Fixed the q() method to use same instead of isSet. | John Resig | 2009-09-29 | 1 | -2/+2 | |
| | ||||||
* | Moved some jQuery-specific test methods into the core module. | John Resig | 2009-09-29 | 1 | -0/+43 | |
| | ||||||
* | Moved the init test script off into a separate file. | John Resig | 2009-09-29 | 1 | -0/+4 | |
| | ||||||
* | offset is now a setter | Brandon Aaron | 2009-09-15 | 2 | -2/+2 | |
| | ||||||
* | Fixed the handling of .status == 304 in Opera (it always returns 0). Also ↵ | John Resig | 2009-07-14 | 2 | -2/+12 | |
| | | | | silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. | |||||
* | Adding support for etags in $.ajax() - and simplified the if-modified-since ↵ | John Resig | 2009-06-15 | 2 | -0/+31 | |
| | | | | implementation. Thanks to Lawrence for the patch! Closes ticket #4764. | |||||
* | Added support for class selectors and class attribute selectors on XML ↵ | John Resig | 2009-02-16 | 3 | -3/+3 | |
| | | | | documents. Fixes jQuery bug #4167. | |||||
* | testrunner: Putting back the global variables used for ajax tests. I added ↵ | Ariel Flesler | 2009-01-10 | 4 | -4/+4 | |
| | | | | many calls to delete though. The global namespace must be cleaned up before calling start() again. | |||||
* | testrunner: Removing every global variable leaked within (and outside) ↵ | Ariel Flesler | 2009-01-09 | 4 | -4/+4 | |
| | | | | tests. Some were deleted and some saved within the jQuery namespace. | |||||
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 1 | -0/+24 | |
| | ||||||
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵ | Jörn Zaefferer | 2008-08-08 | 2 | -458/+0 | |
| | | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call | |||||
* | test runner: closes #3048. The text from the tests, is html-escaped. | Ariel Flesler | 2008-06-17 | 1 | -1/+1 | |
| | ||||||
* | ajax tests: Replaced $ with jQuery. | Scott González | 2008-06-05 | 4 | -4/+4 | |
| | ||||||
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -12/+14 | |
| | | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs. | |||||
* | test runner: adding a new test page called 'polluted'. Where one can choose ↵ | Ariel Flesler | 2008-05-28 | 1 | -1/+13 | |
| | | | | to pre-include other libraries and run the test suite with them. | |||||
* | test runner: a test for load() with a hash of data, and another for load() ↵ | Ariel Flesler | 2008-05-27 | 1 | -0/+12 | |
| | | | | | | with a string of data (#1516). It includes a php that dumps all the GET and POST vars to html elements, where the key makes the id, and the value the text. |