aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
...
* Repeat open, tabopen and winopen commandShin'ya Ueoka2019-05-254-0/+36
|
* Repeat last operationShin'ya Ueoka2019-05-253-1/+89
|
* NavigateUseCase TabPresenterShin'ya Ueoka2019-05-242-3/+5
|
* Move open parent and open root to backgroundShin'ya Ueoka2019-05-243-5/+26
|
* Move some navigation operations to backgroundShin'ya Ueoka2019-05-233-0/+79
|
* Use @typescript-eslint/semi ruleShin'ya Ueoka2019-05-223-3/+0
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-1936-200/+208
|
* Fix failed CircleCIShin'ya Ueoka2019-05-193-11/+18
|
* Merge pull request #587 from ueokande/refactor-contentShin'ya Ueoka2019-05-191-3/+3
|\ | | | | Refactor content scripts
| * Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-101-3/+3
| |
* | Fix openerTabId warning on Androidrobsmith112019-05-171-3/+4
| |
* | Fix history and bookmarks warnings on Androidrobsmith112019-05-171-2/+4
| |
* | Fix setIcon warning on Androidrobsmith112019-05-171-1/+7
|/
* src/contentShin'ya Ueoka2019-05-071-1/+1
|
* src/contentShin'ya Ueoka2019-05-064-12/+29
|
* Declare setting typesShin'ya Ueoka2019-05-069-106/+74
|
* Types src/contentShin'ya Ueoka2019-05-058-17/+27
|
* Types on src/consoleShin'ya Ueoka2019-05-021-5/+7
|
* Types on src/backgroundShin'ya Ueoka2019-05-0244-374/+445
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-0246-0/+0
|
* Fix webpackShin'ya Ueoka2019-04-301-3/+3
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-142-7/+10
|
* Show popup when installed or updatedShin'ya Ueoka2019-02-251-1/+4
|
* Use onInstalled eventShin'ya Ueoka2019-02-255-26/+27
|
* Ignore about: tabs on broadcastShin'ya Ueoka2019-02-241-0/+3
|
* Clean classes and repositoryShin'ya Ueoka2019-02-248-237/+278
|
* Remove unused methodsShin'ya Ueoka2019-02-242-8/+0
|
* Capitalize background scriptsShin'ya Ueoka2019-02-2446-240/+242
|
* Correct spelling of WebExtensionsElliot2019-02-061-1/+1
| | | Spelling as per https://wiki.mozilla.org/WebExtensions
* Show alert on opening about:homeShin'ya Ueoka2019-02-041-0/+4
|
* Remove openerTabId on gHShin'ya Ueoka2019-02-041-1/+1
|
* Close only unpinned tabs;Shin'ya Ueoka2018-12-271-1/+4
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-272-0/+14
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-093-1/+16
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-0/+22
|
* Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
|
* Remove adjacenttabShin'ya Ueoka2018-10-132-20/+1
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-124-6/+29
|
* Support global marks which select a tabShin'ya Ueoka2018-10-125-0/+110
|
* Add complete propertyShin'ya Ueoka2018-09-171-11/+22
|
* Limit bookmark items on completionShin'ya Ueoka2018-08-121-5/+6
|
* fix typo in the buffer command's descriptionChristian Fillion2018-08-091-1/+1
|
* Replace trimStartShin'ya UEOKA2018-08-071-4/+9
|
* Use adjacent tabShin'ya Ueoka2018-08-051-1/+1
|
* Add buffer flags on buffer command and completionShin'ya Ueoka2018-07-293-15/+61
|
* Select last tab on presenterShin'ya Ueoka2018-07-292-17/+26
|
* Search keywords on pasteShin'ya Ueoka2018-07-282-26/+3
|
* Fix error on keyword not foundShin'ya Ueoka2018-07-284-7/+11
|
* Error on consoleShin'ya Ueoka2018-07-282-2/+14
|
* Fix indicate return valuesShin'ya Ueoka2018-07-282-2/+2
|