Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synchronize settings via Firefox Sync | Shin'ya Ueoka | 2020-02-03 | 4 | -11/+46 |
* | Rename setting repositories and refactor | Shin'ya Ueoka | 2020-02-03 | 7 | -23/+30 |
* | Update typescript | Shin'ya Ueoka | 2019-12-22 | 1 | -1/+2 |
* | npm run lint:fix | Shin'ya Ueoka | 2019-12-22 | 29 | -171/+171 |
* | Rename count to repeat | Shin'ya Ueoka | 2019-12-21 | 2 | -5/+5 |
* | Add numeric prefix to repeat a command | Shin'ya Ueoka | 2019-12-21 | 2 | -85/+99 |
* | Rename valueOf to fromJSON | Shin'ya UEOKA | 2019-10-07 | 1 | -1/+1 |
* | Make Settings class | Shin'ya UEOKA | 2019-10-06 | 4 | -8/+6 |
* | Make Properties class | Shin'ya UEOKA | 2019-10-06 | 3 | -6/+6 |
* | Make Keymap class | Shin'ya UEOKA | 2019-10-06 | 2 | -5/+8 |
* | Add :help command to open help | Shin'ya UEOKA | 2019-10-01 | 4 | -1/+21 |
* | Fix type checkings | Shin'ya UEOKA | 2019-08-29 | 1 | -4/+4 |
* | 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 | 2 | -2/+13 |
* | Merge pull request #622 from ueokande/fallback-default-settings | Shin'ya Ueoka | 2019-08-05 | 3 | -15/+32 |
|\ | |||||
| * | Distinct notification IDs | Shin'ya Ueoka | 2019-08-01 | 2 | -20/+18 |
| * | Handle errors on loading settings | Shin'ya Ueoka | 2019-07-30 | 3 | -6/+25 |
* | | tabs.close: rename selectLeft (boolean) -> select ("left" | "right") | chocolateboy | 2019-07-31 | 1 | -1/+1 |
* | | Add an option to close the current tab and select the tab to the left | chocolateboy | 2019-07-28 | 2 | -2/+6 |
|/ | |||||
* | Fix completion order | Shin'ya UEOKA | 2019-05-26 | 1 | -1/+4 |
* | Repeat open, tabopen and winopen command | Shin'ya Ueoka | 2019-05-25 | 4 | -0/+36 |
* | Repeat last operation | Shin'ya Ueoka | 2019-05-25 | 3 | -1/+89 |
* | NavigateUseCase TabPresenter | Shin'ya Ueoka | 2019-05-24 | 2 | -3/+5 |
* | Move open parent and open root to background | Shin'ya Ueoka | 2019-05-24 | 3 | -5/+26 |
* | Move some navigation operations to background | Shin'ya Ueoka | 2019-05-23 | 3 | -0/+79 |
* | Use @typescript-eslint/semi rule | Shin'ya Ueoka | 2019-05-22 | 3 | -3/+0 |
* | Use TSyringe on background script | Shin'ya Ueoka | 2019-05-19 | 36 | -200/+208 |
* | Fix failed CircleCI | Shin'ya Ueoka | 2019-05-19 | 3 | -11/+18 |
* | Merge pull request #587 from ueokande/refactor-content | Shin'ya Ueoka | 2019-05-19 | 1 | -3/+3 |
|\ | |||||
| * | Make addon-enabled as a clean architecture | Shin'ya Ueoka | 2019-05-10 | 1 | -3/+3 |
* | | 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 |
* | | Fix setIcon warning on Android | robsmith11 | 2019-05-17 | 1 | -1/+7 |
|/ | |||||
* | src/content | Shin'ya Ueoka | 2019-05-07 | 1 | -1/+1 |
* | src/content | Shin'ya Ueoka | 2019-05-06 | 4 | -12/+29 |
* | Declare setting types | Shin'ya Ueoka | 2019-05-06 | 9 | -106/+74 |
* | Types src/content | Shin'ya Ueoka | 2019-05-05 | 8 | -17/+27 |
* | Types on src/console | Shin'ya Ueoka | 2019-05-02 | 1 | -5/+7 |
* | Types on src/background | Shin'ya Ueoka | 2019-05-02 | 44 | -374/+445 |
* | Rename .js/.jsx to .ts/.tsx | Shin'ya Ueoka | 2019-05-02 | 46 | -0/+0 |
* | Fix webpack | Shin'ya Ueoka | 2019-04-30 | 1 | -3/+3 |
* | Relaod settings on local storage changed instead of message | Shin'ya Ueoka | 2019-04-14 | 2 | -7/+10 |
* | Show popup when installed or updated | Shin'ya Ueoka | 2019-02-25 | 1 | -1/+4 |
* | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 5 | -26/+27 |
* | Ignore about: tabs on broadcast | Shin'ya Ueoka | 2019-02-24 | 1 | -0/+3 |
* | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 8 | -237/+278 |
* | Remove unused methods | Shin'ya Ueoka | 2019-02-24 | 2 | -8/+0 |
* | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 46 | -240/+242 |
* | Correct spelling of WebExtensions | Elliot | 2019-02-06 | 1 | -1/+1 |
* | Show alert on opening about:home | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+4 |