aboutsummaryrefslogtreecommitdiff
path: root/src/content
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* follow keyShin'ya Ueoka2017-09-171-0/+3
|
* implement go-root commandShin'ya Ueoka2017-09-172-1/+7
|
* implement go-parent commandShin'ya Ueoka2017-09-172-1/+22
|
* fix ctrl modifierShin'ya Ueoka2017-09-171-1/+1
|
* pagenate by prev/next linksShin'ya Ueoka2017-09-172-1/+44
|
* rename history navigationShin'ya Ueoka2017-09-173-13/+13
|
* more strict lintShin'ya Ueoka2017-09-176-24/+35
|
* remove actions from contentShin'ya Ueoka2017-09-161-6/+5
|
* message constantsShin'ya Ueoka2017-09-161-2/+3
|
* consome as store/reducersShin'ya Ueoka2017-09-161-10/+9
|
* remove unused messageShin'ya Ueoka2017-09-141-8/+0
|
* content operationsShin'ya Ueoka2017-09-131-0/+30
|
* key input sequence as action/reducerShin'ya Ueoka2017-09-101-8/+2
|
* content commands as action/reducerShin'ya Ueoka2017-09-101-46/+4
|
* blur as action/reducerShin'ya Ueoka2017-09-101-13/+13
|
* completion as action/reducerShin'ya Ueoka2017-09-101-19/+0
|
* console state as action/reducer in reduxShin'ya Ueoka2017-09-091-1/+0
|
* more broadcast messageShin'ya Ueoka2017-09-091-10/+8
|
* broadcast an actionShin'ya Ueoka2017-09-091-7/+4
|
* send message to content instead of responseShin'ya Ueoka2017-09-091-15/+4
|
* use action as objectShin'ya Ueoka2017-09-091-9/+5
|
* fixShin'ya Ueoka2017-09-051-4/+4
|
* do simple completionShin'ya Ueoka2017-09-051-7/+19
|
* reopen command line after errorShin'ya Ueoka2017-09-031-1/+3
|