aboutsummaryrefslogtreecommitdiff
path: root/src/js/fiveui/js
Commit message (Collapse)AuthorAge
* Modifies fiveui.RuleSet.load to return promisesGravatar Jesse Hallett2013-12-13
|
* Rework the UIGravatar Trevor Elliott2013-07-31
| | | | | * Remove a dependency on jquery-ui for the injected interface * New, simpler injected ui
* Add an enabled field to the rule set modelGravatar Trevor Elliott2013-07-03
| | | | This is to start addressing issue #14.
* Remove unused ffcheck.jsGravatar Trevor Elliott2013-06-27
|
* Keep elements highlighted when at least one problem is toggledGravatar Trevor Elliott2013-06-27
|
* Fix comment removal in double quotesGravatar Trevor Elliott2013-06-26
|
* Fix a funny bug that caused a closed port to be usedGravatar Trevor Elliott2013-06-17
|
* added upgoerfive ruleGravatar Rogan Creswick2013-06-14
|
* Remove a console.logGravatar Trevor Elliott2013-06-14
|
* Display the license on the options pageGravatar Trevor Elliott2013-06-14
|
* Better justification for manifest manglingGravatar Trevor Elliott2013-06-14
|
* Add a license field to the rule set structure and manifestGravatar Trevor Elliott2013-06-14
|
* fixed problems with fiveui.color.findBGColor, added a test_color.html, ↵Gravatar Benjamin Jones2013-06-14
| | | | updated colorBrightness rule
* added color brightness rules and minor tweaks to the ui (adding xpath, ↵Gravatar Rogan Creswick2013-06-13
| | | | report message)
* Better spacing between the rule set controls and the input boxGravatar Trevor Elliott2013-06-13
|
* Focus the pattern input field after <enter>Gravatar Trevor Elliott2013-06-13
|
* Remove url-pat.jsGravatar Trevor Elliott2013-06-13
|
* Group url patterns with rule set definitionsGravatar Trevor Elliott2013-06-12
|
* Better looking buttons on the various options page editorsGravatar 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