Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get completion types on component initialization | Shin'ya Ueoka | 2022-05-05 | 1 | -16/+0 |
* | Rename completion fields | Shin'ya Ueoka | 2022-05-05 | 2 | -9/+9 |
* | Do not use webextensions-api-fake | Shin'ya Ueoka | 2021-09-30 | 1 | -6/+0 |
* | Move mock library to jest | Shin'ya Ueoka | 2021-09-30 | 28 | -610/+447 |
* | Do not use chai on unit test | Shin'ya Ueoka | 2021-09-26 | 96 | -772/+657 |
* | Use jest API and fix some tests | Shin'ya Ueoka | 2021-09-26 | 12 | -57/+53 |
* | Use jsdom environment on html test | Shin'ya Ueoka | 2021-09-26 | 10 | -0/+40 |
* | Fix mismatched signature | Shin'ya Ueoka | 2021-09-26 | 4 | -10/+8 |
* | Remove unused file | Shin'ya Ueoka | 2021-09-26 | 3 | -8/+0 |
* | Discover frames on search by count of connections | Shin'ya Ueoka | 2021-09-25 | 2 | -7/+10 |
* | Sort frame IDs | Shin'ya Ueoka | 2021-09-25 | 1 | -1/+2 |
* | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 5 | -32/+32 |
* | Search a content from frames successfully loaded | Shin'ya Ueoka | 2021-09-23 | 5 | -12/+52 |
* | Add tests to find | Shin'ya Ueoka | 2021-07-27 | 9 | -283/+532 |
* | Add toggleReaderMode to MockTabPresenter | Shin'ya Ueoka | 2021-07-27 | 1 | -0/+4 |
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 7 | -0/+411 |
* | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 6 | -240/+0 |
* | Implement missing method in mock | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+4 |
* | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 3 | -3/+6 |
* | Improve an error message on invalid settings | Shin'ya Ueoka | 2021-05-09 | 1 | -1/+1 |
* | Revert PrefetchAndCache | Shin'ya Ueoka | 2021-04-12 | 2 | -102/+28 |
* | Replace app state with Custom Hooks | Shin'ya Ueoka | 2021-04-11 | 3 | -82/+99 |
* | Replace completion state with Custom Hooks | Shin'ya Ueoka | 2021-04-11 | 5 | -150/+168 |
* | Separate Command and Completion reducer | Shin'ya Ueoka | 2021-04-05 | 4 | -128/+167 |
* | Separate Message to InfoMessage and ErrorMessage | Shin'ya Ueoka | 2021-04-04 | 3 | -27/+34 |
* | Make Completion as a React.FC | Shin'ya Ueoka | 2021-04-04 | 1 | -21/+40 |
* | Inject iframe on top window | Shin'ya Ueoka | 2021-03-21 | 1 | -0/+4 |
* | Attach/detach console iframe on addon enabled/disabled | Shin'ya Ueoka | 2021-03-21 | 6 | -6/+47 |
* | Stabilize NavigationPresenterImpl test | Shin'ya UEOKA | 2020-12-27 | 1 | -1/+3 |
* | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 2 | -186/+1 |
* | Add operator tests | Shin'ya Ueoka | 2020-12-09 | 47 | -0/+1583 |
* | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 1 | -2/+4 |
* | Remove unused usecases | Shin'ya Ueoka | 2020-12-09 | 1 | -95/+0 |
* | Add operators' test | Shin'ya Ueoka | 2020-12-09 | 37 | -3/+799 |
* | Make HintKeyRepository | Shin'ya Ueoka | 2020-12-09 | 1 | -10/+23 |
* | Fix component test | Shin'ya Ueoka | 2020-09-21 | 3 | -14/+18 |
* | Separate input component | Shin'ya Ueoka | 2020-09-21 | 4 | -146/+174 |
* | Improve a11y on Message component | Shin'ya Ueoka | 2020-09-21 | 1 | -0/+27 |
* | Fix Completion.test | Shin'ya Ueoka | 2020-09-21 | 3 | -70/+225 |
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 4 | -19/+19 |
* | Enable @typescript-eslint/ban-types rule | Shin'ya Ueoka | 2020-08-11 | 2 | -2/+2 |
* | Update eslint ant plugins | Shin'ya Ueoka | 2020-08-11 | 1 | -2/+0 |
* | Allow to change color scheme by "colorscheme" property | Shin'ya Ueoka | 2020-05-04 | 3 | -2/+16 |
* | Fix types in tests | Shin'ya Ueoka | 2020-05-02 | 18 | -148/+221 |
* | fix test | Shin'ya Ueoka | 2020-04-13 | 1 | -3/+3 |
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 53 | -1906/+2480 |
* | Prefetch completion items and store them to cache | Shin'ya Ueoka | 2020-04-09 | 2 | -28/+76 |
* | Complete by flags | Shin'ya Ueoka | 2020-03-29 | 1 | -2/+2 |
* | Complete properties on set command | Shin'ya Ueoka | 2020-03-29 | 1 | -0/+15 |
* | Complete tab by an index and a flag | Shin'ya Ueoka | 2020-03-29 | 1 | -7/+46 |