2011-11-01 |
DomenicDenicola | Allow objects with no prototype to tested against objec... |
blob | commitdiff |
2011-10-19 |
Jimmy Mabey | Fix IE8 "Member not found" error |
blob | commitdiff | diff to current |
2011-10-19 |
Ashar Voultoiz | Using node-qunit port, the start/stop function are... |
blob | commitdiff | diff to current |
2011-10-11 |
Jörn Zaefferer | Bump post-release version |
blob | commitdiff | diff to current |
2011-10-11 |
Jörn Zaefferer | Release 1.1.0 |
blob | commitdiff | diff to current |
2011-10-11 |
Jörn Zaefferer | Fixes #134 - Add a window.onerror handler. Makes uncaug... |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
blob | commitdiff | diff to current |
2011-10-10 |
Trevor Parscal | Fixed IE compatibility issues with using toString on... |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | More whitespace/parens cleanup |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Check if setTimeout is available before trying to delay... |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Whitespace/formatting fix, remove unnecessary parens |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Use alias for Object.prototype.toString |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'trevorparscal/master' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'wwalser/recursionBug' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Default 'expected' to null in asyncTest(), same as... |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'mmchaney/master' |
blob | commitdiff | diff to current |
2011-10-10 |
Jörn Zaefferer | Merge remote branch 'Krinkle/master' |
blob | commitdiff | diff to current |
2011-10-07 |
Trevor Parscal | Using === instead of == |
blob | commitdiff | diff to current |
2011-10-07 |
Trevor Parscal | Added more strict array type detection for dump output... |
blob | commitdiff | diff to current |
2011-10-06 |
Jörn Zaefferer | Bump post-release version |
blob | commitdiff | diff to current |
2011-10-06 |
Jörn Zaefferer | Release 1.0.0 |
blob | commitdiff | diff to current |
2011-10-06 |
Jörn Zaefferer | Preparing 1.0.0 release |
blob | commitdiff | diff to current |
2011-09-29 |
Wesley Walser | Fixes a bug where after an async test, assertions could... |
blob | commitdiff | diff to current |
2011-09-29 |
Markus Messner-Chaney | Simplified check for assertion count and adjusted white... |
blob | commitdiff | diff to current |
2011-09-29 |
Krinkle | Redo of fixing issue #156 (Support Object.prototype... |
blob | commitdiff | diff to current |
2011-09-22 |
Markus Messner-Chaney | Handle expect(0) as expected, i.e. expect(0); ok(true... |
blob | commitdiff | diff to current |
2011-09-18 |
Wesley Walser | added parameter to start and stop allowing a user to... |
blob | commitdiff | diff to current |
2011-09-16 |
Jörn Zaefferer | Merge remote branch 'righi/close-enough-addon' |
blob | commitdiff | diff to current |
2011-09-16 |
Jörn Zaefferer | Merge remote branch 'wwalser/composite' |
blob | commitdiff | diff to current |
2011-09-16 |
Daniel Trebbien | Fix #142 - Backslash characters in messages should... |
blob | commitdiff | diff to current |
2011-09-16 |
Oleg Slobodskoi... | Add module name to testStart and testDone callbacks |
blob | commitdiff | diff to current |
2011-09-14 |
Philippe Rathe | Removed extra columns in object literals. Closes #153 |
blob | commitdiff | diff to current |
2011-09-12 |
Philippe Rathe | Remove dead links in comments. |
blob | commitdiff | diff to current |
2011-09-11 |
Jörn Zaefferer | Merge remote branch 'wwalser/multipleCallbacks' |
blob | commitdiff | diff to current |
2011-08-22 |
Wesley Walser | Allow multiple callbacks to be registered. |
blob | commitdiff | diff to current |
2011-08-15 |
Jörn Zaefferer | Add placeholder for when Safari may end up providing... |
blob | commitdiff | diff to current |
2011-08-15 |
Jörn Zaefferer | Whitespace |
blob | commitdiff | diff to current |
2011-08-12 |
Krinkle | Using array and object literals. |
blob | commitdiff | diff to current |
2011-08-12 |
Krinkle | Issue #140: Make toggle system configurable. |
blob | commitdiff | diff to current |
2011-08-11 |
Jörn Zaefferer | Merge remote branch 'tweetdeck/master' |
blob | commitdiff | diff to current |
2011-08-08 |
Marc Portier | Fix recursion support in jsDump, along with tests.... |
blob | commitdiff | diff to current |
2011-08-05 |
Erik Vold | Adding a QUnit.config.altertitle flag which will allow... |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Refactor window.load handler into QUnit.load, makes... |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | More whitespace cleanup |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'erikvold/one-chk-in-title' |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Whitespace |
blob | commitdiff | diff to current |
2011-08-05 |
Jörn Zaefferer | Merge remote branch 'wwalser/syncStopCalls' |
blob | commitdiff | diff to current |
2011-08-04 |
Jörn Zaefferer | Expose QUnit.config.hidepassed setting. Overrides sessi... |
blob | commitdiff | diff to current |
2011-07-29 |
Scott González | Expose extend, id, and addEvent methods. |
blob | commitdiff | diff to current |
2011-07-26 |
Erik Vold | minor comment typo correction |
blob | commitdiff | diff to current |
2011-06-30 |
Wesley Walser | Fixes a bug where synchronous calls to stop would cause... |
blob | commitdiff | diff to current |
2011-06-01 |
Erik Vold | only add one checkmark to the document.title |
blob | commitdiff | diff to current |
2011-05-27 |
Mathias Bynens | Escape the stacktrace output before setting it as inner... |
blob | commitdiff | diff to current |
2011-05-16 |
Jörn Zaefferer | Cleanup whitespace |
blob | commitdiff | diff to current |
2011-05-16 |
Jörn Zaefferer | Run module.teardown before checking for pollution.... |
blob | commitdiff | diff to current |
2011-05-16 |
Jörn Zaefferer | Fix accidental global variable "not" |
blob | commitdiff | diff to current |
2011-05-12 |
Jörn Zaefferer | Update document.title status to use more robust unicode... |
blob | commitdiff | diff to current |
2011-05-11 |
Jörn Zaefferer | Modify document.title when suite is done to show succes... |
blob | commitdiff | diff to current |
2011-04-20 |
jzaefferer | Add/update headers |
blob | commitdiff | diff to current |
2011-04-15 |
jzaefferer | Drop support for deprecated #main in favor of #qunit... |
blob | commitdiff | diff to current |
2011-04-15 |
jzaefferer | Remove the same key as the one being set. Partial fix... |
blob | commitdiff | diff to current |
2011-03-20 |
jzaefferer | Don't modify expected-count when checking pollution... |
blob | commitdiff | diff to current |
2011-03-20 |
jzaefferer | Fix order of noglobals check to produce correct introdu... |
blob | commitdiff | diff to current |
2011-03-15 |
jzaefferer | Prepend module name to sessionStorage keys to avoid... |
blob | commitdiff | diff to current |
2011-03-15 |
jzaefferer | Store filter-tests only when checked |
blob | commitdiff | diff to current |
2011-03-15 |
jzaefferer | Write to sessionStorage only bad tests |
blob | commitdiff | diff to current |
2011-03-11 |
Scott González | Moved QUnit.url() defintion after QUnit properties... |
blob | commitdiff | diff to current |
2011-03-08 |
jzaefferer | Add a "Rerun" link to each test to replce the dblclick... |
blob | commitdiff | diff to current |
2011-03-04 |
Scott González | Fixed the regex for parsing the name of a test when... |
blob | commitdiff | diff to current |
2011-03-03 |
jzaefferer | Merge remote branch 'scottgonzalez/url' |
blob | commitdiff | diff to current |
2011-03-03 |
Scott González | Added checkboxes to show which flags are currently... |
blob | commitdiff | diff to current |
2011-03-03 |
Scott González | Retain all querystring parameters when filtering a... |
blob | commitdiff | diff to current |
2011-03-03 |
Scott González | Added better querystring parsing. Now storing all query... |
blob | commitdiff | diff to current |
2011-03-02 |
jzaefferer | Make reordering optional (QUnit.config.reorder = false... |
blob | commitdiff | diff to current |
2011-02-28 |
Scott González | Added missing semicolons and wrapped undefined key... |
blob | commitdiff | diff to current |
2011-02-16 |
jzaefferer | Optimize test hiding, add class on page load if stored... |
blob | commitdiff | diff to current |
2011-02-15 |
Anton M | Optimize the hiding of passed tests. |
blob | commitdiff | diff to current |
2011-02-15 |
jzaefferer | Position test results above test list, making it visibl... |
blob | commitdiff | diff to current |
2011-02-15 |
jzaefferer | Don't check for existing qunit-testresult element,... |
blob | commitdiff | diff to current |
2011-01-12 |
jzaefferer | Added URL flag ?notrycatch (ala ?noglobals) for debuggi... |
blob | commitdiff | diff to current |
2011-01-12 |
jzaefferer | Always show quni-toolbar (if at all specified), persist... |
blob | commitdiff | diff to current |
2011-01-12 |
jzaefferer | Use non-html testname for calls to fail(). Fixes #77 |
blob | commitdiff | diff to current |
2011-01-12 |
jzaefferer | Overhaul of QUnit.callbacks. Consistent single argument... |
blob | commitdiff | diff to current |
2011-01-06 |
jzaefferer | Fixed moduleStart/Done callbacks. Added test/logs.html... |
blob | commitdiff | diff to current |
2011-01-04 |
jzaefferer | Update copyright and license header. Fixes #61 |
blob | commitdiff | diff to current |
2011-01-04 |
jzaefferer | Use a semaphore to synchronize stop() and start() calls... |
blob | commitdiff | diff to current |
2010-12-27 |
jzaefferer | Merge branch 'master' of https://github.com/paulirish... |
blob | commitdiff | diff to current |
2010-12-21 |
Oleg Slobodskoi... | add optional 2. arg to QUnit.raises #69. |
blob | commitdiff | diff to current |
2010-12-09 |
jzaefferer | Qualify calls to ok() in raises() for compability with... |
blob | commitdiff | diff to current |
2010-12-09 |
jzaefferer | Fix done() handling, check for blocking, not block... |
blob | commitdiff | diff to current |
2010-12-09 |
jzaefferer | Fix moduleStart/Done and done callbacks. |
blob | commitdiff | diff to current |
2010-12-08 |
jzaefferer | Replacing sessionStorage test with the one from Moderni... |
blob | commitdiff | diff to current |
2010-12-07 |
jzaefferer | Updated test for availibility of sessionStorage, based... |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Defer test execution when previous run passed, persiste... |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Refactored module handling and queuing to enable select... |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Move assertions property from config to Test |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Move expected-tests property from config to Test |
blob | commitdiff | diff to current |
2010-12-04 |
jzaefferer | Refactored test() method to delegate to a Test object... |
blob | commitdiff | diff to current |
2010-11-28 |
jzaefferer | Adding output of sourcefile and linenumber of failed... |
blob | commitdiff | diff to current |
2010-11-27 |
jzaefferer | Drop 'hide missing tests' feature. Fixes #48 |
blob | commitdiff | diff to current |
next |