aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Expand)AuthorAgeFilesLines
...
* Fix command and property completionsShin'ya Ueoka2018-07-131-0/+7
* Complete set commandsShin'ya Ueoka2018-07-111-0/+37
* Complete console commandsShin'ya Ueoka2018-07-111-16/+25
* Move versions to backgroundShin'ya Ueoka2018-07-114-1/+57
* Use combineReducersShin'ya Ueoka2018-07-111-16/+7
* Fix commandShin'ya Ueoka2018-07-081-1/+1
* Use official redux on backgroundShin'ya Ueoka2018-07-085-87/+144
* 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-284-11/+7
|\ \
| * | fix but failedShin'ya Ueoka2018-06-284-11/+7
* | | fix bdelete/bdelete! commandsShin'ya Ueoka2018-06-251-2/+2
|/ /
* | Use async/await on backgroundShin'ya Ueoka2018-06-1712-305/+262
* | 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
|/
* 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
* | Fix bookmarkShin'ya Ueoka2018-05-081-2/+14
* | Add command.show.addbookmark operationShin'ya Ueoka2018-05-081-0/+5
* | addbookmark commandShin'ya Ueoka2018-05-083-2/+22
* | 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
* | Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-061-0/+7
* | Indicator shows the add-on enabledShin'ya Ueoka2018-05-063-3/+56
* | Previous selected tab as reduxShin'ya Ueoka2018-05-068-15/+64
* | Refactor background directoriesShin'ya Ueoka2018-05-068-15/+100
* | OperationComponentShin'ya Ueoka2018-05-064-97/+116
* | Merge pull request #368 from emlow/issue-279Shin'ya Ueoka2018-05-051-0/+6
|\ \
| * | Use openerTabId for view-sourceShin'ya Ueoka2018-05-051-1/+2
| * | shortcut to view page sourceemlow2018-04-011-0/+5
* | | Notify when updatedShin'ya Ueoka2018-05-051-0/+10
* | | Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-0113-20/+236
|\| |
| * | add global find keywordShin'ya Ueoka2018-03-075-0/+40
| * | hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-0/+4
| * | set opener tab idShin'ya Ueoka2018-02-202-3/+3
| |/
| * Fixed few lint errorsCornelius Matějka2018-01-141-2/+2
| * Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-142-3/+14
| * Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-142-2/+18
| |\
| | * Remove unused variablesDaniel Campoverde2017-11-261-1/+1
| | * Fix visible links testDaniel Campoverde2017-11-261-2/+4
| | * Fix linter errorDaniel Campoverde2017-11-261-4/+2