aboutsummaryrefslogtreecommitdiff
path: root/src/js/chrome
Commit message (Collapse)AuthorAge
* Modifies fiveui.RuleSet.load to return promisesGravatar Jesse Hallett2013-12-13
|
* Populate the gh-pages branch of the repoGravatar Trevor Elliott2013-06-21
|
* bumped the extension version to 0.3Gravatar Rogan Creswick2013-06-18
|
* Fix the strange phantom ui boxGravatar Trevor Elliott2013-06-17
| | | | | The onCreated event wasn't actually useful for us to pay attention to, as it would fire just before an onUpdated event on the same page.
* Remove some debugging messages from the chrome background.jsGravatar Trevor Elliott2013-06-14
|
* Fix the chrome background.htmlGravatar Trevor Elliott2013-06-13
|
* Group url patterns with rule set definitionsGravatar Trevor Elliott2013-06-12
|
* 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
|
* Reorganize the build systemGravatar Trevor Elliott2013-06-07
* Move all javascript source to src/js * Update the test runner, etc. * Do less javascript compilation