aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* s/FireFox/Firefox/gHEADmasterGravatar Benjamin Barenblat2014-01-24
| | | | | | The software’s name is officially spelled “Firefox,” without camel-casing. It’s already spelled that way throughout most of the package, but there were a couple places where camel-casing persisted.
* Groups problems by URL in browser extension UI - fixes #24Gravatar Jesse Hallett2014-01-23
|
* Displays table of errors and warnings by ruleGravatar Jesse Hallett2014-01-07
| | | | | - Splits "failures" column into "errors" and "warnings" - Links go to detailed report instead of to source page
* Backslashes in replaceAll() replacements need extra escaping.Gravatar Jesse Hallett2014-01-03
| | | | See http://docs.oracle.com/javase/6/docs/api/java/util/regex/Matcher.html#replaceAll(java.lang.String)
* Outputs message, xpath, and proper severity in batch run reportsGravatar Jesse Hallett2014-01-03
| | | | | | | | Result extracts xpath from problem report Retrieves msg and xpath from problem report got severity working
* 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
|
* Rewrites fiveui.color.colorCheck to eliminate use of `eval`Gravatar Jesse Hallett2013-12-18
| | | | Also includes some other changes to pass jshint checks.
* Avoids traversing frames from different originsGravatar Jesse Hallett2013-12-18
| | | | | Attempting to access the document of a frame loaded from an different origin than the page was loaded from results in an exception.
* 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.
* Modifies fiveui.RuleSet.load to return promisesGravatar Jesse Hallett2013-12-13
|
* Scrolls problem element into viewGravatar Jesse Hallett2013-12-10
|
* added color guidelines for wikipedia, and factored some color checks into ↵Gravatar Rogan Creswick2013-11-22
| | | | the prelude
* Merge branch 'master' of github.com:GaloisInc/FiveUIGravatar Benjamin Jones2013-11-04
|\
* \ Merge branch 'new-ui'Gravatar Benjamin Jones2013-11-04
|\ \
| | * trying out an overlaid div for highlightingGravatar Rogan Creswick2013-11-01
| |/ |/|
* | Force a resize event when the ui is shownGravatar Trevor Elliott2013-09-03
| |
| * Merge branch 'new-ui' into new-ui-severityGravatar Benjamin Jones2013-08-05
| |\ | |/ |/|
* | Rework the UIGravatar Trevor Elliott2013-07-31
| | | | | | | | | | * Remove a dependency on jquery-ui for the injected interface * New, simpler injected ui
| * Merge branch 'master' into new-ui-severityGravatar Benjamin Jones2013-07-24
| |\ | |/ |/|
* | 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
| |
| * added styling to different severity levelsGravatar Benjamin Jones2013-07-16
| |
| * 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
|/ /
| * Merge branch 'master' into new-uiGravatar 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
| * Force the initial resize event in the injected uiGravatar Trevor Elliott2013-07-15
| |
| * New UIGravatar Trevor Elliott2013-07-15
| |
| * Mostly working ui replacementGravatar Trevor Elliott2013-07-12
| |
| * Fix scrolling of the problems listGravatar Trevor Elliott2013-07-11
| |
| * Turn the UI into a class, instead of a ragtag collection of functionsGravatar Trevor Elliott2013-07-11
| |
| * Initial prototype ui replacementGravatar Trevor Elliott2013-07-10
|/
* get the unit tests working againGravatar Benjamin Jones2013-07-05
|
* silence httpd outputGravatar Benjamin Jones2013-07-05
|
* if firefox profile given is null, create and use a temporary profileGravatar Benjamin Jones2013-07-05
|
* Add an enabled field to the rule set modelGravatar Trevor Elliott2013-07-03
| | | | This is to start addressing issue #14.
* Merge branch 'master' of https://github.com/GaloisInc/FiveUIGravatar Rogan Creswick2013-07-02
|\
| * Remove unused ffcheck.jsGravatar Trevor Elliott2013-06-27
| |
| * 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
| * Fix comment removal in double quotesGravatar Trevor Elliott2013-06-26
| |
* | Merge branch 'master' of https://github.com/GaloisInc/FiveUIGravatar Rogan Creswick2013-06-25
|\|
* | further UI refinements for the batch runner reportsGravatar Rogan Creswick2013-06-24
| |
* | minor reformatting of the headless results pageGravatar Rogan Creswick2013-06-24
| |
* | resolved some common headless issues relating to (relatively) fixed paths in ↵Gravatar Rogan Creswick2013-06-24
| | | | | | | | the source
| * Populate the gh-pages branch of the repoGravatar Trevor Elliott2013-06-21
| |
| * Fix a parallel build bug with the fiveui generic ruleGravatar Trevor Elliott2013-06-21
|/