aboutsummaryrefslogtreecommitdiff
path: root/src/js/firefox
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
* Populate the gh-pages branch of the repoGravatar Trevor Elliott2013-06-21
|
* bumped the extension version to 0.3Gravatar Rogan Creswick2013-06-18
|
* Remove url-pat.jsGravatar Trevor Elliott2013-06-13
|
* Group url patterns with rule set definitionsGravatar Trevor Elliott2013-06-12
|
* changed test target to depend only on fiveui.xpiGravatar Benjamin Jones2013-06-11
| | | | fixed references to firefox.xpi
* Better looking buttons on the various options page editorsGravatar Trevor Elliott2013-06-10
|
* Make the package a dependency of testGravatar Trevor Elliott2013-06-10
|
* Add targets for the extensions in the top dirGravatar Trevor Elliott2013-06-10
|
* Split extension packaging into a separate targetGravatar Trevor Elliott2013-06-07
|
* Remove the addon-sdk from the repo, and download it on demandGravatar Trevor Elliott2013-06-07
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation