Commit message (Collapse) | 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 - ↵ | Scott González | 2012-12-04 | 1 | -4/+3 |
| | | | | Dialog: Destroying a dialog leaves some styles changed. | ||||
* | Revert "Dialog: Cleanup style properties on _destroy. Reenables style check ↵ | Scott González | 2012-12-04 | 1 | -2/+30 |
| | | | | | | in domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers." This reverts commit d687a1b10d1e176a6a8dd4420f1ea3a890640da0. | ||||
* | Dialog: Cleanup style properties on _destroy. Reenables style check in ↵ | Jörn Zaefferer | 2012-12-04 | 1 | -30/+2 |
| | | | | domEqual, while removing commented and unnecessary old code. Fixes #8119 - Dialog: Destroying a dialog leaves style, scrollleft, and scrolltop leftovers. | ||||
* | 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: ↵ | Mike Sherov | 2012-11-09 | 1 | -0/+8 |
| | | | | re-enable the dialog test suite | ||||
* | Tabs: Show panels on destroy. Fixes #8795 - Tabs: 'display: none;' attribute ↵ | Scott González | 2012-11-09 | 1 | -0/+28 |
| | | | | is not removed from tabs when destroy is called. | ||||
* | Build: Enable "unused" option in jshint - Remove unused variables from ↵ | Mike Sherov | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests | ||||
* | 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 |
| | | | | tooltip unit tests | ||||
* | 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 ↵ | Scott González | 2012-06-15 | 1 | -2/+2 |
| | | | | effects use 'ui.'. | ||||
* | 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 |
| | | | | string. | ||||
* | 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 ↵ | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
| | | | | not helpful). | ||||
* | 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 |
| | | | | correct filename and line number output | ||||
* | Adding a domEqual assertion to our testsuite for more sane DOM | jzaefferer | 2011-02-25 | 1 | -1/+33 |
| | | | | | comparisons. Comparing innerHTML is too dependent on random browser quirks like IE only sometimes rendering closing tags. | ||||
* | 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 ↵ | Scott González | 2011-01-25 | 1 | -5/+7 |
| | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate. | ||||
* | 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' ↵ | jzaefferer | 2010-08-29 | 1 | -10/+0 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | 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, ↵ | Scott González | 2010-01-07 | 1 | -58/+6 |
| | | | | menu; including menu static tests). | ||||
* | 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 ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+9 |
| | | | | compare two functions by their "content") | ||||
* | 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 |
| |