Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stabilize x$ test case on e2e tests | Shin'ya Ueoka | 2020-12-09 | 1 | -2/+4 |
| | |||||
* | Fix e2e test on option | Shin'ya Ueoka | 2020-09-22 | 2 | -91/+90 |
| | |||||
* | Remove unused className | Shin'ya Ueoka | 2020-09-21 | 1 | -3/+1 |
| | |||||
* | Fix e2e tests | Shin'ya Ueoka | 2020-09-21 | 5 | -162/+141 |
| | |||||
* | Fix Completion.test | Shin'ya Ueoka | 2020-09-21 | 1 | -22/+17 |
| | |||||
* | Enable eslint:recommended and prettier/react | Shin'ya Ueoka | 2020-08-11 | 2 | -3/+1 |
| | |||||
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 5 | -8/+8 |
| | |||||
* | Add test cases for colorscheme | Shin'ya Ueoka | 2020-05-04 | 2 | -0/+66 |
| | |||||
* | Fix e2e test | Shin'ya Ueoka | 2020-05-04 | 1 | -1/+2 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 37 | -1403/+1630 |
| | |||||
* | Fix e2e test | Shin'ya Ueoka | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | Add find test cases | Shin'ya Ueoka | 2020-02-22 | 3 | -0/+136 |
| | |||||
* | Store settings in sync storage | Shin'ya Ueoka | 2020-02-03 | 2 | -19/+14 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 35 | -443/+443 |
| | |||||
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 1 | -0/+60 |
| | |||||
* | Use example.com on test | Shin'ya Ueoka | 2019-12-01 | 1 | -1/+1 |
| | |||||
* | Fix e2e test | Shin'ya Ueoka | 2019-10-21 | 1 | -4/+0 |
| | |||||
* | Add e2e test for partial blacklist form option | Shin'ya UEOKA | 2019-10-09 | 2 | -3/+83 |
| | |||||
* | 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 |
| | |||||
* | Fix completion e2e test | Shin'ya UEOKA | 2019-10-01 | 1 | -1/+1 |
| | |||||
* | Add e2e test for help command | Shin'ya UEOKA | 2019-10-01 | 1 | -0/+49 |
| | |||||
* | Remove deprecated assert | Shin'ya UEOKA | 2019-09-29 | 24 | -206/+206 |
| | |||||
* | Use TestServer on e2e | Shin'ya UEOKA | 2019-09-29 | 21 | -639/+351 |
| | |||||
* | Add graceful shutdown to TestServer | Shin'ya UEOKA | 2019-09-28 | 1 | -6/+18 |
| | |||||
* | Add TestServer | Shin'ya UEOKA | 2019-09-27 | 1 | -0/+52 |
| | |||||
* | Support clipbard on MacOS | Shin'ya UEOKA | 2019-09-27 | 1 | -0/+41 |
| | |||||
* | Scroll option page for Firefox 60 | Shin'ya UEOKA | 2019-09-25 | 2 | -1/+6 |
| | |||||
* | Fix form option page | Shin'ya UEOKA | 2019-09-25 | 1 | -7/+11 |
| | |||||
* | Add switchTo().defaultContent(); | Shin'ya UEOKA | 2019-09-24 | 1 | -0/+1 |
| | |||||
* | Make pages as a page object | Shin'ya Ueoka | 2019-09-23 | 29 | -980/+826 |
| | |||||
* | Migrate e2e tests to TypeScript | Shin'ya Ueoka | 2019-09-22 | 29 | -515/+552 |
| | |||||
* | Use latest lanthan | Shin'ya Ueoka | 2019-09-21 | 25 | -832/+814 |
| | |||||
* | Use 404 page | Shin'ya Ueoka | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | Scroll to bottom on setting page | Shin'ya Ueoka | 2019-09-02 | 1 | -0/+1 |
| | |||||
* | Remove only | Shin'ya Ueoka | 2019-08-29 | 1 | -1/+1 |
| | |||||
* | Add search engine e2e test | Shin'ya Ueoka | 2019-08-20 | 1 | -0/+41 |
| | |||||
* | Add option form page | Shin'ya Ueoka | 2019-08-20 | 1 | -0/+83 |
| | |||||
* | Add e2e test to verify hot-reload of the settings | Shin'ya Ueoka | 2019-08-20 | 1 | -8/+41 |
| | |||||
* | My first e2e test for option page | Shin'ya Ueoka | 2019-08-20 | 1 | -0/+66 |
| | |||||
* | Make e2e tests more stabilized | Shin'ya Ueoka | 2019-08-20 | 1 | -4/+6 |
| | |||||
* | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | before: { "type": "tabs.close", "selectLeft": true | false // (default: false) } after: { "type": "tabs.close", "select": "left" | "right" // (default: "right") } | ||||
* | tabs.close.right: rename `gd` -> `x$` | chocolateboy | 2019-07-31 | 2 | -3/+3 |
| | |||||
* | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 2 | -4/+19 |
| | | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy | ||||
* | Fix test case | Shin'ya Ueoka | 2019-05-27 | 1 | -30/+30 |
| | |||||
* | Automate hintchars property test | Shin'ya Ueoka | 2019-05-26 | 1 | -0/+32 |
| | |||||
* | Add repeat operation test | Shin'ya Ueoka | 2019-05-26 | 1 | -0/+92 |
| | |||||
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 1 | -6/+10 |
| | |||||
* | Make stable e2e tests | Shin'ya Ueoka | 2019-04-20 | 1 | -6/+10 |
| | |||||
* | Add e2e tests for follow completes | Shin'ya Ueoka | 2019-04-20 | 1 | -0/+146 |
| |