| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace. | Scott González | 2013-01-16 | 1 | -3/+3 |
* | Dialog: Remove width, min-height, height styles on destroy. Fixes #8119 - Dia... | Scott González | 2012-12-04 | 1 | -4/+3 |
* | Revert "Dialog: Cleanup style properties on _destroy. Reenables style check i... | Scott González | 2012-12-04 | 1 | -2/+30 |
* | Dialog: Cleanup style properties on _destroy. Reenables style check in domEqu... | Jörn Zaefferer | 2012-12-04 | 1 | -30/+2 |
* | Tests: Commented out getElementStyles() while its not used. | Scott González | 2012-11-13 | 1 | -2/+2 |
* | Tests: Temporarily remove style checks in domEqual(). | Scott González | 2012-11-13 | 1 | -1/+2 |
* | Tests: Allow async domEqual() tests. | Scott González | 2012-11-12 | 1 | -3/+14 |
* | Dev: clean up dialog test suite with new helper methods. Fixes #8803 - Dev: r... | Mike Sherov | 2012-11-09 | 1 | -0/+8 |
* | Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ... | Scott González | 2012-11-09 | 1 | -0/+28 |
* | Build: Enable "unused" option in jshint - Remove unused variables from codeba... | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
* | Build: Upgrade to the latest Grunt and JSHint - Closes gh-786 | Mike Sherov | 2012-10-22 | 1 | -2/+6 |
* | Restore QUnit's now dead feature of using jQuery to reset the fixture. Fixes ... | Jörn Zaefferer | 2012-08-30 | 1 | -1/+12 |
* | Tests: Removed completed TODO. | Scott González | 2012-08-26 | 1 | -1/+0 |
* | Update to QUnit 1.9.0 and use new urlConfig for custom checkboxes | Jörn Zaefferer | 2012-07-11 | 1 | -2/+12 |
* | Tests: Enable QUnit.config.requireExpects. | Scott González | 2012-06-27 | 1 | -0/+10 |
* | Tests: Remove the need to include the 'ui.' prefix in testJshint() now that e... | Scott González | 2012-06-15 | 1 | -2/+2 |
* | Tests: Check .data() and event bindings in domEqual(). | Scott González | 2012-06-09 | 1 | -0/+3 |
* | Tests: Differentiate between attributes and properties in domEqual(). | Scott González | 2012-05-29 | 1 | -4/+11 |
* | Tests: Convert children to an array in domEqual(). | Scott González | 2012-05-25 | 1 | -1/+1 |
* | Tests: Added several more property checks to domEqual(). | Scott González | 2012-05-25 | 1 | -15/+39 |
* | Tests: Linting | Corey Frang | 2012-04-30 | 1 | -1/+1 |
* | Tests: Run JSHint. | Scott González | 2012-04-29 | 1 | -4/+9 |
* | Tests: Check for null error objects when reporting JSHint errors. | Scott González | 2012-04-24 | 1 | -0/+5 |
* | Tests: Add custom URL configs to QUnit.config.urlConfig for discoverability. | Scott González | 2012-04-23 | 1 | -0/+2 |
* | Tests: Moved loadResources to TestHelpers. | Scott González | 2012-04-23 | 1 | -9/+30 |
* | Tests: Run JSHint in unit tests, unless nojshint=1 is specified in the query ... | Scott González | 2012-04-23 | 1 | -2/+37 |
* | Tests: Move commonWidgetTests() to TestHelpers. | Scott González | 2012-04-19 | 1 | -1/+1 |
* | Accordion tests: Don't polloute the global namespace with helpers. | Scott González | 2012-04-19 | 1 | -0/+2 |
* | Tests: Lint. | Scott González | 2012-04-18 | 1 | -8/+10 |
* | Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal. | Jörn Zaefferer | 2012-02-29 | 1 | -4/+4 |
* | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -1/+1 |
* | Tests: Updated version check. | Scott González | 2011-05-28 | 1 | -1/+1 |
* | Add simple error handling for domEqual method (was failing for menu, output n... | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
* | Tests: Allow overriding enable and disable methods to add custom logic. | Scott González | 2011-03-29 | 1 | -2/+0 |
* | Use QUnit.push instead of assertion method for custom assertions to get | jzaefferer | 2011-03-20 | 1 | -1/+2 |
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -1/+33 |
* | Widget: Fixed super methods with deep inheritance chains. | Scott González | 2011-02-10 | 1 | -2/+0 |
* | Added version property to plugins that were missing them. | Scott González | 2011-02-03 | 1 | -0/+3 |
* | Accordion: Renamed changestart and change events to beforeActivate and activa... | Scott González | 2011-01-25 | 1 | -5/+7 |
* | Tests: Fixed erroneous refernece to accordion. | Scott González | 2011-01-24 | 1 | -2/+2 |
* | Accordion tests: Cleanup. | Scott González | 2011-01-24 | 1 | -23/+51 |
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' tes... | jzaefferer | 2010-08-29 | 1 | -10/+0 |
* | Update testswarm url for new server | jzaefferer | 2010-03-23 | 1 | -1/+1 |
* | global introduced by jQuery 1.3.x is gone, don't need the noglobals fix anymore | Jörn Zaefferer | 2010-03-20 | 1 | -3/+0 |
* | Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m... | Scott González | 2010-01-07 | 1 | -58/+6 |
* | uni tests: cleanup after common widget tests | Jörn Zaefferer | 2009-09-17 | 1 | -0/+2 |
* | tests: declare global introduced in jQuery 1.3.2 Sizzle (fixed in trunk/1.3.3) | Jörn Zaefferer | 2009-09-15 | 1 | -0/+2 |
* | common widget tests: improve handling of functions (even same() can't compare... | Jörn Zaefferer | 2009-09-15 | 1 | -1/+9 |
* | removed code that created testsuite markup; QUnit handles that | Jörn Zaefferer | 2009-09-11 | 1 | -11/+0 |
* | inject testswarm agent when the test is run by testswarm | Jörn Zaefferer | 2009-09-11 | 1 | -0/+10 |