aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* code reviewJiabo Hou2017-11-053-8/+12
| | | | | * 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-054-1/+23
| | | | | | | features: * pin tab * unpin tab * toggle pin/unpin tab
* Merge pull request #113 from alx741/tabsShin'ya Ueoka2017-11-054-1/+23
|\ | | | | Add Tabs first/last selectors
| * Add TAB_LAST operationDaniel Campoverde2017-10-294-9/+12
| |
| * Clean up TAB_FIRST operationDaniel Campoverde2017-10-293-4/+4
| |
| * Fix selectFirstTabDaniel Campoverde2017-10-291-2/+4
| |
| * Default TAB_FIRST mappingDaniel Campoverde2017-10-292-1/+2
| |
| * Add TAB_FIRST operationDaniel Campoverde2017-10-293-0/+16
| |
* | fix settings reload on contentShin'ya Ueoka2017-11-051-0/+2
| |
* | fix plugin loadShin'ya Ueoka2017-11-052-1/+7
| |
* | Merge pull request #126 from ueokande/69-fix-completion-navigateShin'ya Ueoka2017-11-021-13/+4
|\ \ | | | | | | fix completion navigate
| * | remove comparison with previous valueShin'ya Ueoka2017-11-021-9/+1
| | |
| * | fix completion navigateShin'ya Ueoka2017-10-301-8/+7
| |/
* | support following area tagsShin'ya Ueoka2017-10-313-10/+104
| |
* | rename to follow-controllerShin'ya Ueoka2017-10-315-23/+24
| |
* | Remove update propagationShin'ya Ueoka2017-10-3112-57/+23
|/
* scroll html and body preferentiallyShin'ya Ueoka2017-10-291-7/+13
|
* fix page scrollShin'ya Ueoka2017-10-251-2/+2
|
* allow to open target='_blank' linkShin'ya Ueoka2017-10-251-3/+4
|
* scroll first scrollable elmentShin'ya Ueoka2017-10-241-27/+92
|
* follow [tabindex]Shin'ya Ueoka2017-10-231-1/+3
| | | | the [tabindex] elements are used in gmail
* dom helperShin'ya Ueoka2017-10-233-6/+18
|
* add blacklist settingShin'ya Ueoka2017-10-223-2/+32
|
* add setting actions in contentShin'ya Ueoka2017-10-228-25/+43
|
* change default keymapShin'ya Ueoka2017-10-211-1/+2
|
* enable/disable addon by keysShin'ya Ueoka2017-10-214-0/+27
|
* add addon actionsShin'ya Ueoka2017-10-213-0/+43
|
* support shift modifierShin'ya Ueoka2017-10-211-1/+12
|
* emit mapped keys from input-componentShin'ya Ueoka2017-10-214-14/+16
|
* cleanShin'ya Ueoka2017-10-211-6/+3
|
* force console focusShin'ya Ueoka2017-10-191-0/+2
|
* remove message propagationShin'ya Ueoka2017-10-188-22/+37
|
* fix settings reloadShin'ya Ueoka2017-10-172-3/+3
|
* reset prevValue on console on shownShin'ya Ueoka2017-10-171-0/+1
|
* follow links for multi-frames in viewportShin'ya Ueoka2017-10-152-12/+37
|
* support multi-frame followingShin'ya Ueoka2017-10-1511-95/+234
|
* make top-content component and frame-content componentShin'ya Ueoka2017-10-159-72/+98
|
* console only top windowShin'ya Ueoka2017-10-151-14/+38
|
* index reducer in backgroundShin'ya Ueoka2017-10-143-12/+18
|
* load content script all_frames and click linkShin'ya Ueoka2017-10-141-24/+20
|
* get hints from windowShin'ya Ueoka2017-10-142-12/+12
|
* move hint componentShin'ya Ueoka2017-10-143-1/+1
|
* fix follow for contenteditableShin'ya Ueoka2017-10-121-1/+8
|
* ignore events from contenteditableShin'ya Ueoka2017-10-121-1/+5
|
* follow link in new tabShin'ya Ueoka2017-10-111-1/+1
|
* fix buffer commandsShin'ya Ueoka2017-10-111-3/+7
|
* fix word splitter in completionShin'ya Ueoka2017-10-111-7/+17
|
* fix word splitter in commandShin'ya Ueoka2017-10-111-15/+19
|
* fix errors on tabs selectionShin'ya Ueoka2017-10-101-2/+2
|
* ignore meta keys on inputShin'ya Ueoka2017-10-101-1/+2
|