aboutsummaryrefslogtreecommitdiff
path: root/src/js/tests
Commit message (Collapse)AuthorAge
* bugfix in rules.js specGravatar Benjamin Jones2013-07-24
|
* added cssIs jQuery pluginGravatar Benjamin Jones2013-07-24
|
* added new jQuery plugin called attrFilter along with unit tests for itGravatar Benjamin Jones2013-07-23
|
* updated js test READMEGravatar Benjamin Jones2013-07-16
|
* modified: src/js/fiveui/injected/jquery-plugins.jsGravatar Benjamin Jones2013-07-16
| | | | | | | | | | | | | added two new plugins -- noAttr and noSubElt fixed bug in notColorSet modified: src/js/fiveui/injected/prelude.js fixed bugs and added better error handling to the fiveui.color functions new file: src/js/tests/specs/jquery-plugins.js added unit tests for all the (non-debugging) jQuery plugins
* fixed problems with fiveui.color.findBGColor, added a test_color.html, ↵Gravatar Benjamin Jones2013-06-14
| | | | updated colorBrightness rule
* added color combination utilities to the preludeGravatar Rogan Creswick2013-06-13
|
* Remove url-pat.jsGravatar Trevor Elliott2013-06-13
|
* Fix failing testsGravatar Trevor Elliott2013-06-13
|
* refactored fiveui.color functions; added more unit tests!Gravatar Benjamin Jones2013-06-12
|
* Move more commands to Config.mkGravatar Trevor Elliott2013-06-10
|
* Give the build system the option of failing on warningsGravatar Trevor Elliott2013-06-10
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation