aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * add util to wait for tab loadingShin'ya Ueoka2018-02-121-0/+18
| |
| * add simple web serverShin'ya Ueoka2018-02-041-0/+14
| |
| * first webextension testShin'ya Ueoka2018-02-0410-0/+149
| |
| * ambassadorShin'ya Ueoka2018-02-041-1/+1
| |
| * add lint targetShin'ya Ueoka2018-02-041-1/+1
| |
| * ambassadorShin'ya Ueoka2018-02-041-2/+2
| |
| * add test:e2eShin'ya Ueoka2018-02-042-0/+42
| |
| * ambassadorShin'ya Ueoka2018-02-042-1/+28
| |
| * add ambassador extensionShin'ya Ueoka2018-02-045-1/+41
| |
| * add karma-webext-launcherShin'ya Ueoka2018-02-031-0/+53
| |
| * install web-extShin'ya Ueoka2018-02-032-11/+3274
| |
* | Merge pull request #332 from RyanWarnock/masterShin'ya Ueoka2018-02-061-2/+2
|\ \ | |/ |/| fixed grammar for warning prompt
| * fixed grammar for warning promptLeBronse2018-02-061-2/+2
|/
* Merge pull request #321 from ueokande/release-0.11Shin'ya Ueoka2018-01-231-1/+1
|\ | | | | Release 0.11
| * bump a versionShin'ya Ueoka2018-01-231-1/+1
|/
* Merge pull request #320 from ueokande/configuration-compatibleShin'ya Ueoka2018-01-231-0/+3
|\ | | | | set default properties
| * set default propertiesShin'ya Ueoka2018-01-231-0/+3
|/
* Merge pull request #316 from ueokande/release-0.10Shin'ya Ueoka2018-01-203-2/+22
|\ | | | | Release 0.10
| * bump a versionShin'ya Ueoka2018-01-201-1/+1
| |
| * revert package.shShin'ya Ueoka2018-01-202-1/+21
|/
* Merge pull request #315 from ueokande/release-0.9Shin'ya Ueoka2018-01-201-1/+1
|\ | | | | Release 0.9
| * bump a versionShin'ya Ueoka2018-01-201-1/+1
|/
* Merge pull request #314 from ueokande/qa-0.9Shin'ya Ueoka2018-01-205-334/+2730
|\ | | | | QA 0.9
| * update mochaShin'ya Ueoka2018-01-202-4/+4
| |
| * update karmaShin'ya Ueoka2018-01-202-326/+2687
| |
| * fix for slack scrollShin'ya Ueoka2018-01-201-1/+3
| |
| * fix READMEShin'ya Ueoka2018-01-182-5/+26
| |
| * Update QAShin'ya Ueoka2018-01-181-1/+13
|/
* Merge pull request #308 from ueokande/focus-inputShin'ya Ueoka2018-01-188-22/+48
|\ | | | | Focus input
| * focus on visible elementsShin'ya Ueoka2018-01-153-23/+30
| |
| * update READMEShin'ya Ueoka2018-01-131-0/+1
| |
| * implement focus inputShin'ya Ueoka2018-01-133-0/+16
| |
| * add focus input key mapShin'ya Ueoka2018-01-132-0/+2
| |
* | Merge pull request #312 from mathstuf/fix-typoShin'ya Ueoka2018-01-151-1/+1
|\ \ | | | | | | keymaps-form: fix a typo
| * | keymaps-form: fix a typoBen Boeckel2018-01-151-1/+1
|/ /
* | Merge pull request #236 from r3r57/feature/force_remove_tabShin'ya Ueoka2018-01-154-3/+16
|\ \ | | | | | | Closing pinned tabs must be forced
| * | Changed default key binding for closing pined tabs ('DD' -> '!d')as ↵Cornelius Matějka2018-01-141-1/+1
| | | | | | | | | | | | requested in PR
| * | Fixed few lint errorsCornelius Matějka2018-01-141-2/+2
| | |
| * | Pinned tabs are not closeable by 'd'Cornelius Matějka2018-01-144-3/+16
|/ / | | | | | | Added binding 'DD' to force tab close which also closes pinned tabs
* | Merge pull request #137 from alx741/tabsShin'ya Ueoka2018-01-145-2/+21
|\ \ | | | | | | Most recently used tab selector
| * | Document with actual keysDaniel Campoverde2018-01-131-1/+1
| | |
| * | 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
| | |
| * | Document TAB_PREV_SEL operationDaniel Campoverde2017-11-261-0/+1
| | |