aboutsummaryrefslogtreecommitdiffstats
path: root/build/test
Commit message (Expand)AuthorAgeFilesLines
* Reorganzing the jQuery source (first phase).John Resig2007-09-0818-737/+0
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-0/+33
* Added support for:John Resig2007-09-032-2/+12
* Added support for a new :header psuedo-selector (only selects H1-H6 elements).John Resig2007-08-311-1/+1
* Make it so that you can filter tests by keyword.John Resig2007-08-311-1/+1
* Added a test case for "purple include", fixed a bug.John Resig2007-08-251-0/+3
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-197-22/+37
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-191-1/+1
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-0/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-294-353/+125
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-092-0/+2
* Making the test suite a little more XML-compliant.John Resig2007-07-081-2/+2
* Disabling Ajax tests for now - too many timeouts.John Resig2007-06-291-1/+1
* use jquery for dblclick handler to access event.targetJörn Zaefferer2007-06-201-2/+2
* Removed useless safari workarounds, added rerun-single-test feature: just dou...Jörn Zaefferer2007-06-141-13/+13
* Added fixes for bug #1052. Fixes the problems with animation chaining (and pr...John Resig2007-05-201-0/+43
* Fix for #1169Brandon Aaron2007-05-131-0/+1
* Completed test for Rev 1820 (#1044)Brandon Aaron2007-04-301-0/+1
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-11/+33
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-281-0/+2
* Added a number of additional speed gains (we now hold our own against Dojo an...John Resig2007-03-261-4/+3
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-251-3/+5
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-1/+21
* Added test for #945Jörn Zaefferer2007-03-251-1/+4
* Added test for #968Jörn Zaefferer2007-03-251-1/+1
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-251-0/+6
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-3/+19
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-0/+1
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-161-4/+7
* Added an initial version of the new animation test suite. (You should never s...John Resig2007-03-152-0/+304
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3
* Added equals helper for easier debugging of failed tests, soon to be used mor...Jörn Zaefferer2007-02-061-1/+19
* Fix for #907Jörn Zaefferer2007-02-051-2/+2
* Added test for #745Jörn Zaefferer2007-01-311-1/+1
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill...Jörn Zaefferer2007-01-142-2/+16
* Fixed eval code (Thanks Fil)Jörn Zaefferer2007-01-101-1/+1
* Disable error reporting in PHP test filesJörn Zaefferer2007-01-102-0/+2
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-2/+2
* Updated test for #750Jörn Zaefferer2007-01-031-0/+5
* Add new test fileMike Alsup2007-01-011-0/+12
* Moved all the expressions tests over into selector area, out of the main suite.John Resig2006-12-311-0/+1
* Modified tests to show #746Jörn Zaefferer2006-12-312-1/+4
* Improved Mikes hack to ease testing against IE cacheJörn Zaefferer2006-12-312-1/+14
* Fix for #745Jörn Zaefferer2006-12-301-2/+2
* Implemented global ajax settings - no documentation yetJörn Zaefferer2006-12-221-2/+2
* A few corrections to the testsuite to imrove the failure testingJörn Zaefferer2006-12-211-3/+4
* Implemented a better error handling for ajax requests. Exceptions caused by d...Jörn Zaefferer2006-12-211-1/+4
* Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for...Jörn Zaefferer2006-12-051-1/+1
* Introduced before callback (#384) (updated test data)Jörn Zaefferer2006-12-041-0/+6
* Another attempt to fix the getScript problemJörn Zaefferer2006-11-212-2/+3