Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move mock library to jest | Shin'ya Ueoka | 2021-09-30 | 28 | -610/+447 |
* | Remove karma config | Shin'ya Ueoka | 2021-09-28 | 1 | -42/+0 |
* | Move to jest on e2e test | Shin'ya Ueoka | 2021-09-27 | 31 | -57/+71 |
* | Do not use chai on unit test | Shin'ya Ueoka | 2021-09-26 | 96 | -772/+657 |
* | Use jest on npm script | Shin'ya Ueoka | 2021-09-26 | 1 | -1/+1 |
* | 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 |
* | Configure jest | Shin'ya Ueoka | 2021-09-26 | 1 | -0/+11 |
* | Install webextensions-api-face@1.0.1 | Shin'ya Ueoka | 2021-09-26 | 2 | -7499/+7420 |
* | Install jest | Shin'ya Ueoka | 2021-09-26 | 2 | -6077/+7948 |
* | Release 1.2.3 | Shin'ya Ueoka | 2021-09-26 | 1 | -1/+1 |
* | Merge pull request #1264 from ueokande/fix-establish-connection-issue | Shin'ya Ueoka | 2021-09-26 | 18 | -175/+338 |
|\ | |||||
| * | Remove webNavigation permission | Shin'ya Ueoka | 2021-09-25 | 1 | -2/+1 |
| * | Discover frames on search by count of connections | Shin'ya Ueoka | 2021-09-25 | 5 | -42/+31 |
| * | Sort frame IDs | Shin'ya Ueoka | 2021-09-25 | 2 | -2/+3 |
| * | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 13 | -161/+207 |
| * | Search a content from frames successfully loaded | Shin'ya Ueoka | 2021-09-23 | 14 | -42/+170 |
|/ | |||||
* | Release 1.2.2 | Shin'ya Ueoka | 2021-08-04 | 1 | -1/+1 |
* | Merge pull request #1213 from ueokande/cross-frame-search | Shin'ya Ueoka | 2021-07-29 | 47 | -553/+1199 |
|\ | |||||
| * | Fix e2e test | Shin'ya Ueoka | 2021-07-27 | 1 | -18/+36 |
| * | 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 backwards find | Shin'ya Ueoka | 2021-07-05 | 2 | -6/+95 |
| * | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 27 | -12/+886 |
| * | Return a value to background script | Shin'ya Ueoka | 2021-07-05 | 2 | -11/+10 |
| * | Show caught error on message listener | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+2 |
| * | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 23 | -594/+0 |
| * | Implement missing method in mock | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+4 |
| * | Add webNavigation to retrieve frames in a tab | Shin'ya Ueoka | 2021-07-05 | 1 | -1/+2 |
* | | Merge pull request #1206 from ueokande/dependabot/npm_and_yarn/styled-compone... | Shin'ya Ueoka | 2021-07-05 | 2 | -5/+5 |
|\ \ | |||||
| * | | Bump styled-components from 5.2.3 to 5.3.0 | dependabot[bot] | 2021-07-05 | 2 | -5/+5 |
| |/ | |||||
* | | Merge pull request #1205 from ueokande/dependabot/npm_and_yarn/mocha-9.0.2 | Shin'ya Ueoka | 2021-07-05 | 2 | -34/+34 |
|\ \ | |/ |/| | |||||
| * | Bump mocha from 9.0.1 to 9.0.2 | dependabot[bot] | 2021-07-05 | 2 | -34/+34 |
|/ | |||||
* | Release 1.2.1 | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
* | Merge pull request #1204 from ueokande/fix-keyword-paste | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
|\ | |||||
| * | Read clipboard from textarea element's value | Shin'ya Ueoka | 2021-07-04 | 1 | -1/+1 |
* | | Merge pull request #1202 from ueokande/dependabot/npm_and_yarn/typescript-4.3.5 | Shin'ya Ueoka | 2021-07-04 | 2 | -5/+5 |
|\ \ | |||||
| * | | Bump typescript from 4.3.2 to 4.3.5 | dependabot[bot] | 2021-07-04 | 2 | -5/+5 |
* | | | Merge pull request #1194 from ueokande/dependabot/npm_and_yarn/prettier-2.3.2 | Shin'ya Ueoka | 2021-07-04 | 25 | -88/+65 |
|\ \ \ | |/ / |/| | | |||||
| * | | yarn lint:fix | Shin'ya Ueoka | 2021-07-04 | 23 | -83/+60 |
| * | | Bump prettier from 2.2.1 to 2.3.2 | dependabot[bot] | 2021-07-04 | 2 | -5/+5 |
* | | | Merge pull request #1199 from ueokande/dependabot/npm_and_yarn/types/sinon-10... | Shin'ya Ueoka | 2021-07-04 | 2 | -6/+6 |
|\ \ \ | |||||
| * | | | Bump @types/sinon from 10.0.0 to 10.0.2 | dependabot[bot] | 2021-07-04 | 2 | -6/+6 |
| |/ / | |||||
* | | | Merge pull request #1200 from ueokande/dependabot/npm_and_yarn/types/react-do... | Shin'ya Ueoka | 2021-07-04 | 2 | -5/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Bump @types/react-dom from 17.0.5 to 17.0.8 | dependabot[bot] | 2021-07-04 | 2 | -5/+5 |
|/ / | |||||
* | | Merge pull request #1201 from ueokande/dependabot/npm_and_yarn/types/styled-c... | Shin'ya Ueoka | 2021-07-04 | 2 | -5/+5 |
|\ \ | |||||
| * | | Bump @types/styled-components from 5.1.9 to 5.1.11 | dependabot[bot] | 2021-07-04 | 2 | -41/+42 |
* | | | Merge pull request #1197 from ueokande/dependabot/npm_and_yarn/eslint-7.30.0 | Shin'ya Ueoka | 2021-07-04 | 2 | -48/+65 |
|\ \ \ |