Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use combineReducers | Shin'ya Ueoka | 2018-07-11 | 2 | -40/+16 |
| | |||||
* | Merge pull request #429 from ueokande/use-official-redux | Shin'ya Ueoka | 2018-07-08 | 33 | -615/+548 |
|\ | | | | | Use official redux | ||||
| * | Fix command | Shin'ya Ueoka | 2018-07-08 | 1 | -1/+1 |
| | | |||||
| * | Clean setting | Shin'ya Ueoka | 2018-07-08 | 5 | -143/+144 |
| | | |||||
| * | See you my redux | Shin'ya Ueoka | 2018-07-08 | 3 | -178/+0 |
| | | |||||
| * | Use official redux on settings | Shin'ya Ueoka | 2018-07-08 | 1 | -4/+8 |
| | | |||||
| * | Install preact-redux | Shin'ya Ueoka | 2018-07-08 | 2 | -0/+7 |
| | | |||||
| * | Use official redux on background | Shin'ya Ueoka | 2018-07-08 | 5 | -87/+144 |
| | | |||||
| * | Use official redux on content | Shin'ya Ueoka | 2018-07-08 | 11 | -101/+34 |
| | | |||||
| * | blacklist as an util | Shin'ya Ueoka | 2018-07-08 | 3 | -21/+65 |
| | | |||||
| * | [wip] content | Shin'ya Ueoka | 2018-07-08 | 6 | -58/+86 |
| | | |||||
| * | Use pure redux on console | Shin'ya Ueoka | 2018-07-08 | 4 | -63/+61 |
| | | |||||
| * | Fix lint | Shin'ya Ueoka | 2018-07-08 | 1 | -1/+1 |
| | | |||||
| * | Install redux-promise | Shin'ya Ueoka | 2018-07-08 | 2 | -0/+20 |
| | | |||||
| * | Install redux | Shin'ya Ueoka | 2018-07-08 | 2 | -0/+19 |
|/ | |||||
* | Merge pull request #402 from jvbrandaom/quit-all-command | Shin'ya Ueoka | 2018-07-01 | 2 | -1/+16 |
|\ | | | | | Adds command to close all tabs | ||||
| * | Adds command to close all tabs | João Vitor Brandão | 2018-05-24 | 2 | -1/+16 |
| | | | | | | | | Type :qa or :quitall to close all tabs | ||||
* | | Merge pull request #423 from ueokande/greenkeeper/eslint-5.0.1 | Shin'ya Ueoka | 2018-06-28 | 24 | -157/+489 |
|\ \ | | | | | | | Update eslint | ||||
| * | | fix for lint | Shin'ya Ueoka | 2018-06-28 | 1 | -9/+6 |
| | | | |||||
| * | | Use stage-2 preset | Shin'ya Ueoka | 2018-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | Install babel-preset-stage-2 | Shin'ya Ueoka | 2018-06-28 | 2 | -0/+223 |
| | | | |||||
| * | | fix but failed | Shin'ya Ueoka | 2018-06-28 | 20 | -98/+74 |
| | | | |||||
| * | | Update package-lock.json | Shin'ya Ueoka | 2018-06-28 | 1 | -48/+184 |
| | | | |||||
| * | | chore(package): update eslint to version 5.0.1 | greenkeeper[bot] | 2018-06-26 | 1 | -1/+1 |
| | | | | | | | | | Closes #420 | ||||
* | | | Merge pull request #421 from ueokande/release-0.15 | Shin'ya Ueoka | 2018-06-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Release 0.15 | ||||
| * | | | bump a version | Shin'ya Ueoka | 2018-06-26 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #416 from ueokande/qa-0.15 | Shin'ya Ueoka | 2018-06-26 | 4 | -12/+24 |
|\ \ \ | |/ / |/| | | QA 0.15 | ||||
| * | | fix bdelete/bdelete! commands | Shin'ya Ueoka | 2018-06-25 | 1 | -2/+2 |
| | | | |||||
| * | | fix | Shin'ya Ueoka | 2018-06-18 | 1 | -17/+11 |
| | | | |||||
| * | | fix | Shin'ya Ueoka | 2018-06-18 | 2 | -9/+9 |
| | | | |||||
| * | | Implement e2e test of view-source | Shin'ya Ueoka | 2018-06-18 | 2 | -1/+18 |
| | | | |||||
| * | | Update QA.md | Shin'ya Ueoka | 2018-06-18 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #418 from AlexeySachkov/private/asachkov/update-readme | Shin'ya Ueoka | 2018-06-20 | 1 | -7/+100 |
|\ \ \ | |/ / |/| | | Update README.md | ||||
| * | | Update README | Alexey Sachkov | 2018-06-19 | 1 | -7/+100 |
|/ / | |||||
* | | Merge pull request #417 from ueokande/async-function | Shin'ya Ueoka | 2018-06-18 | 26 | -1054/+722 |
|\ \ | | | | | | | Use await/async on e2e test | ||||
| * | | Use await/async on shared directory | Shin'ya Ueoka | 2018-06-17 | 3 | -33/+29 |
| | | | |||||
| * | | Use await/async on settings | Shin'ya Ueoka | 2018-06-17 | 1 | -11/+8 |
| | | | |||||
| * | | Use async/await on content script | Shin'ya Ueoka | 2018-06-17 | 3 | -34/+32 |
| | | | |||||
| * | | Use async/await on background | Shin'ya Ueoka | 2018-06-17 | 12 | -305/+262 |
| | | | |||||
| * | | Rewrite tests with async/await | Shin'ya Ueoka | 2018-06-17 | 2 | -53/+27 |
| | | | |||||
| * | | Rewrite e2e tests with async/await | Shin'ya Ueoka | 2018-06-17 | 2 | -128/+74 |
| | | | |||||
| * | | Rewrite e2e tests with await/async | Shin'ya Ueoka | 2018-06-17 | 1 | -49/+29 |
| | | | |||||
| * | | Rewrite e2e tests with await/async | Shin'ya Ueoka | 2018-06-17 | 1 | -229/+130 |
| | | | |||||
| * | | Rewrite e2e tests with await/async | Shin'ya Ueoka | 2018-06-17 | 1 | -100/+62 |
| | | | |||||
| * | | Rewrite e2e tests with await/async | Shin'ya Ueoka | 2018-06-17 | 1 | -113/+70 |
|/ / | |||||
* | | Merge pull request #415 from ueokande/pattern-not-found-null | Shin'ya Ueoka | 2018-06-17 | 2 | -13/+9 |
|\ \ | | | | | | | Fix no previous search keywords | ||||
| * | | Fix no previous search keywords | Shin'ya Ueoka | 2018-06-17 | 2 | -13/+9 |
| | | | |||||
* | | | Merge pull request #414 from ueokande/pattern-not-found-null | Shin'ya Ueoka | 2018-06-17 | 1 | -0/+13 |
|\| | | | | | | | | Show error if not previous keywords | ||||
| * | | SHow error if not previous keywords | Shin'ya Ueoka | 2018-06-17 | 1 | -0/+13 |
|/ / | |||||
* | | Merge pull request #413 from ueokande/reopen-current-window | Shin'ya Ueoka | 2018-06-16 | 3 | -2689/+2710 |
|\ \ | | | | | | | Reopen current window |