aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Do not use chai on unit testShin'ya Ueoka2021-09-2696-772/+657
|
* Use jest on npm scriptShin'ya Ueoka2021-09-261-1/+1
|
* Use jest API and fix some testsShin'ya Ueoka2021-09-2612-57/+53
|
* Use jsdom environment on html testShin'ya Ueoka2021-09-2610-0/+40
|
* Fix mismatched signatureShin'ya Ueoka2021-09-264-10/+8
|
* Remove unused fileShin'ya Ueoka2021-09-263-8/+0
|
* Configure jestShin'ya Ueoka2021-09-261-0/+11
|
* Install webextensions-api-face@1.0.1Shin'ya Ueoka2021-09-262-7499/+7420
|
* Install jestShin'ya Ueoka2021-09-262-6077/+7948
|
* Release 1.2.3Shin'ya Ueoka2021-09-261-1/+1
|
* Merge pull request #1264 from ueokande/fix-establish-connection-issueShin'ya Ueoka2021-09-2618-175/+338
|\ | | | | Search a content from frames successfully loaded
| * Remove webNavigation permissionShin'ya Ueoka2021-09-251-2/+1
| |
| * Discover frames on search by count of connectionsShin'ya Ueoka2021-09-255-42/+31
| | | | | | | | | | | | | | | | When a tab switches pages quickly, a disconnect event on top frame is sometime delivered after second connect event. In addition, `tabs.onUpdated()` event is independent on port connection event. Now the background script finds alive frames by only port connection.
| * Sort frame IDsShin'ya Ueoka2021-09-252-2/+3
| |
| * Create find targets by port connectionsShin'ya Ueoka2021-09-2513-161/+207
| |
| * Search a content from frames successfully loadedShin'ya Ueoka2021-09-2314-42/+170
|/
* Release 1.2.2Shin'ya Ueoka2021-08-041-1/+1
|
* Merge pull request #1213 from ueokande/cross-frame-searchShin'ya Ueoka2021-07-2947-553/+1199
|\ | | | | Cross frame search
| * Fix e2e testShin'ya Ueoka2021-07-271-18/+36
| |
| * Add tests to findShin'ya Ueoka2021-07-279-283/+532
| |
| * Add toggleReaderMode to MockTabPresenterShin'ya Ueoka2021-07-271-0/+4
| |
| * Implement backwards findShin'ya Ueoka2021-07-052-6/+95
| |
| * Implement FindNextOperatorShin'ya Ueoka2021-07-0527-12/+886
| |
| * Return a value to background scriptShin'ya Ueoka2021-07-052-11/+10
| | | | | | | | | | | | This change makes the content script able to return a value to the background script by the following steps: 1) receive messages in a single listener, 2) return value with Promise in `onMessage`.
| * Show caught error on message listenerShin'ya Ueoka2021-07-051-0/+2
| |
| * Remove legacy findShin'ya Ueoka2021-07-0523-594/+0
| |
| * Implement missing method in mockShin'ya Ueoka2021-07-051-0/+4
| |
| * Add webNavigation to retrieve frames in a tabShin'ya Ueoka2021-07-051-1/+2
| |
* | Merge pull request #1206 from ↵Shin'ya Ueoka2021-07-052-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/styled-components-5.3.0 Bump styled-components from 5.2.3 to 5.3.0
| * | Bump styled-components from 5.2.3 to 5.3.0dependabot[bot]2021-07-052-5/+5
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [styled-components](https://github.com/styled-components/styled-components) from 5.2.3 to 5.3.0. - [Release notes](https://github.com/styled-components/styled-components/releases) - [Changelog](https://github.com/styled-components/styled-components/blob/main/CHANGELOG.md) - [Commits](https://github.com/styled-components/styled-components/compare/v5.2.3...v5.3.0) --- updated-dependencies: - dependency-name: styled-components dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1205 from ueokande/dependabot/npm_and_yarn/mocha-9.0.2Shin'ya Ueoka2021-07-052-34/+34
|\ \ | |/ |/| Bump mocha from 9.0.1 to 9.0.2
| * Bump mocha from 9.0.1 to 9.0.2dependabot[bot]2021-07-052-34/+34
|/ | | | | | | | | | | | | | | Bumps [mocha](https://github.com/mochajs/mocha) from 9.0.1 to 9.0.2. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](https://github.com/mochajs/mocha/compare/v9.0.1...v9.0.2) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Release 1.2.1Shin'ya Ueoka2021-07-041-1/+1
|
* Merge pull request #1204 from ueokande/fix-keyword-pasteShin'ya Ueoka2021-07-041-1/+1
|\ | | | | Read clipboard from textarea element's value
| * Read clipboard from textarea element's valueShin'ya Ueoka2021-07-041-1/+1
| |
* | Merge pull request #1202 from ueokande/dependabot/npm_and_yarn/typescript-4.3.5Shin'ya Ueoka2021-07-042-5/+5
|\ \ | | | | | | Bump typescript from 4.3.2 to 4.3.5
| * | Bump typescript from 4.3.2 to 4.3.5dependabot[bot]2021-07-042-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1194 from ueokande/dependabot/npm_and_yarn/prettier-2.3.2Shin'ya Ueoka2021-07-0425-88/+65
|\ \ \ | |/ / |/| | Bump prettier from 2.2.1 to 2.3.2
| * | yarn lint:fixShin'ya Ueoka2021-07-0423-83/+60
| | |
| * | Bump prettier from 2.2.1 to 2.3.2dependabot[bot]2021-07-042-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.2. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/2.2.1...2.3.2) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1199 from ↵Shin'ya Ueoka2021-07-042-6/+6
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/sinon-10.0.2 Bump @types/sinon from 10.0.0 to 10.0.2
| * | | Bump @types/sinon from 10.0.0 to 10.0.2dependabot[bot]2021-07-042-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.0 to 10.0.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/sinon) --- updated-dependencies: - dependency-name: "@types/sinon" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1200 from ↵Shin'ya Ueoka2021-07-042-5/+5
|\ \ \ | |/ / |/| | | | | | | | ueokande/dependabot/npm_and_yarn/types/react-dom-17.0.8 Bump @types/react-dom from 17.0.5 to 17.0.8
| * | Bump @types/react-dom from 17.0.5 to 17.0.8dependabot[bot]2021-07-042-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.5 to 17.0.8. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) --- updated-dependencies: - dependency-name: "@types/react-dom" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1201 from ↵Shin'ya Ueoka2021-07-042-5/+5
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/styled-components-5.1.11 Bump @types/styled-components from 5.1.9 to 5.1.11
| * | Bump @types/styled-components from 5.1.9 to 5.1.11dependabot[bot]2021-07-042-41/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 5.1.9 to 5.1.11. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components) --- updated-dependencies: - dependency-name: "@types/styled-components" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1197 from ueokande/dependabot/npm_and_yarn/eslint-7.30.0Shin'ya Ueoka2021-07-042-48/+65
|\ \ \ | | | | | | | | Bump eslint from 7.26.0 to 7.30.0
| * | | Bump eslint from 7.26.0 to 7.30.0dependabot[bot]2021-07-042-48/+65
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint](https://github.com/eslint/eslint) from 7.26.0 to 7.30.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.26.0...v7.30.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1196 from ↵Shin'ya Ueoka2021-07-042-5/+5
|\ \ \ | | | | | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/react-17.0.13 Bump @types/react from 17.0.4 to 17.0.13
| * | | Bump @types/react from 17.0.4 to 17.0.13dependabot[bot]2021-07-022-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.4 to 17.0.13. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>