aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #348 from luanpotter/q_command_close_tabShin'ya Ueoka2018-05-101-0/+9
|\ | | | | implement :q to close tab
| * 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
|\ \ | | | | | | Add shortcut to view page source
| * | 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
| | | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
| * Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-142-2/+18
| |\ | | | | | | Most recently used tab selector
| | * 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.
| | * | 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
| |/
* / Open adjacent tabs and background tabsErwan Ameil2017-11-162-6/+3
|/
* 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
| | | | | * change default keybinding for pin/unpin tab from 'p' to 'zp' * use toggleTabPinned to toggle the tab pinned state, instead of updateTabPinned
* added support for pinning/unpinning tabsJiabo Hou2017-11-052-1/+19
| | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-052-1/+19
|\ | | | | Add Tabs first/last selectors
| * Add TAB_LAST operationDaniel Campoverde2017-10-292-8/+9
| |
| * Clean up TAB_FIRST operationDaniel Campoverde2017-10-292-3/+3
| |