aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
Commit message (Expand)AuthorAgeFilesLines
* Embed style by scriptShin'ya Ueoka2019-04-261-1/+5
* Use official redux on contentShin'ya Ueoka2018-07-081-1/+0
* [wip] contentShin'ya Ueoka2018-07-081-2/+7
* Remove update propagationShin'ya Ueoka2017-10-311-9/+5
* remove message propagationShin'ya Ueoka2017-10-181-12/+0
* support multi-frame followingShin'ya Ueoka2017-10-151-0/+15
* make top-content component and frame-content componentShin'ya Ueoka2017-10-151-71/+7
* console only top windowShin'ya Ueoka2017-10-151-14/+38
* get hints from windowShin'ya Ueoka2017-10-141-1/+1
* parse json in settingsShin'ya Ueoka2017-10-091-2/+1
* save keymap in input store in contentShin'ya Ueoka2017-10-091-2/+3
* use mode in console messageShin'ya Ueoka2017-10-081-1/+1
* move store to sharedShin'ya Ueoka2017-10-081-1/+1
* separate contentShin'ya Ueoka2017-10-081-4/+4
* separate settingsShin'ya Ueoka2017-10-081-1/+1
* move messages to sharedShin'ya Ueoka2017-10-081-1/+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-071-3/+12
* store input keys in content scriptShin'ya Ueoka2017-10-071-40/+2
* reload settings on contentShin'ya Ueoka2017-10-071-0/+4
* [wip] remove STATE_UPDATEShin'ya Ueoka2017-10-061-9/+4
* 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-021-53/+15
* move messages to contentShin'ya Ueoka2017-09-301-3/+3
* clean operation definitionsShin'ya Ueoka2017-09-251-2/+2
* blur on input elements when Esc pressedShin'ya Ueoka2017-09-251-0/+3
* 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
* focus form items by followingShin'ya Ueoka2017-09-171-5/+26
* allow to open link in new tabShin'ya Ueoka2017-09-171-1/+5
* open link on content indexShin'ya Ueoka2017-09-171-1/+8
* implement go-root commandShin'ya Ueoka2017-09-171-0/+2
* implement go-parent commandShin'ya Ueoka2017-09-171-0/+2
* fix ctrl modifierShin'ya Ueoka2017-09-171-1/+1
* pagenate by prev/next linksShin'ya Ueoka2017-09-171-0/+4
* rename history navigationShin'ya Ueoka2017-09-171-5/+5
* more strict lintShin'ya Ueoka2017-09-171-4/+4
* 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