Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Discover frames on search by count of connections | Shin'ya Ueoka | 2021-09-25 | 1 | -18/+0 |
| | | | | | | | | 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. | ||||
* | Create find targets by port connections | Shin'ya Ueoka | 2021-09-25 | 1 | -8/+3 |
| | |||||
* | Search a content from frames successfully loaded | Shin'ya Ueoka | 2021-09-23 | 2 | -4/+26 |
| | |||||
* | Implement FindNextOperator | Shin'ya Ueoka | 2021-07-05 | 1 | -0/+57 |
| | |||||
* | Remove legacy find | Shin'ya Ueoka | 2021-07-05 | 1 | -15/+0 |
| | |||||
* | Improve an error message on invalid settings | Shin'ya Ueoka | 2021-05-09 | 1 | -1/+1 |
| | |||||
* | update releases URL to match new versioning scheme | Cihan Demirci | 2021-03-28 | 1 | -1/+1 |
| | |||||
* | Send resize message to the sender tab instead of the current tab. | Shin'ya Ueoka | 2021-03-28 | 1 | -8/+1 |
| | | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization. | ||||
* | Move classes to a correct directory | Shin'ya Ueoka | 2021-03-28 | 1 | -0/+21 |
| | |||||
* | Specific return type | Shin'ya Ueoka | 2021-03-14 | 4 | -15/+15 |
| | |||||
* | Remove unused classes | Shin'ya Ueoka | 2020-12-09 | 9 | -407/+4 |
| | |||||
* | Make WindowPresenter interface | Shin'ya Ueoka | 2020-12-09 | 2 | -1/+3 |
| | |||||
* | Make background operator as an operator | Shin'ya Ueoka | 2020-12-09 | 8 | -25/+100 |
| | |||||
* | Enable @typescript-eslint/no-extra-non-null-assertion | Shin'ya Ueoka | 2020-08-11 | 2 | -7/+7 |
| | |||||
* | Use plugin:prettier/recommended | Shin'ya Ueoka | 2020-04-13 | 14 | -188/+198 |
| | |||||
* | Clean unused code | Shin'ya Ueoka | 2020-03-29 | 1 | -205/+0 |
| | |||||
* | Complete tabs by the completion packages | Shin'ya Ueoka | 2020-03-28 | 12 | -24/+24 |
| | |||||
* | Use new completion use-case on current use-case (aliased) | Shin'ya Ueoka | 2020-03-26 | 2 | -111/+20 |
| | |||||
* | Add SettingUseCase tests | Shin'ya Ueoka | 2020-02-09 | 4 | -23/+22 |
| | |||||
* | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 1 | -6/+17 |
| | |||||
* | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 3 | -13/+12 |
| | |||||
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 |
| | |||||
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 14 | -124/+124 |
| | |||||
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 2 | -4/+4 |
| | |||||
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 1 | -1/+7 |
| | |||||
* | Fix undefined checking on operation parameter | Shin'ya Ueoka | 2019-08-28 | 1 | -4/+14 |
| | |||||
* | Open options page on banner click | Shin'ya Ueoka | 2019-08-20 | 1 | -1/+3 |
| | |||||
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 2 | -5/+11 |
|\ | | | | | Handle errors on loading settings | ||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 1 | -1/+1 |
| | | |||||
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 2 | -5/+11 |
| | | | | | | | | | | | | | | The error on loading settings can occurs when the settings lose backward compatibility on version up, or the saved date is broken. The error is caught, then the script done fallback to default settings and notify it to user. | ||||
* | | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 1 | -1/+5 |
|/ | | | | | | | | | | | | | | Add an option to tabs.close to close the current tab and select the tab to the left. Bound to `D` by default, which replaces the tabs.close.right command, which is rarely-used. [1] The old `D` behavior has been moved to `gd`. + update the README and fix some lint errors [1] https://tinyurl.com/y4mj7hjy | ||||
* | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
| | |||||
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 3 | -0/+33 |
| | |||||
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 1 | -0/+49 |
| | |||||
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 1 | -4/+21 |
| | |||||
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 1 | -0/+40 |
| | |||||
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 12 | -106/+80 |
| | |||||
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 2 | -6/+13 |
| | |||||
* | Fix openerTabId warning on Android | robsmith11 | 2019-05-17 | 1 | -3/+4 |
| | |||||
* | Fix history and bookmarks warnings on Android | robsmith11 | 2019-05-17 | 1 | -2/+4 |
| | |||||
* | src/content | Shin'ya Ueoka | 2019-05-06 | 3 | -12/+13 |
| | |||||
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 4 | -38/+37 |
| | |||||
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 1 | -1/+1 |
| | |||||
* | Types on src/console | Shin'ya Ueoka | 2019-05-02 | 1 | -5/+7 |
| | |||||
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 14 | -168/+243 |
| | |||||
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 14 | -0/+0 |
| | |||||
* | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 1 | -22/+7 |
| | |||||
* | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 6 | -208/+233 |
| |