aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix tab completionsShin'ya Ueoka2018-05-124-25/+31
* Add bdlete/bdelete! commandsShin'ya Ueoka2018-05-123-1/+50
* Add bdeletes! comandShin'ya Ueoka2018-05-123-1/+12
* Add :bdeletes commandShin'ya Ueoka2018-05-123-1/+12
* Merge pull request #348 from luanpotter/q_command_close_tabShin'ya Ueoka2018-05-101-0/+9
|\
| * implement :q to close tabLuan Nico2018-02-221-0/+9
* | Merge pull request #388 from ueokande/create-bookmarksShin'ya Ueoka2018-05-106-2/+41
|\ \
| * | Fix bookmarkShin'ya Ueoka2018-05-081-2/+14
| * | Add command.show.addbookmark operationShin'ya Ueoka2018-05-083-0/+7
| * | addbookmark commandShin'ya Ueoka2018-05-083-2/+22
* | | change "Plane" to "Plain"Vibhor Kumar2018-05-091-1/+1
|/ /
* | limit history itemsShin'ya Ueoka2018-05-081-1/+1
* | Open URLs from bookmarksShin'ya Ueoka2018-05-072-1/+36
* | Get completion items as PromisesShin'ya Ueoka2018-05-061-8/+19
* | update indicator on loadedShin'ya Ueoka2018-05-062-1/+3
* | Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-063-1/+12
* | Indicator shows the add-on enabledShin'ya Ueoka2018-05-066-3/+80
* | Previous selected tab as reduxShin'ya Ueoka2018-05-068-15/+64
* | Refactor background directoriesShin'ya Ueoka2018-05-069-21/+19
* | OperationComponentShin'ya Ueoka2018-05-064-97/+116