aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | 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 tabs
| * Adds command to close all tabsJoão Vitor Brandão2018-05-241-0/+11
| | | | | | | | Type :qa or :quitall to close all tabs
* | Merge pull request #423 from ueokande/greenkeeper/eslint-5.0.1Shin'ya Ueoka2018-06-2819-98/+73
|\ \ | | | | | | Update eslint
| * | 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
| |