aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Expand)AuthorAgeFilesLines
* make top-content component and frame-content componentShin'ya Ueoka2017-10-159-72/+98
* console only top windowShin'ya Ueoka2017-10-151-14/+38
* load content script all_frames and click linkShin'ya Ueoka2017-10-141-24/+20
* get hints from windowShin'ya Ueoka2017-10-142-12/+12
* move hint componentShin'ya Ueoka2017-10-143-1/+1
* fix follow for contenteditableShin'ya Ueoka2017-10-121-1/+8
* ignore events from contenteditableShin'ya Ueoka2017-10-121-1/+5
* follow link in new tabShin'ya Ueoka2017-10-111-1/+1
* ignore meta keys on inputShin'ya Ueoka2017-10-101-1/+2
* fix method nameShin'ya Ueoka2017-10-092-5/+5
* scroll horizonallyShin'ya Ueoka2017-10-092-6/+16
* parse json in settingsShin'ya Ueoka2017-10-091-2/+1
* save keymap in input store in contentShin'ya Ueoka2017-10-096-24/+19
* Show info on yankedShin'ya Ueoka2017-10-082-2/+12
* use mode in console messageShin'ya Ueoka2017-10-081-1/+1
* yank a URLShin'ya Ueoka2017-10-082-0/+18
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
* separate contentShin'ya Ueoka2017-10-0811-4/+467
* separate settingsShin'ya Ueoka2017-10-081-1/+1
* move messages to sharedShin'ya Ueoka2017-10-082-17/+1
* follow from content-inputShin'ya Ueoka2017-10-081-0/+3
* make content-input more simpleShin'ya Ueoka2017-10-081-0/+5
* prevent keymaps in the pageShin'ya Ueoka2017-10-081-1/+2
* load settings from contentShin'ya Ueoka2017-10-072-4/+14
* store input keys in content scriptShin'ya Ueoka2017-10-072-43/+3
* reload settings on contentShin'ya Ueoka2017-10-072-0/+5
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-062-10/+7
* console command actions without storeShin'ya Ueoka2017-10-061-1/+1
* fix imports in srcShin'ya Ueoka2017-10-051-8/+8
* move operationsShin'ya Ueoka2017-10-041-1/+1
* single reducerShin'ya Ueoka2017-10-041-2/+2
* use createStore short-hand methodShin'ya Ueoka2017-10-041-5/+5
* remove deprecated property in KeyboardEventShin'ya Ueoka2017-10-031-0/+1
* comtent input as compoentsShin'ya UEOKA2017-10-031-16/+2
* follow as reduxShin'ya Ueoka2017-10-022-202/+15
* move messages to contentShin'ya Ueoka2017-09-304-3/+47
* clean operation definitionsShin'ya Ueoka2017-09-251-2/+2
* blur on input elements when Esc pressedShin'ya Ueoka2017-09-251-0/+3
* remove TODOShin'ya Ueoka2017-09-201-1/+0
* fix miss function calShin'ya Ueoka2017-09-201-1/+1
* open cross-origin links by backgroundShin'ya Ueoka2017-09-201-0/+9
* ignore keypress for another elementsShin'ya Ueoka2017-09-201-1/+3
* click link and avoid invalid linksShin'ya Ueoka2017-09-191-6/+16
* fix hint styleShin'ya Ueoka2017-09-191-0/+2
* use offsetHeight to check element visibilityShin'ya Ueoka2017-09-191-0/+1
* move hint to frontShin'ya Ueoka2017-09-191-0/+1
* show hints for elements in viewportShin'ya Ueoka2017-09-171-1/+13
* focus form items by followingShin'ya Ueoka2017-09-172-18/+32
* allow to open link in new tabShin'ya Ueoka2017-09-171-1/+5
* open link on content indexShin'ya Ueoka2017-09-173-10/+19