aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | added Hint how to select items from the completion listtsia2019-01-151-0/+1
|/ / | | | | (see #522)
| * fixed typo in READMEtsia2019-01-151-2/+2
|/
* Merge pull request #511 from ueokande/open-startpageShin'ya Ueoka2018-12-2710-15/+70
|\ | | | | Open homepage
| * Add start page to form settingsShin'ya Ueoka2018-12-271-0/+2
| |
| * Add about: pages to open home pageShin'ya Ueoka2018-12-091-1/+1
| |
| * Add gh/gH to open home pageShin'ya Ueoka2018-12-098-13/+65
| |
| * Add browserSettings permissionShin'ya Ueoka2018-12-081-1/+2
|/
* Merge pull request #507 from ueokande/window-postmessageShin'ya Ueoka2018-12-0815-307/+298
|\ | | | | Window postmessage
| * Focus console on shownShin'ya Ueoka2018-12-031-3/+7
| |
| * Use webextension message to consoleShin'ya Ueoka2018-11-187-41/+47
| |
| * Fix console errorShin'ya Ueoka2018-11-171-1/+1
| |
| * Use preact in consoleShin'ya Ueoka2018-11-179-266/+247
|/
* Bump a versionShin'ya Ueoka2018-10-201-1/+1
|
* Merge pull request #492 from ueokande/qa-0.19Shin'ya Ueoka2018-10-2012-17/+128
|\ | | | | QA 0.19
| * Show completions only commandShin'ya Ueoka2018-10-201-1/+4
| |
| * Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
| |
| * Update QAShin'ya Ueoka2018-10-181-1/+1
| |
| * Wait on e2eShin'ya Ueoka2018-10-161-0/+3
| |
| * Update QA.mdShin'ya Ueoka2018-10-161-9/+14
| |
| * Fix default property valueShin'ya Ueoka2018-10-161-1/+1
| |
| * Add test cases for markShin'ya Ueoka2018-10-155-4/+86
| |
| * Update web-extShin'ya Ueoka2018-10-151-1/+1
| |
| * Update README.mShin'ya Ueoka2018-10-151-0/+17
|/
* Merge pull request #448 from ueokande/greenkeeper/style-loader-0.22.0Shin'ya Ueoka2018-10-152-4/+4
|\ | | | | Update style-loader to the latest version 🚀
| * Update package-lock.jsonShin'ya Ueoka2018-10-151-3/+3
| |
| * chore(package): update style-loader to version 0.22.0greenkeeper[bot]2018-10-151-1/+1
|/
* Merge pull request #491 from ueokande/update-packagesShin'ya Ueoka2018-10-153-7795/+2540
|\ | | | | Update packages
| * Update build packagesShin'ya Ueoka2018-10-152-761/+584
| |
| * Update karmaShin'ya Ueoka2018-10-152-1367/+238
| |
| * Update eslintrcShin'ya Ueoka2018-10-151-0/+1
| |
| * Update eslintShin'ya Ueoka2018-10-152-158/+266
| |
| * Update test packagesShin'ya Ueoka2018-10-152-19/+19
| |
| * Remove node-firefox-connectShin'ya Ueoka2018-10-152-6064/+2006
|/
* Merge pull request #489 from ueokande/circleci-2.1Shin'ya Ueoka2018-10-151-7/+38
|\ | | | | CircleCI 2.1
| * Support CircleCI 2.1Shin'ya Ueoka2018-10-151-7/+38
|/
* Merge pull request #487 from ueokande/remove-adjacenttab-prpertyShin'ya Ueoka2018-10-156-40/+2
|\ | | | | Remove adjacenttab
| * Remove adjacenttabShin'ya Ueoka2018-10-136-40/+2
|/
* Merge pull request #486 from ueokande/jump-marksShin'ya Ueoka2018-10-1324-18/+451
|\ | | | | Support jump marks
| * Add mark fields to setting formShin'ya Ueoka2018-10-131-0/+3
| |
| * Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-129-13/+49
| |
| * Support global marks which select a tabShin'ya Ueoka2018-10-1211-4/+179
| |
| * Store local marksShin'ya Ueoka2018-10-115-16/+91
| |
| * Store x position into marksShin'ya Ueoka2018-10-114-6/+10
| |
| * Fix default key mappingsShin'ya Ueoka2018-10-111-2/+2
| |
| * Make setMode false on mark is setShin'ya Ueoka2018-10-111-1/+1
| |
| * lintShin'ya Ueoka2018-10-111-1/+1
| |
| * Rename mode acton and reducerShin'ya Ueoka2018-10-113-13/+18
| |
| * Add mark action and reducerShin'ya Ueoka2018-10-115-0/+129
| |
| * Add mark keymapsShin'ya Ueoka2018-10-112-0/+6
|/
* Merge pull request #484 from ueokande/search-colonShin'ya Ueoka2018-10-082-12/+27
|\ | | | | Fix search keywords with colon