aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Version as Clean ArchitectureShin'ya Ueoka2018-07-229-68/+92
* Find as clean architectureShin'ya Ueoka2018-07-225-7/+62
* Settings as clean architectureShin'ya Ueoka2018-07-2211-33/+176
* Clean and tests for filters on open commandShin'ya Ueoka2018-07-213-79/+86
* Complete open histories and bookmarksShin'ya Ueoka2018-07-213-3/+120
* Buffer completion on Clean ArchitectureShin'ya Ueoka2018-07-213-15/+47
* My First Clean ArchitectureShin'ya Ueoka2018-07-218-3/+185
* Move commands to background/sharedShin'ya Ueoka2018-07-214-2/+2
* Remove sender on dispatchShin'ya Ueoka2018-07-191-4/+2
* Replace flat with reduce-concatShin'ya Ueoka2018-07-131-1/+2
* fixShin'ya Ueoka2018-07-132-2/+2
* Fix error on no completion itemsShin'ya Ueoka2018-07-131-0/+3
* Fix command and property completionsShin'ya Ueoka2018-07-131-0/+7
* Complete set commandsShin'ya Ueoka2018-07-112-1/+44
* Complete console commandsShin'ya Ueoka2018-07-112-16/+36
* Move versions to backgroundShin'ya Ueoka2018-07-114-2/+2
* Use combineReducersShin'ya Ueoka2018-07-112-40/+16
* Fix commandShin'ya Ueoka2018-07-081-1/+1
* Clean settingShin'ya Ueoka2018-07-084-139/+106
* See you my reduxShin'ya Ueoka2018-07-082-68/+0
* Use official redux on settingsShin'ya Ueoka2018-07-081-4/+8
* Use official redux on backgroundShin'ya Ueoka2018-07-085-87/+144
* Use official redux on contentShin'ya Ueoka2018-07-089-54/+32
* blacklist as an utilShin'ya Ueoka2018-07-082-21/+23
* [wip] contentShin'ya Ueoka2018-07-086-58/+86
* Use pure redux on consoleShin'ya Ueoka2018-07-083-46/+53
* Fix lintShin'ya Ueoka2018-07-081-1/+1
* Merge pull request #402 from jvbrandaom/quit-all-commandShin'ya Ueoka2018-07-011-0/+11
|\
| * Adds command to close all tabsJoão Vitor Brandão2018-05-241-0/+11
* | Merge pull request #423 from ueokande/greenkeeper/eslint-5.0.1Shin'ya Ueoka2018-06-2819-98/+73
|\ \
| * | fix but failedShin'ya Ueoka2018-06-2819-98/+73
* | | fix bdelete/bdelete! commandsShin'ya Ueoka2018-06-251-2/+2
|/ /
* | Use await/async on shared directoryShin'ya Ueoka2018-06-173-33/+29
* | Use await/async on settingsShin'ya Ueoka2018-06-171-11/+8
* | Use async/await on content scriptShin'ya Ueoka2018-06-173-34/+32
* | Use async/await on backgroundShin'ya Ueoka2018-06-1712-305/+262
* | Fix no previous search keywordsShin'ya Ueoka2018-06-172-13/+9
* | SHow error if not previous keywordsShin'ya Ueoka2018-06-171-0/+13
* | Reopen a tab on only current tabShin'ya Ueoka2018-06-161-4/+8
* | Ignore cases for tab filteringShin'ya Ueoka2018-05-301-1/+2
* | Use queryByKeyword for tab operationsShin'ya Ueoka2018-05-302-33/+27
* | Check title nullShin'ya Ueoka2018-05-301-1/+1
|/
* Add commands to settings formShin'ya Ueoka2018-05-161-0/+2
* Fix quit commandShin'ya Ueoka2018-05-161-1/+3