aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Fix quitall commandShin'ya Ueoka2018-07-281-2/+2
* Empty buf completionShin'ya Ueoka2018-07-281-0/+3
* Catch errors on backgroundShin'ya Ueoka2018-07-281-4/+2
* Fix last tab is undefinedShin'ya Ueoka2018-07-282-2/+8
* Rename classShin'ya Ueoka2018-07-281-2/+2
* Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-281-2/+6
* Use replace instead of trimStartShin'ya Ueoka2018-07-281-2/+7
* Clean old codesShin'ya Ueoka2018-07-2825-1092/+2
* Background operation as Clean ArchitectureShin'ya Ueoka2018-07-287-3/+318
* Complete set propertiesShin'ya Ueoka2018-07-271-2/+35
* Implement set-commandShin'ya Ueoka2018-07-274-26/+71
* [wip] implement command usecasesShin'ya Ueoka2018-07-2610-49/+291
* Open link as Clean ArchitectureShin'ya Ueoka2018-07-225-12/+73
* Indicator as Clean ArchitectureShin'ya Ueoka2018-07-227-2/+77
* TabPresenterShin'ya Ueoka2018-07-222-4/+4
* Search engine completionsShin'ya Ueoka2018-07-221-24/+46