aboutsummaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Collapse)AuthorAgeFilesLines
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-1/+0
|
* Merge pull request #544 from ueokande/refactor-backgroundShin'ya Ueoka2019-02-241-5/+1
|\ | | | | Refactor background
| * Clean classes and repositoryShin'ya Ueoka2019-02-241-5/+1
| |
* | Enable to bind space keyShin'ya Ueoka2019-02-111-0/+3
|/
* Remove repeat propertiesShin'ya Ueoka2019-02-111-1/+0
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-272-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-093-2/+21
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-0/+3
|
* Fix default property valueShin'ya Ueoka2018-10-161-1/+1
|
* Remove adjacenttabShin'ya Ueoka2018-10-132-4/+0
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-0/+2
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+3
|
* Fix default key mappingsShin'ya Ueoka2018-10-111-2/+2
|
* lintShin'ya Ueoka2018-10-111-1/+1
|
* Add mark keymapsShin'ya Ueoka2018-10-112-0/+6
|
* Fix search keywords with colonShin'ya Ueoka2018-10-081-12/+18
|
* Merge pull request #461 from ueokande/control-over-suggestionsShin'ya Ueoka2018-10-082-1/+5
|\ | | | | Add complete property
| * Add complete propertyShin'ya Ueoka2018-09-172-1/+5
| |
* | rename modifierdKeyName to modifiedKeyNameStefan2018-08-301-3/+3
|/
* Fix default settingsShin'ya Ueoka2018-08-021-2/+7
|
* Fix property documentShin'ya Ueoka2018-08-021-1/+1
|
* Update eslintShin'ya Ueoka2018-08-011-1/+1
|
* Search keywords on pasteShin'ya Ueoka2018-07-281-0/+25
|
* Move commands to background/sharedShin'ya Ueoka2018-07-212-70/+0
|
* Complete set commandsShin'ya Ueoka2018-07-111-1/+7
|
* Complete console commandsShin'ya Ueoka2018-07-111-0/+11
|
* Move versions to backgroundShin'ya Ueoka2018-07-113-56/+0
|
* See you my reduxShin'ya Ueoka2018-07-082-68/+0
|
* Use official redux on contentShin'ya Ueoka2018-07-081-2/+2
|
* blacklist as an utilShin'ya Ueoka2018-07-081-0/+13
|
* fix but failedShin'ya Ueoka2018-06-282-7/+5
|
* Use await/async on shared directoryShin'ya Ueoka2018-06-173-33/+29
|
* Add command.show.addbookmark operationShin'ya Ueoka2018-05-082-0/+2
|
* Toggle add-on enabled by clicking indicatorShin'ya Ueoka2018-05-061-0/+1
|
* Indicator shows the add-on enabledShin'ya Ueoka2018-05-061-0/+3
|
* Refactor background directoriesShin'ya Ueoka2018-05-062-87/+0
|
* Merge pull request #368 from emlow/issue-279Shin'ya Ueoka2018-05-052-0/+4
|\ | | | | Add shortcut to view page source
| * shortcut to view page sourceemlow2018-04-012-0/+4
| |
* | Use default URLShin'ya Ueoka2018-05-051-1/+4
| |
* | Notify when updatedShin'ya Ueoka2018-05-053-0/+55
| |
* | Merge remote-tracking branch 'origin/master' into patch-1Shin'ya Ueoka2018-05-0114-185/+378
|\ \
| * | Make adjacenttab true in defaultShin'ya Ueoka2018-05-011-1/+1
| | | | | | | | | | | | Click with Ctrl key opens a tab adjacently.
| * | Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-0114-196/+376
| |\|
| | * add global find keywordShin'ya Ueoka2018-03-071-0/+2
| | |
| | * hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-042-0/+4
| | |
| | * set default propertiesShin'ya Ueoka2018-01-231-0/+3
| | |
| | * fix for slack scrollShin'ya Ueoka2018-01-201-1/+3
| | |
| | * Merge pull request #308 from ueokande/focus-inputShin'ya Ueoka2018-01-183-1/+27
| | |\ | | | | | | | | Focus input
| | | * focus on visible elementsShin'ya Ueoka2018-01-151-1/+23
| | | |