aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8099jeresig2011-02-142-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bug #8099 - Always restore to correct display value based on element's ↵rwldrn2011-01-312-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | expected default display
* | | | | | | | | | Merge branch 'fix8033' of https://github.com/SlexAxton/jquery into ↵jeresig2011-02-147-13/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SlexAxton-fix8033
| * | | | | | | | | | Moved jQuery global leak to end of file so accidental gEBCN overrides in ↵Alex Sexton2011-01-237-13/+13
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033
* | | | | | | | | | Fix breaking test in Chrome.Anton M2011-02-141-1/+1
| | | | | | | | | |
* | | | | | | | | | Don't add "px" to unit-less properties when animating them. Fixes #4966.Anton M2011-02-131-0/+10
| | | | | | | | | |
* | | | | | | | | | Clean up whitespace in test/unit/effects.jsAnton M2011-02-131-44/+37
| | | | | | | | | |
* | | | | | | | | | Follow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.Anton M2011-02-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stupid error.
* | | | | | | | | | Remove old cruft from test folder. Change "polluted" test suite loader to ↵Anton M2011-02-1323-13958/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use CDN hosted libraries.
* | | | | | | | | | Add readyWait tests. Fixes #8145.jrburke2011-02-123-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds tests for the fix to #6781.
* | | | | | | | | | Remove duplicate test.Anton M2011-02-111-3/+1
| | | | | | | | | |
* | | | | | | | | | Simplifies status normalization in xhr transport. Local file test modified ↵jaubourg2011-02-111-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for clarity.
* | | | | | | | | | Make sure .val() works after form.reset() in IE. Fixes #2551.rwldrn2011-02-101-0/+19
| | | | | | | | | |
* | | | | | | | | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537.Anton M2011-02-101-6/+13
| | | | | | | | | |
* | | | | | | | | | Fix some whitespace issues. Improve and correct an events test.Anton M2011-02-101-30/+26
| | | | | | | | | |
* | | | | | | | | | No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-102-518/+1
| | | | | | | | | |
* | | | | | | | | | Pull over tests from Sizzle. "Remove backslashes from tag name filter. Fixes ↵Anton M2011-02-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #8220."
* | | | | | | | | | Fixes #8219. Introduces the mimeType option to override content-type header ↵jaubourg2011-02-091-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in conversion (and in native xhr when possible). Adds companion overrideMimeType method on jqXHR object (it simply sets the option). Unit test added.
* | | | | | | | | | Makes local filesystem test for ajax more insightful.jaubourg2011-02-091-9/+31
| | | | | | | | | |
* | | | | | | | | | Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to ↵Colin Snover2011-02-081-13/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use a function to hide jQuery metadata from JSON.stringify since this does not work reliably cross-browser (fails in Fx3.5, O11, Saf4).
* | | | | | | | | | Update $.data to use a function instead of an object when attaching to JS ↵Colin Snover2011-02-072-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | objects in order to hide attached metadata from JSON.stringify. Remove event.js code that was doing this before specifically for events, which is now redundant. Fixes #8108. 1.5-stable
* | | | | | | | | | Fixes a bug that prevented headers from being set in an ajaxSend callback. ↵jaubourg2011-02-071-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unit test modified.
* | | | | | | | | | Fixes a typo in the title of the load() unit test.jaubourg2011-02-051-1/+1
| | | | | | | | | |
* | | | | | | | | | Remove an invalid ajax test and some code that is no longer used by any test.Anton M2011-02-053-22/+1
| | | | | | | | | |
* | | | | | | | | | Fixes abort in prefilter. No global event will be fired in that case even if ↵jaubourg2011-02-041-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the global option is set to true. Unit test added.
* | | | | | | | | | Stores jQuery.ajaxSettings.isLocal locally at load time so that any change ↵jaubourg2011-02-031-10/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to it won't affect the transport. Fixes the url parsing regexp to deal with empty domains. Adds informative text into test/localfile.html and handles Opera's failure. Revises the way xhr are created by doing all tests at load time and normalizes all the xhr creation functions so that none of them may throw an exception.
* | | | | | | | | | Fixes #8135. Makes sure any exception thrown by Firefox when trying to ↵jaubourg2011-02-021-0/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior.
* | | | | | | | | | Fixes #7945. Make jQuery.param() serialize plain objects with a property ↵Anton Kovalyov2011-02-021-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | named jquery correctly.
* | | | | | | | | | Fixes #8129. Fix cloning multiple selected options in IE8.rwldrn2011-02-021-1/+9
| | | | | | | | | |
* | | | | | | | | | Fixes #8125. Status is set to 200 for requests with status 0 when ↵jaubourg2011-02-011-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | location.protocol if "file:". Added test/localfile.html to control it works.
* | | | | | | | | | Fixes #8115. Renames all references to jXHR with jqXHR in the code (like was ↵jaubourg2011-02-011-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | done in the doc).
* | | | | | | | | | The default for .clone() is to not clone any events. Fixes #8123.jeresig2011-02-011-0/+11
| | | | | | | | | |
* | | | | | | | | | Places multiple signature test after all primary callbacks tests.jaubourg2011-02-011-15/+15
| | | | | | | | | |
* | | | | | | | | | Improve $.ajax method signature unit test and placementDan Heberden2011-02-011-19/+15
| | | | | | | | | |
* | | | | | | | | | Bug 8107; Fix argument handling for $.ajax for multiple method signatues and ↵Dan Heberden2011-01-311-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add test case
* | | | | | | | | | Fixes #8095. Properly handles the case where browser cache needs to be ↵jaubourg2011-01-311-78/+87
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | bypassed while server-side logic still delivers proper 304 responses. Unit test added.
* | | | | | | | | Script dataType now supports ecmascript mimetypes.jaubourg2011-01-312-9/+19
| | | | | | | | |
* | | | | | | | | Makes sure jsonp callback is not left in the global namespace in case of an ↵jaubourg2011-01-311-3/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | early abort (beforeSend). Unit test added.
* | | | | | | | | Makes sure all converters keys are lowercased before any conversion is ↵jaubourg2011-01-311-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | taking place: dataTypes' names are now truly case insensitive. Unit test edited.
* | | | | | | | | Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ↵Anton M2011-01-311-10/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | serialized properly by jQuery.param.
* | | | | | | | | Adds an invert method to promises that returns a "inverted" promise that is ↵jaubourg2011-01-311-9/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved.
* | | | | | | | | Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-6/+6
| | | | | | | | |
* | | | | | | | | Removed errorThrown test for 404 responses seeing as Safari 3.x XHR sets the ↵jaubourg2011-01-311-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | statusText as "OK" rather than "Not Found".
* | | | | | | | | Simplifies the unit test for #8082.jaubourg2011-01-291-8/+3
| | | | | | | | |
* | | | | | | | | Fixes #8082. Text to script converter now returns text. Unit test added.jaubourg2011-01-291-3/+9
| | | | | | | | |
* | | | | | | | | Use the original element/fragment as the last item to be appended to the ↵Colin Snover2011-01-281-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document instead of the first in order to prevent missing elements when appending to multiple elements. Fixes #8070.
* | | | | | | | | Pull over tests from Sizzle. Fixes #3729. Fixes #6428.Anton M2011-01-281-1/+10
| | | | | | | | |
* | | | | | | | | Make sure subclass is a proper subclass not just subclassing the fn methods. ↵Digitalxero2011-01-271-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #7979.
* | | | | | | | | Fixes #5856. Adds document protocol at the beginning of URLs without ↵jaubourg2011-01-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | protocol (thanks go to skrings for the initial pull request). Simplifies cross-domain detection regexp and logic as a consequence. Also took the opportunity to remove an unused variable. Unit test added.
* | | | | | | | | Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer ↵jaubourg2011-01-261-19/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | searches for %3F in url or data to find jsonp callback placeholders.