aboutsummaryrefslogtreecommitdiff
path: root/src/background
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
| * 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
|
* fix imports in srcShin'ya Ueoka2017-10-051-7/+7
|
* use createStore short-hand methodShin'ya Ueoka2017-10-041-9/+9
|
* BackgroundInputComponentShin'ya Ueoka2017-10-012-71/+4
|
* BackgroundComponentShin'ya Ueoka2017-10-011-36/+5
|
* search settings in storeShin'ya Ueoka2017-10-011-21/+17
|
* load default settingsShin'ya Ueoka2017-10-012-40/+7
|
* move messages to contentShin'ya Ueoka2017-09-301-1/+1
|
* reload settings on settings changedShin'ya Ueoka2017-09-301-16/+11
|
* Initialize default settings on backgroundShin'ya Ueoka2017-09-302-2/+46
|
* load keymaps from storageShin'ya Ueoka2017-09-302-43/+19
|
* clean operation definitionsShin'ya Ueoka2017-09-251-14/+14
|
* support t/T command and fix alter modeShin'ya Ueoka2017-09-251-0/+2
|
* filter closed pathShin'ya Ueoka2017-09-181-0/+16
|
* sory by urlShin'ya Ueoka2017-09-181-0/+1
|
* use shortest link on suggestion filterShin'ya Ueoka2017-09-181-3/+2
|
* fix history rangeShin'ya Ueoka2017-09-181-1/+1
|
* fix for lintShin'ya Ueoka2017-09-171-12/+13
|
* filter empty titleShin'ya Ueoka2017-09-171-2/+46
|
* drop http history if https if in historiesShin'ya Ueoka2017-09-171-1/+14
|
* complete histoly simplyShin'ya Ueoka2017-09-171-0/+10
|
* allow to open link in new tabShin'ya Ueoka2017-09-171-0/+8
|
* implement go-root commandShin'ya Ueoka2017-09-171-0/+1
|
* implement go-parent commandShin'ya Ueoka2017-09-171-0/+1
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+2
|