Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 1 | -1/+1 |
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+1 |
* | Remove unused description in background script | Shin'ya Ueoka | 2020-05-04 | 1 | -5/+0 |
* | Add colorscheme property | Shin'ya Ueoka | 2020-05-04 | 4 | -2/+74 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 6 | -87/+81 |
* | Treats digit keys with modifiers | Shin'ya Ueoka | 2020-02-09 | 1 | -1/+1 |
* | Enable addon on blacklisted sites | Shin'ya Ueoka | 2019-12-22 | 1 | -4/+1 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 5 | -12/+12 |
* | Add prefix functions in KeySequence | Shin'ya Ueoka | 2019-12-13 | 1 | -69/+0 |
* | Identify the key is a digit | Shin'ya Ueoka | 2019-12-06 | 2 | -5/+32 |
* | Make engines required | Shin'ya Ueoka | 2019-12-03 | 3 | -4/+15 |
* | Validate on top-level settings and use pre-compiled ajv | Shin'ya Ueoka | 2019-12-03 | 8 | -435/+377 |
* | Add settings schema and compile script | Shin'ya Ueoka | 2019-12-03 | 2 | -0/+619 |
* | Validate json settings with ajv | Shin'ya Ueoka | 2019-12-03 | 5 | -108/+112 |
* | Add partial blacklist form | Shin'ya UEOKA | 2019-10-08 | 2 | -9/+17 |
* | Add partial blacklist item | Shin'ya UEOKA | 2019-10-07 | 1 | -19/+97 |
* | Use string settings on default settings | Shin'ya UEOKA | 2019-10-07 | 1 | -79/+83 |
* | Move Key to settings | Shin'ya UEOKA | 2019-10-07 | 2 | -0/+115 |
* | Fix form options | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+1 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+154 |
* | Make Blacklist class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+39 |
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+110 |
* | Make Search class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+76 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 1 | -0/+37 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 5 | -325/+0 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -1/+1 |
* | Types on src/share | Shin'ya Ueoka | 2019-05-02 | 4 | -24/+24 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 5 | -0/+0 |
* | Add close tabs to the right command | Shin'ya Ueoka | 2018-12-27 | 1 | -0/+1 |
* | Add gh/gH to open home page | Shin'ya Ueoka | 2018-12-09 | 1 | -0/+2 |
* | Fix default property value | Shin'ya Ueoka | 2018-10-16 | 1 | -1/+1 |
* | Remove adjacenttab | Shin'ya Ueoka | 2018-10-13 | 2 | -4/+0 |
* | Fix default key mappings | Shin'ya Ueoka | 2018-10-11 | 1 | -2/+2 |
* | Add mark keymaps | Shin'ya Ueoka | 2018-10-11 | 1 | -0/+2 |
* | Add complete property | Shin'ya Ueoka | 2018-09-17 | 2 | -1/+5 |
* | Fix default settings | Shin'ya Ueoka | 2018-08-02 | 1 | -2/+7 |
* | Fix property document | Shin'ya Ueoka | 2018-08-02 | 1 | -1/+1 |
* | Update eslint | Shin'ya Ueoka | 2018-08-01 | 1 | -1/+1 |
* | Complete set commands | Shin'ya Ueoka | 2018-07-11 | 1 | -1/+7 |
* | fix but failed | Shin'ya Ueoka | 2018-06-28 | 2 | -7/+5 |
* | Use await/async on shared directory | Shin'ya Ueoka | 2018-06-17 | 1 | -22/+20 |
* | Add command.show.addbookmark operation | Shin'ya Ueoka | 2018-05-08 | 1 | -0/+1 |
* | Merge pull request #368 from emlow/issue-279 | Shin'ya Ueoka | 2018-05-05 | 1 | -0/+1 |
|\ | |||||
| * | shortcut to view page source | emlow | 2018-04-01 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'origin/master' into patch-1 | Shin'ya Ueoka | 2018-05-01 | 1 | -0/+2 |
* | | Make adjacenttab true in default | Shin'ya Ueoka | 2018-05-01 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into background-adjacent-tabs | Shin'ya Ueoka | 2018-05-01 | 2 | -2/+4 |
|/ | |||||
* | set default properties | Shin'ya Ueoka | 2018-01-23 | 1 | -0/+3 |
* | Merge pull request #308 from ueokande/focus-input | Shin'ya Ueoka | 2018-01-18 | 1 | -0/+1 |
|\ | |||||
| * | add focus input key map | Shin'ya Ueoka | 2018-01-13 | 1 | -0/+1 |