aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* use promise and show errorsShin'ya Ueoka2017-09-031-0/+5
* response by typeShin'ya Ueoka2017-09-021-5/+17
* rename command namesShin'ya Ueoka2017-09-021-3/+3
* buffer by b commandShin'ya Ueoka2017-09-021-0/+3
* error titleShin'ya Ueoka2017-09-011-8/+5
* message passing by helper functionsShin'ya Ueoka2017-09-011-9/+2
* Rename command-line to consoleShin'ya Ueoka2017-09-011-4/+4
* use iframe-ed command-lineShin'ya Ueoka2017-08-291-24/+38
* support 0/$ commandsShin'ya Ueoka2017-08-271-2/+8
* use keypressShin'ya Ueoka2017-08-271-16/+3
* scroll by pagesShin'ya Ueoka2017-08-271-0/+3
* scroll lines actionShin'ya Ueoka2017-08-271-5/+2
* support history navigationShin'ya Ueoka2017-08-231-1/+8
* add follow fot a tagsShin'ya Ueoka2017-08-201-0/+4
* implement o/O commandShin'ya Ueoka2017-08-151-16/+28
* implement simple open/tabopen commandShin'ya Ueoka2017-08-151-1/+14
* add command-line barShin'ya Ueoka2017-08-151-0/+8
* implement gg/G commandsShin'ya Ueoka2017-08-131-6/+23
* ignore input-elementShin'ya Ueoka2017-08-131-0/+4
* use key-queue for inputShin'ya Ueoka2017-08-131-12/+17
* use key-codeShin'ya Ueoka2017-08-131-2/+2
* implement simple scrollingShin'ya Ueoka2017-08-121-1/+17
* implement simple tab switchShin'ya Ueoka2017-08-121-4/+7
* message passing between background and contentShin'ya Ueoka2017-08-121-0/+9