Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 11 | -467/+377 |
| | |||||
* | Disable type checking on JS | Shin'ya Ueoka | 2019-12-03 | 2 | -2/+2 |
| | |||||
* | Add settings schema and compile script | Shin'ya Ueoka | 2019-12-03 | 3 | -0/+620 |
| | |||||
* | Install ajv-cli | Shin'ya Ueoka | 2019-12-03 | 2 | -0/+177 |
| | |||||
* | Validate json settings with ajv | Shin'ya Ueoka | 2019-12-03 | 5 | -108/+112 |
| | |||||
* | Install ajv | Shin'ya Ueoka | 2019-12-03 | 2 | -3/+4 |
| | |||||
* | Use example.com on test | Shin'ya Ueoka | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | Fix for eslint | Shin'ya UEOKA | 2019-12-01 | 3 | -120/+142 |
| | |||||
* | Merge pull request #668 from ueokande/greenkeeper/webextensions-api-fake-0.9.0 | Shin'ya Ueoka | 2019-11-11 | 2 | -4/+4 |
|\ | | | | | Update webextensions-api-fake to the latest version 🚀 | ||||
| * | chore(package): update lockfile package-lock.json | greenkeeper[bot] | 2019-11-08 | 1 | -3/+3 |
| | | |||||
| * | chore(package): update webextensions-api-fake to version 0.9.0 | greenkeeper[bot] | 2019-11-08 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #666 from chen-chao/localhost | Shin'ya Ueoka | 2019-11-11 | 2 | -2/+41 |
|\ \ | |/ |/| | support url started with localhost | ||||
| * | handle localhost urls with path | chenchao | 2019-11-07 | 2 | -5/+22 |
| | | |||||
| * | more localhost use cases | chenchao | 2019-11-06 | 2 | -3/+25 |
| | | |||||
| * | support url started with localhost | chenchao | 2019-11-05 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #664 from ueokande/greenkeeper/tsyringe-4.0.0 | Shin'ya Ueoka | 2019-11-06 | 2 | -4/+4 |
|\ \ | |/ |/| | Update tsyringe to the latest version 🚀 | ||||
| * | chore(package): update lockfile package-lock.json | greenkeeper[bot] | 2019-11-02 | 1 | -3/+3 |
| | | |||||
| * | chore(package): update tsyringe to version 4.0.0 | greenkeeper[bot] | 2019-11-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #662 from ueokande/firefox-68 | Shin'ya Ueoka | 2019-10-24 | 4 | -7/+3 |
|\ | | | | | Firefox 68 | ||||
| * | Fix e2e test | Shin'ya Ueoka | 2019-10-21 | 1 | -4/+0 |
| | | |||||
| * | Update docs | Shin'ya Ueoka | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | Update supported version | Shin'ya Ueoka | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | Use Firefox 68.0 ESR | Shin'ya Ueoka | 2019-10-21 | 1 | -1/+1 |
|/ | |||||
* | :tada: Release 0.25 | Shin'ya UEOKA | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | Merge pull request #657 from ueokande/qa-0.25 | Shin'ya Ueoka | 2019-10-09 | 5 | -11/+106 |
|\ | | | | | QA 0.25 | ||||
| * | Remove test cases in QA.md | Shin'ya UEOKA | 2019-10-09 | 1 | -8/+0 |
| | | |||||
| * | Add e2e test for partial blacklist form option | Shin'ya UEOKA | 2019-10-09 | 2 | -3/+83 |
| | | |||||
| * | Add document for help command | Shin'ya UEOKA | 2019-10-09 | 1 | -0/+4 |
| | | |||||
| * | Add doc for partial blacklist | Shin'ya UEOKA | 2019-10-09 | 1 | -0/+19 |
|/ | |||||
* | Merge pull request #655 from ueokande/partial-blacklist | Shin'ya Ueoka | 2019-10-09 | 37 | -365/+774 |
|\ | | | | | Partial blacklist | ||||
| * | Clean e2e tests | Shin'ya UEOKA | 2019-10-08 | 24 | -266/+171 |
| | | |||||
| * | Add e2e test for partial blacklist | Shin'ya UEOKA | 2019-10-08 | 1 | -0/+61 |
| | | |||||
| * | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 8 | -58/+185 |
| | | |||||
| * | Ignore keys on partial blacklist | Shin'ya UEOKA | 2019-10-08 | 4 | -0/+159 |
| | | |||||
| * | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 3 | -70/+227 |
|/ | |||||
* | Merge pull request #654 from ueokande/settings-as-a-class | Shin'ya Ueoka | 2019-10-07 | 67 | -1288/+1315 |
|\ | | | | | Refactor settings on shared logics | ||||
| * | Use Settings.toJSON on test | Shin'ya UEOKA | 2019-10-07 | 1 | -18/+3 |
| | | |||||
| * | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 9 | -30/+30 |
| | | |||||
| * | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 2 | -164/+85 |
| | | |||||
| * | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 14 | -106/+105 |
| | | |||||
| * | Fix form options | Shin'ya UEOKA | 2019-10-07 | 5 | -28/+35 |
| | | |||||
| * | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 13 | -96/+117 |
| | | |||||
| * | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 12 | -149/+139 |
| | | |||||
| * | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 16 | -236/+179 |
| | | |||||
| * | Make Search class | Shin'ya UEOKA | 2019-10-06 | 9 | -130/+182 |
| | | |||||
| * | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 15 | -129/+223 |
| | | |||||
| * | Make KeySequence class | Shin'ya UEOKA | 2019-10-06 | 5 | -72/+61 |
| | | |||||
| * | Make key class | Shin'ya UEOKA | 2019-10-06 | 8 | -166/+192 |
| | | |||||
* | | Merge pull request #653 from cirelli94/patch-7 | Shin'ya Ueoka | 2019-10-03 | 1 | -2/+4 |
|\ \ | | | | | | | Update properties.md for clarification | ||||
| * | | Update properties.md | Cirelli | 2019-10-03 | 1 | -2/+4 |
| |/ | | | | | | | Added all properties in the example. Added explanation to hintchars, it was not clear at first sight what it was for. |