aboutsummaryrefslogtreecommitdiff
path: root/src/js/fiveui/injected/compute.js
Commit message (Collapse)AuthorAge
* Restores behavior of running rules in scope of assembleRules functionGravatar Jesse Hallett2013-12-19
|
* Fixes possible null value reference when evaluating ruleset dependenciesGravatar Jesse Hallett2013-12-19
|
* Modifies dependency loadingGravatar Jesse Hallett2013-12-17
| | | | | Changes dependency loading so that top-level variables defined in dependency scripts are in scope in rule definitions.
* Merge branch 'new-ui' into new-ui-severityGravatar Benjamin Jones2013-07-16
|\
* | added warning, advisory, info reporters to the report objectGravatar Benjamin Jones2013-07-16
| |
| * New UIGravatar Trevor Elliott2013-07-15
|/
* Keep elements highlighted when at least one problem is toggledGravatar Trevor Elliott2013-06-27
|
* Allow multiple distinct problems per ui elementGravatar Trevor Elliott2013-06-26
| | | | Fixes #16
* Remove the dialog from the dom while running rulesGravatar Trevor Elliott2013-06-17
|
* Fix a funny bug that caused a closed port to be usedGravatar Trevor Elliott2013-06-17
|
* fixed test errors relating to injected dependencies in batch runnerGravatar Rogan Creswick2013-06-16
|
* fixed some traversal issues with fiveui.query and the uigoerfive ruleGravatar Rogan Creswick2013-06-14
|
* added upgoerfive ruleGravatar Rogan Creswick2013-06-14
|
* Switch to passing a report object to rules, instead of binding thisGravatar Trevor Elliott2013-06-13
|
* wrapped eval in a try againGravatar Rogan Creswick2013-06-13
|
* removed roughly one million console.logs that I forgot aboutGravatar Rogan Creswick2013-06-13
|
* added more semantically rich tests to headless test, and fixed the bugs that ↵Gravatar Rogan Creswick2013-06-13
| | | | those revealed re: the new rule/ruleset formats
* Group url patterns with rule set definitionsGravatar Trevor Elliott2013-06-12
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation