aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Validate on top-level settings and use pre-compiled ajvShin'ya Ueoka2019-12-0311-467/+377
|
* Disable type checking on JSShin'ya Ueoka2019-12-032-2/+2
|
* Add settings schema and compile scriptShin'ya Ueoka2019-12-033-0/+620
|
* Install ajv-cliShin'ya Ueoka2019-12-032-0/+177
|
* Validate json settings with ajvShin'ya Ueoka2019-12-035-108/+112
|
* Install ajvShin'ya Ueoka2019-12-032-3/+4
|
* Use example.com on testShin'ya Ueoka2019-12-011-1/+1
|
* Fix for eslintShin'ya UEOKA2019-12-013-120/+142
|
* Merge pull request #668 from ueokande/greenkeeper/webextensions-api-fake-0.9.0Shin'ya Ueoka2019-11-112-4/+4
|\ | | | | Update webextensions-api-fake to the latest version 🚀
| * chore(package): update lockfile package-lock.jsongreenkeeper[bot]2019-11-081-3/+3
| |
| * chore(package): update webextensions-api-fake to version 0.9.0greenkeeper[bot]2019-11-081-1/+1
| |
* | Merge pull request #666 from chen-chao/localhostShin'ya Ueoka2019-11-112-2/+41
|\ \ | |/ |/| support url started with localhost
| * handle localhost urls with pathchenchao2019-11-072-5/+22
| |
| * more localhost use caseschenchao2019-11-062-3/+25
| |
| * support url started with localhostchenchao2019-11-051-1/+1
| |
* | Merge pull request #664 from ueokande/greenkeeper/tsyringe-4.0.0Shin'ya Ueoka2019-11-062-4/+4
|\ \ | |/ |/| Update tsyringe to the latest version 🚀
| * chore(package): update lockfile package-lock.jsongreenkeeper[bot]2019-11-021-3/+3
| |
| * chore(package): update tsyringe to version 4.0.0greenkeeper[bot]2019-11-021-1/+1
|/
* Merge pull request #662 from ueokande/firefox-68Shin'ya Ueoka2019-10-244-7/+3
|\ | | | | Firefox 68
| * Fix e2e testShin'ya Ueoka2019-10-211-4/+0
| |
| * Update docsShin'ya Ueoka2019-10-211-1/+1
| |
| * Update supported versionShin'ya Ueoka2019-10-211-1/+1
| |
| * Use Firefox 68.0 ESRShin'ya Ueoka2019-10-211-1/+1
|/
* :tada: Release 0.25Shin'ya UEOKA2019-10-101-1/+1
|
* Merge pull request #657 from ueokande/qa-0.25Shin'ya Ueoka2019-10-095-11/+106
|\ | | | | QA 0.25
| * Remove test cases in QA.mdShin'ya UEOKA2019-10-091-8/+0
| |
| * Add e2e test for partial blacklist form optionShin'ya UEOKA2019-10-092-3/+83
| |
| * Add document for help commandShin'ya UEOKA2019-10-091-0/+4
| |
| * Add doc for partial blacklistShin'ya UEOKA2019-10-091-0/+19
|/
* Merge pull request #655 from ueokande/partial-blacklistShin'ya Ueoka2019-10-0937-365/+774
|\ | | | | Partial blacklist
| * Clean e2e testsShin'ya UEOKA2019-10-0824-266/+171
| |
| * Add e2e test for partial blacklistShin'ya UEOKA2019-10-081-0/+61
| |
| * Add partial blacklist formShin'ya UEOKA2019-10-088-58/+185
| |
| * Ignore keys on partial blacklistShin'ya UEOKA2019-10-084-0/+159
| |
| * Add partial blacklist itemShin'ya UEOKA2019-10-073-70/+227
|/
* Merge pull request #654 from ueokande/settings-as-a-classShin'ya Ueoka2019-10-0767-1288/+1315
|\ | | | | Refactor settings on shared logics
| * Use Settings.toJSON on testShin'ya UEOKA2019-10-071-18/+3
| |
| * Rename valueOf to fromJSONShin'ya UEOKA2019-10-079-30/+30
| |
| * Use string settings on default settingsShin'ya UEOKA2019-10-072-164/+85
| |
| * Move Key to settingsShin'ya UEOKA2019-10-0714-106/+105
| |
| * Fix form optionsShin'ya UEOKA2019-10-075-28/+35
| |
| * Make Settings classShin'ya UEOKA2019-10-0613-96/+117
| |
| * Make Blacklist classShin'ya UEOKA2019-10-0612-149/+139
| |
| * Make Properties classShin'ya UEOKA2019-10-0616-236/+179
| |
| * Make Search classShin'ya UEOKA2019-10-069-130/+182
| |
| * Make Keymap classShin'ya UEOKA2019-10-0615-129/+223
| |
| * Make KeySequence classShin'ya UEOKA2019-10-065-72/+61
| |
| * Make key classShin'ya UEOKA2019-10-068-166/+192
| |
* | Merge pull request #653 from cirelli94/patch-7Shin'ya Ueoka2019-10-031-2/+4
|\ \ | | | | | | Update properties.md for clarification
| * | Update properties.mdCirelli2019-10-031-2/+4
| |/ | | | | | | Added all properties in the example. Added explanation to hintchars, it was not clear at first sight what it was for.