A barebones implementation of getComputedStyle.
[jquery.git] / build / test /
2007-07-08 John ResigMaking the test suite a little more XML-compliant.
2007-06-29 John ResigDisabling Ajax tests for now - too many timeouts.
2007-06-20 Jörn Zaeffereruse jquery for dblclick handler to access event.target
2007-06-14 Jörn ZaeffererRemoved useless safari workarounds, added rerun-single...
2007-05-20 John ResigAdded fixes for bug #1052. Fixes the problems with...
2007-05-13 Brandon AaronFix for #1169
2007-04-30 Brandon AaronCompleted test for Rev 1820 (#1044)
2007-04-29 John ResigQuery now throws no warnings under strict mode in Firef...
2007-04-28 John ResigAdded support for finding elements that have underscore...
2007-03-26 John ResigAdded a number of additional speed gains (we now hold...
2007-03-25 John ResigFixed some more bugs with the test suite, made some...
2007-03-25 John ResigCleaned up a lot of the test suite - reorganized and...
2007-03-25 Jörn ZaeffererAdded test for #945
2007-03-25 Jörn ZaeffererAdded test for #968
2007-03-25 John ResigAdded UTF8 Selector support (#1001) and fixed infinite...
2007-03-24 John ResigMerged my speed improvements into the jQuery core ...
2007-03-24 John ResigAdded a fix and test for bug #978 (Appending elements...
2007-03-16 John ResigForced the test suite into standards mode. Fixed some...
2007-03-15 John ResigAdded an initial version of the new animation test...
2007-02-28 John ResigDisabled the test suite in Safari.
2007-02-06 Jörn ZaeffererAdded equals helper for easier debugging of failed...
2007-02-05 Jörn ZaeffererFix for #907
2007-01-31 Jörn ZaeffererAdded test for #745
2007-01-14 Jörn ZaeffererUpdated testsuite: To prevent crashes in Safari, each...
2007-01-10 Jörn ZaeffererFixed eval code (Thanks Fil)
2007-01-10 Jörn ZaeffererDisable error reporting in PHP test files
2007-01-07 Jörn ZaeffererFixed test for object/param selection (thanks Andrea)
2007-01-03 Jörn ZaeffererUpdated test for #750
2007-01-01 Mike AlsupAdd new test file
2006-12-31 John ResigMoved all the expressions tests over into selector...
2006-12-31 Jörn ZaeffererModified tests to show #746
2006-12-31 Jörn ZaeffererImproved Mikes hack to ease testing against IE cache
2006-12-30 Jörn ZaeffererFix for #745
2006-12-22 Jörn ZaeffererImplemented global ajax settings - no documentation yet
2006-12-21 Jörn ZaeffererA few corrections to the testsuite to imrove the failur...
2006-12-21 Jörn ZaeffererImplemented a better error handling for ajax requests...
2006-12-05 Jörn ZaeffererRenamed $.ajax's "before"-option to "beforeSend" to...
2006-12-04 Jörn ZaeffererIntroduced before callback (#384) (updated test data)
2006-11-21 Jörn ZaeffererAnother attempt to fix the getScript problem
2006-11-20 Jörn ZaeffererImproved testsuite (pass/fail indicator already exists...
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-17 Jörn ZaeffererFixed an issue with getJSON (type was not correctly...
2006-11-15 Jörn ZaeffererAdded visual pass/fail indicator (JUnit/Eclipse style)
2006-11-09 Jörn ZaeffererModified test for load(); added fix for trigger, where...
2006-11-03 Jörn ZaeffererRefactored ajax module: Dropped internal arguments...
2006-10-26 Jörn ZaeffererModified core and form test suites to use a single...
2006-10-17 Brandon AaronFix and tests for appending HTML options to select...
2006-10-17 Brandon AaronAdded tests for 193 and 170.
2006-10-13 Jörn ZaeffererAdded test for #174; Modified failing (IE) tests for...
2006-10-13 Jörn ZaeffererFixed #216, added several tests for ajax module and...
2006-10-11 Jörn ZaeffererAdded 2 of 3 fixes of #164
2006-10-08 Jörn ZaeffererFixed bug in testsuite, tried to fix problem with ...
2006-10-08 Jörn ZaeffererChanged readFile to java-based read function to handle...
2006-10-03 Jörn ZaeffererI had to put the check for 'typeof console != "undefine...
2006-10-03 John Resigcss('display') works slightly differently in Safari...
2006-10-03 John ResigFixed minor bug with Safari and the test suite.
2006-09-30 Jörn ZaeffererRefactored and fixed test suite to run async tests
2006-09-19 Jörn ZaeffererClear timeout (prevents freezing of test suite when...
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-17 Jörn ZaeffererRefactored test suite once more, as proposed by John
2006-09-16 Jörn ZaeffererAdded test for bug #190
2006-09-16 Jörn ZaeffererFixed bug #194, added regression tests
2006-09-16 Jörn ZaeffererRefactored test suite: All tests are now compiled into...
2006-09-09 Jörn ZaeffererAdded test to verify bug #160, had to modify fixture...
2006-09-08 Jörn ZaeffererAdded more test for attr, one for filter; Added test...
2006-09-05 Jörn ZaeffererFixed missing brackets (d'oh)
2006-09-05 Jörn ZaeffererRefactored the testsuite code with the hope in mind...
2006-09-05 Jörn ZaeffererModified example for css(String) as proposed in the...
2006-09-05 Jörn ZaeffererTestcase now logs exceptions if a console is avaiable...
2006-09-04 Jörn ZaeffererImproved test suite to reset fixture after each test...
2006-08-25 John ResigFixed some bugs with the test suite and fixed a bug...
2006-08-14 John ResigAdded additional changes to the test suite.
2006-08-14 John ResigMassive overhauls to the test suite - it is now generat...
2006-08-13 John ResigMoved the test directory.