aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-144-2/+20
| | |\ \ | | | | | | | | | | 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
| | | | |
| | | * | Default mapping for TAB_PREV_SEL operationDaniel Campoverde2017-11-261-1/+1
| | | | |
| | | * | Keep previous selected tabDaniel Campoverde2017-11-261-9/+25
| | | | |
| | | * | Dummy selectPrevSelTab implementationDaniel Campoverde2017-11-264-2/+20
| | | | |
| | * | | fix default propertiestShin'ya Ueoka2018-01-141-1/+3
| | | | |
| | * | | fix default settingsShin'ya Ueoka2018-01-141-2/+2
| | | |/ | | |/|
| | * | Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-135-2/+33
| | |\ \ | | | | | | | | | | open clipboard's URL in current/new tab
| | | * | open clipboard's URL in current/new tabusk2018-01-035-2/+33
| | | | |
| | * | | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-134-28/+55
| | | | |
| | * | | clean scrollsShin'ya Ueoka2018-01-131-38/+51
| | | | |
| | * | | add smoothscroll propertyShin'ya Ueoka2018-01-134-23/+36
| | | | |
| | * | | add smooth scrollShin'ya Ueoka2018-01-131-7/+50
| | | | |
| | * | | remove window from scrollsShin'ya Ueoka2018-01-132-37/+37
| | | | |
| | * | | support custom chars as hintcharsShin'ya Ueoka2018-01-112-12/+15
| | | | |
| | * | | implement set optionShin'ya Ueoka2018-01-112-6/+22
| | | | |
| | * | | fix property parserShin'ya Ueoka2018-01-111-1/+1
| | | | |
| | * | | move commands to background actionShin'ya Ueoka2018-01-115-64/+69
| | | | |
| | * | | add set property action in backgroundShin'ya Ueoka2018-01-103-2/+18
| | | | |
| | * | | separate setting actions and reducersShin'ya Ueoka2018-01-088-16/+77
| | | | |
| | * | | default propertiesShin'ya Ueoka2018-01-081-3/+4
| | | | |
| | * | | property parserShin'ya Ueoka2018-01-081-0/+31
| | | | |
| | * | | separate commandShin'ya Ueoka2018-01-083-86/+90
| | | | |
| | * | | default property valuesShin'ya Ueoka2018-01-085-12/+24
| | | | |
| | * | | Set default propertiesShin'ya Ueoka2018-01-081-0/+2
| | | | |
| | * | | Add PropertiesFormShin'ya Ueoka2018-01-053-0/+82
| | | | |
| | * | | add property to settingsShin'ya Ueoka2018-01-053-7/+34
| | | | |
| | * | | move settings validatorShin'ya Ueoka2018-01-052-1/+1
| | |/ /
| | * | Merge pull request #291 from ↵Shin'ya Ueoka2017-12-281-0/+16
| | |\ \ | | | | | | | | | | | | | | | | | | | | usk/feature/do-not-follow-link-which-has-aria-hidden-attribute-or-aria-disabled-attribute do not follow link which has aria-hidden attribute or aria-disabled a…
| | | * | do not follow link which has aria-hidden attribute or aria-disabled attributeusk2017-12-241-0/+16
| | | | |
| | * | | fix scroll settings typosl42017-12-281-2/+2
| | |/ /
| | * | 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
| | | | |
| | * | | Merge pull request #240 from chocolateboy/pagination-tweaksShin'ya Ueoka2017-11-301-22/+27
| | |\ \ \ | | | | | | | | | | | | Pagination tweaks and fixes
| | | * | | pagination tweaks and fixes:chocolateboy2017-11-231-22/+27
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fallback links: - select the last matching link rather than the first - use `innerText` rather than `textContent` - use a single regex for each pattern rather than an array - fix markup typo in test
| | * | | Merge pull request #252 from ollef/patch-1Shin'ya Ueoka2017-11-291-2/+2
| | |\ \ \ | | | | | | | | | | | | Use encodeURIComponent for search queries
| | | * | | Use encodeURIComponent for search queriesOlle Fredriksson2017-11-261-2/+2
| | | | |/ | | | |/| | | | | | Should fix issue #244.
| | * | | Merge pull request #222 from kleschenko/fix_buffers_completionShin'ya Ueoka2017-11-291-1/+1
| | |\ \ \ | | | | | | | | | | | | Fix buffers completion when there are some tabs with undefined title.
| | | * | | Fix buffers completion when there are some tabs with undefined title.Kostyantyn Leschenko2017-11-201-1/+1
| | | | |/ | | | |/|
| | * | | cancel migrate on failureShin'ya Ueoka2017-11-281-15/+41
| | | | |
| | * | | remove default form settingsShin'ya Ueoka2017-11-284-77/+24
| | | | |
| | * | | fix form key bindingsShin'ya Ueoka2017-11-262-2/+4
| | | | |
| | * | | fix form key bindingsShin'ya Ueoka2017-11-262-2/+6
| | | | |