aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #1267 from ueokande/move-to-jestShin'ya Ueoka2021-10-10157-3243/+3902
|\ \ | | | | | | Move to Jest
| * | Remove unused packagesShin'ya Ueoka2021-09-302-921/+63
| | |
| * | Do not use webextensions-api-fakeShin'ya Ueoka2021-09-301-6/+0
| | |
| * | Move mock library to jestShin'ya Ueoka2021-09-3028-610/+447
| | |
| * | Remove karma configShin'ya Ueoka2021-09-281-42/+0
| | |
| * | Move to jest on e2e testShin'ya Ueoka2021-09-2731-57/+71
| | |
| * | 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>