aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Bump @types/selenium-webdriver from 4.0.12 to 4.0.16dependabot[bot]2021-10-252-5/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/selenium-webdriver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/selenium-webdriver) from 4.0.12 to 4.0.16. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/selenium-webdriver) --- updated-dependencies: - dependency-name: "@types/selenium-webdriver" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | Merge pull request #1297 from ↵Shin'ya Ueoka2022-02-012-5/+5
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | ueokande/dependabot/npm_and_yarn/types/react-dom-17.0.11 Bump @types/react-dom from 17.0.8 to 17.0.11
| * | | Bump @types/react-dom from 17.0.8 to 17.0.11dependabot[bot]2021-11-042-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 17.0.8 to 17.0.11. - [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 #1342 from ueokande/dependabot/npm_and_yarn/webpack-5.67.0Shin'ya Ueoka2022-01-313-1917/+347
|\ \ \ | |/ / |/| | Bump webpack from 4.46.0 to 5.67.0
| * | Migrate to webpack v5Shin'ya Ueoka2022-01-311-26/+26
| | |
| * | Bump webpack from 4.46.0 to 5.67.0dependabot[bot]2022-01-242-1891/+321
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.67.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.46.0...v5.67.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1269 from ↵Shin'ya Ueoka2021-10-102-40/+129
|\ \ | | | | | | | | | | | | ueokande/dependabot/npm_and_yarn/eslint-plugin-react-7.26.1 Bump eslint-plugin-react from 7.23.2 to 7.26.1
| * | Bump eslint-plugin-react from 7.23.2 to 7.26.1dependabot[bot]2021-10-102-40/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react) from 7.23.2 to 7.26.1. - [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases) - [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.26.1) --- updated-dependencies: - dependency-name: eslint-plugin-react dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #1272 from ueokande/dependabot/npm_and_yarn/webpack-cli-4.9.0Shin'ya Ueoka2021-10-102-22/+27
|\ \ \ | |/ / |/| | Bump webpack-cli from 4.7.0 to 4.9.0
| * | Bump webpack-cli from 4.7.0 to 4.9.0dependabot[bot]2021-10-102-22/+27
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.7.0 to 4.9.0. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@4.7.0...webpack-cli@4.9.0) --- updated-dependencies: - dependency-name: webpack-cli dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | 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