aboutsummaryrefslogtreecommitdiff
path: root/src/content/actions
Commit message (Collapse)AuthorAgeFilesLines
* src/contentShin'ya Ueoka2019-05-063-4/+20
|
* Declare setting typesShin'ya Ueoka2019-05-063-20/+10
|
* Types src/contentShin'ya Ueoka2019-05-058-82/+196
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-028-0/+0
|
* show yanked urlamin roosta2019-04-131-1/+1
|
* Remove repeat propertiesShin'ya Ueoka2019-02-111-4/+4
|
* Use webextension message to consoleShin'ya Ueoka2018-11-182-23/+4
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+20
|
* Store local marksShin'ya Ueoka2018-10-111-4/+4
|
* Store x position into marksShin'ya Ueoka2018-10-111-1/+2
|
* Rename mode acton and reducerShin'ya Ueoka2018-10-111-0/+5
|
* Add mark action and reducerShin'ya Ueoka2018-10-112-0/+31
|
* correct INPUT_KEY_PRESS action nameStefan2018-08-301-1/+1
|
* Search keywords on pasteShin'ya Ueoka2018-07-281-1/+3
|
* Use official redux on contentShin'ya Ueoka2018-07-084-15/+17
|
* [wip] contentShin'ya Ueoka2018-07-082-20/+48
|
* fix but failedShin'ya Ueoka2018-06-282-5/+4
|
* Use async/await on content scriptShin'ya Ueoka2018-06-171-24/+22
|
* Fix no previous search keywordsShin'ya Ueoka2018-06-171-0/+9
|
* Merge remote-tracking branch 'origin/master' into background-adjacent-tabsShin'ya Ueoka2018-05-013-30/+67
|\
| * set find keyword from backgroundShin'ya Ueoka2018-03-071-18/+33
| |
| * show message on findShin'ya Ueoka2018-03-062-5/+12
| |
| * hide console on <Esc> and <C-{>Shin'ya Ueoka2018-03-041-1/+8
| |
| * implement focus inputShin'ya Ueoka2018-01-131-0/+3
| |
| * Merge pull request #300 from usk/feature/open-clipboard's-urlShin'ya Ueoka2018-01-131-0/+2
| |\ | | | | | | open clipboard's URL in current/new tab
| | * open clipboard's URL in current/new tabusk2018-01-031-0/+2
| | |
| * | fix smooth scroll on key repeatedShin'ya Ueoka2018-01-131-8/+8
| | |
| * | add smoothscroll propertyShin'ya Ueoka2018-01-131-8/+11
| | |
| * | remove window from scrollsShin'ya Ueoka2018-01-131-7/+7
| |/
* / Open adjacent tabs and background tabsErwan Ameil2017-11-162-2/+4
|/
* fix hot-reload settingsShin'ya Ueoka2017-11-131-4/+3
|
* support mutliple modifiers for key bindingsShin'ya Ueoka2017-11-111-1/+15
|
* remove unused actions and fix testShin'ya Ueoka2017-11-112-11/+1
|
* show error on find and wrap searchShin'ya Ueoka2017-11-111-10/+37
|
* first find implementationShin'ya Ueoka2017-11-112-3/+12
|
* add find action and reducerShin'ya Ueoka2017-11-112-0/+41
|
* rename to follow-controllerShin'ya Ueoka2017-10-312-8/+8
|
* add setting actions in contentShin'ya Ueoka2017-10-223-10/+16
|
* enable/disable addon by keysShin'ya Ueoka2017-10-211-0/+7
|
* add addon actionsShin'ya Ueoka2017-10-212-0/+19
|
* emit mapped keys from input-componentShin'ya Ueoka2017-10-211-9/+2
|
* support multi-frame followingShin'ya Ueoka2017-10-151-2/+4
|
* follow link in new tabShin'ya Ueoka2017-10-111-1/+1
|
* fix method nameShin'ya Ueoka2017-10-091-2/+2
|
* scroll horizonallyShin'ya Ueoka2017-10-091-2/+4
|
* save keymap in input store in contentShin'ya Ueoka2017-10-092-5/+9
|
* Show info on yankedShin'ya Ueoka2017-10-081-1/+6
|
* yank a URLShin'ya Ueoka2017-10-081-0/+3
|
* separate contentShin'ya Ueoka2017-10-084-0/+115