aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Expand)AuthorAgeFilesLines
* shortcut to view page sourceemlow2018-04-011-0/+5
* 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
| * Previous selected tab based on tab events onlyDaniel Campoverde2017-11-261-35/+1
| * Use tab-change event handlerDaniel Campoverde2017-11-261-2/+14
| * Keep current en previous tabs idDaniel Campoverde2017-11-261-7/+15
| * Format lines to 80 charsDaniel Campoverde2017-11-261-5/+6
| * Clean selectPrevSelTabDaniel Campoverde2017-11-261-6/+3
| * Keep previous selected tabDaniel Campoverde2017-11-261-9/+25
| * Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-262-2/+18
* | implement set optionShin'ya Ueoka2018-01-112-6/+22
* | move commands to background actionShin'ya Ueoka2018-01-112-1/+64
* | add set property action in backgroundShin'ya Ueoka2018-01-103-2/+18
* | separate setting actions and reducersShin'ya Ueoka2018-01-086-5/+39
* | Merge pull request #221 from kleschenko/fixed_completionShin'ya Ueoka2017-12-221-1/+0
|\ \
| * | Fix history completion to show most frequent results first.Kostyantyn Leschenko2017-11-201-1/+0
| |/
* / Fix buffers completion when there are some tabs with undefined title.Kostyantyn Leschenko2017-11-201-1/+1
|/
* first find implementationShin'ya Ueoka2017-11-111-5/+1
* show find in consoleShin'ya Ueoka2017-11-111-0/+4
* add support for duplicating current tabusk2017-11-072-1/+7
* code reviewJiabo Hou2017-11-052-7/+11
* added support for pinning/unpinning tabsJiabo Hou2017-11-052-1/+19
* Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-052-1/+19
|\
| * Add TAB_LAST operationDaniel Campoverde2017-10-292-8/+9
| * Clean up TAB_FIRST operationDaniel Campoverde2017-10-292-3/+3
| * Fix selectFirstTabDaniel Campoverde2017-10-291-2/+4
| * Default TAB_FIRST mappingDaniel Campoverde2017-10-291-1/+1
| * Add TAB_FIRST operationDaniel Campoverde2017-10-292-0/+15
* | Remove update propagationShin'ya Ueoka2017-10-311-0/+0
|/
* index reducer in backgroundShin'ya Ueoka2017-10-143-12/+18
* fix errors on tabs selectionShin'ya Ueoka2017-10-101-2/+2
* fix tab selectionShin'ya Ueoka2017-10-101-2/+2
* fix degrateShin'ya Ueoka2017-10-091-2/+2
* parse json in settingsShin'ya Ueoka2017-10-092-10/+2
* use mode in console messageShin'ya Ueoka2017-10-082-1/+1
* support w/W commandShin'ya Ueoka2017-10-081-0/+6
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
* move backgroundShin'ya Ueoka2017-10-085-2/+142
* separate settingsShin'ya Ueoka2017-10-081-1/+1
* move messages to sharedShin'ya Ueoka2017-10-081-1/+1
* store input keys in content scriptShin'ya Ueoka2017-10-071-3/+0
* fix console errorsShin'ya Ueoka2017-10-071-2/+5
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-061-9/+0