aboutsummaryrefslogtreecommitdiff
path: root/src/js/fiveui/injected/ui.js
Commit message (Collapse)AuthorAge
* Groups problems by URL in browser extension UI - fixes #24Gravatar Jesse Hallett2014-01-23
|
* Scrolls problem element into viewGravatar Jesse Hallett2013-12-10
|
* trying out an overlaid div for highlightingGravatar Rogan Creswick2013-11-01
|
* Force a resize event when the ui is shownGravatar Trevor Elliott2013-09-03
|
* Rework the UIGravatar Trevor Elliott2013-07-31
| | | | | * Remove a dependency on jquery-ui for the injected interface * New, simpler injected ui
* Keep elements highlighted when at least one problem is toggledGravatar Trevor Elliott2013-06-27
|
* Fix a funny bug that caused a closed port to be usedGravatar Trevor Elliott2013-06-17
|
* moved the oldStyle storage into a closure around the show/hide problem displaysGravatar Rogan Creswick2013-06-17
|
* accounted for background images when highlighting problemsGravatar Rogan Creswick2013-06-17
|
* fixed some traversal issues with fiveui.query and the uigoerfive ruleGravatar Rogan Creswick2013-06-14
|
* added color brightness rules and minor tweaks to the ui (adding xpath, ↵Gravatar Rogan Creswick2013-06-13
| | | | report message)
* add xpath to problem renderingGravatar Benjamin Jones2013-06-13
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation