| Commit message (Expand) | Author | Age | Files | Lines |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 16 | -539/+0 |
* | Added support for: | John Resig | 2007-09-03 | 1 | -0/+10 |
* | Make it so that you can filter tests by keyword. | John Resig | 2007-08-31 | 1 | -1/+1 |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 1 | -0/+3 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 6 | -21/+36 |
* | The test for underscore selectors broke under Opera, so the element is now lo... | John Resig | 2007-07-30 | 1 | -0/+1 |
* | Integrated the custom fx test suite into the main test suite. All tests are n... | John Resig | 2007-07-29 | 2 | -1/+102 |
* | Got some XHR tests to run, still some hanging threads (need to investigate). ... | John Resig | 2007-07-09 | 2 | -0/+2 |
* | use jquery for dblclick handler to access event.target | Jörn Zaefferer | 2007-06-20 | 1 | -2/+2 |
* | Removed useless safari workarounds, added rerun-single-test feature: just dou... | Jörn Zaefferer | 2007-06-14 | 1 | -13/+13 |
* | Query now throws no warnings under strict mode in Firefox (ticket #922). In f... | John Resig | 2007-04-29 | 1 | -11/+33 |
* | Added a number of additional speed gains (we now hold our own against Dojo an... | John Resig | 2007-03-26 | 1 | -4/+3 |
* | Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n... | John Resig | 2007-03-25 | 1 | -1/+21 |
* | Merged my speed improvements into the jQuery core (is actually 200b smaller n... | John Resig | 2007-03-24 | 1 | -3/+19 |
* | Disabled the test suite in Safari. | John Resig | 2007-02-28 | 1 | -2/+3 |
* | Added equals helper for easier debugging of failed tests, soon to be used mor... | Jörn Zaefferer | 2007-02-06 | 1 | -1/+19 |
* | Fix for #907 | Jörn Zaefferer | 2007-02-05 | 1 | -2/+2 |
* | Updated testsuite: To prevent crashes in Safari, each test waits for 250 mill... | Jörn Zaefferer | 2007-01-14 | 1 | -1/+15 |
* | Fixed eval code (Thanks Fil) | Jörn Zaefferer | 2007-01-10 | 1 | -1/+1 |
* | Disable error reporting in PHP test files | Jörn Zaefferer | 2007-01-10 | 2 | -0/+2 |
* | Add new test file | Mike Alsup | 2007-01-01 | 1 | -0/+12 |
* | Modified tests to show #746 | Jörn Zaefferer | 2006-12-31 | 2 | -1/+4 |
* | Improved Mikes hack to ease testing against IE cache | Jörn Zaefferer | 2006-12-31 | 2 | -1/+14 |
* | Implemented global ajax settings - no documentation yet | Jörn Zaefferer | 2006-12-22 | 1 | -2/+2 |
* | A few corrections to the testsuite to imrove the failure testing | Jörn Zaefferer | 2006-12-21 | 1 | -3/+4 |
* | Implemented a better error handling for ajax requests. Exceptions caused by d... | Jörn Zaefferer | 2006-12-21 | 1 | -1/+4 |
* | Renamed $.ajax's "before"-option to "beforeSend" to prevent conflict with for... | Jörn Zaefferer | 2006-12-05 | 1 | -1/+1 |
* | Introduced before callback (#384) (updated test data) | Jörn Zaefferer | 2006-12-04 | 1 | -0/+6 |
* | Another attempt to fix the getScript problem | Jörn Zaefferer | 2006-11-21 | 2 | -2/+3 |
* | Improved testsuite (pass/fail indicator already exists in markup) | Jörn Zaefferer | 2006-11-20 | 2 | -4/+4 |
* | Testsuite 2.0 | Jörn Zaefferer | 2006-11-18 | 2 | -44/+72 |
* | Fixed an issue with getJSON (type was not correctly passed on when data was o... | Jörn Zaefferer | 2006-11-17 | 1 | -2/+2 |
* | Added visual pass/fail indicator (JUnit/Eclipse style) | Jörn Zaefferer | 2006-11-15 | 2 | -5/+10 |
* | Modified test for load(); added fix for trigger, where it modifies data passe... | Jörn Zaefferer | 2006-11-09 | 2 | -1/+4 |
* | Refactored ajax module: Dropped internal arguments from ajax(); Modified test... | Jörn Zaefferer | 2006-11-03 | 2 | -4/+5 |
* | Modified core and form test suites to use a single stylesheet; Modified form.... | Jörn Zaefferer | 2006-10-26 | 1 | -0/+8 |
* | Added test for #174; Modified failing (IE) tests for find | Jörn Zaefferer | 2006-10-13 | 1 | -0/+24 |
* | Fixed #216, added several tests for ajax module and fixed more stuff revealed... | Jörn Zaefferer | 2006-10-13 | 1 | -0/+4 |
* | Added 2 of 3 fixes of #164 | Jörn Zaefferer | 2006-10-11 | 1 | -6/+2 |
* | Fixed bug in testsuite, tried to fix problem with :selected in Opera 8.54: It... | Jörn Zaefferer | 2006-10-08 | 1 | -3/+4 |
* | I had to put the check for 'typeof console != "undefined"' back in, otherwise... | Jörn Zaefferer | 2006-10-03 | 1 | -1/+1 |
* | Fixed minor bug with Safari and the test suite. | John Resig | 2006-10-03 | 1 | -1/+1 |
* | Refactored and fixed test suite to run async tests | Jörn Zaefferer | 2006-09-30 | 4 | -1/+32 |
* | Clear timeout (prevents freezing of test suite when async tests fail) when st... | Jörn Zaefferer | 2006-09-19 | 1 | -1/+4 |
* | Refactored test suite to allow async tests (use stop() before starting an asy... | Jörn Zaefferer | 2006-09-19 | 2 | -0/+172 |