Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | :tada: Release 0.21 | Shin'ya Ueoka | 2019-03-23 | 1 | -1/+1 | |
* | Merge pull request #547 from ueokande/qa-0.21 | Shin'ya Ueoka | 2019-03-23 | 3 | -3073/+3801 | |
|\ | ||||||
| * | Install web-ext@github:ueokande/web-ext#patched-3.0.0 | Shin'ya Ueoka | 2019-03-09 | 2 | -2442/+1002 | |
| * | Install eslint@5.15.1 | Shin'ya Ueoka | 2019-03-09 | 2 | -83/+158 | |
| * | Install webpack-cli@3.2.3 | Shin'ya Ueoka | 2019-03-09 | 2 | -55/+88 | |
| * | Install webpack@4.29.6 | Shin'ya Ueoka | 2019-03-09 | 2 | -270/+1003 | |
| * | Install karma@4.0.1 | Shin'ya Ueoka | 2019-03-09 | 2 | -157/+691 | |
| * | Install css-loader@2.1.1 | Shin'ya Ueoka | 2019-03-09 | 2 | -92/+65 | |
| * | Install mocha@6.0.2 | Shin'ya Ueoka | 2019-03-09 | 2 | -25/+852 | |
| * | Work around for scrollBy() after scrollTo() does not work | Shin'ya Ueoka | 2019-03-09 | 1 | -15/+8 | |
| * | Fix scroller target | Shin'ya Ueoka | 2019-03-09 | 1 | -2/+2 | |
* | | Merge pull request #552 from TeepaBlue/master | Shin'ya Ueoka | 2019-03-18 | 2 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | Update CONTRIBUTING.md | TeepaBlue | 2019-03-17 | 1 | -1/+1 | |
| * | Update README.md | TeepaBlue | 2019-03-17 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #538 from ueokande/scroll-console | Shin'ya Ueoka | 2019-02-25 | 5 | -77/+232 | |
|\ | ||||||
| * | Remove unused import | Shin'ya Ueoka | 2019-02-15 | 1 | -1/+0 | |
| * | Fix Completion interface and add test | Shin'ya Ueoka | 2019-02-15 | 3 | -3/+144 | |
| * | Clean completion component | Shin'ya Ueoka | 2019-02-15 | 2 | -15/+11 | |
| * | Implement completion scroll | Shin'ya Ueoka | 2019-02-15 | 3 | -4/+49 | |
| * | Use single index on completions of the console | Shin'ya Ueoka | 2019-02-15 | 3 | -70/+45 | |
* | | Merge pull request #539 from ueokande/webext-on-install-event | Shin'ya Ueoka | 2019-02-25 | 5 | -26/+30 | |
|\ \ | ||||||
| * | | Show popup when installed or updated | Shin'ya Ueoka | 2019-02-25 | 1 | -1/+4 | |
| * | | Use onInstalled event | Shin'ya Ueoka | 2019-02-25 | 5 | -26/+27 | |
|/ / | ||||||
* | | Merge pull request #544 from ueokande/refactor-background | Shin'ya Ueoka | 2019-02-24 | 59 | -476/+502 | |
|\ \ | ||||||
| * | | Update .eslintrc | Shin'ya Ueoka | 2019-02-24 | 1 | -0/+1 | |
| * | | Ignore about: tabs on broadcast | Shin'ya Ueoka | 2019-02-24 | 1 | -0/+3 | |
| * | | Clean classes and repository | Shin'ya Ueoka | 2019-02-24 | 10 | -251/+279 | |
| * | | Remove unused methods | Shin'ya Ueoka | 2019-02-24 | 2 | -8/+0 | |
| * | | Capitalize background scripts | Shin'ya Ueoka | 2019-02-24 | 50 | -245/+247 | |
| |/ | ||||||
* | | Merge pull request #543 from ryanstreur/ryanstreur-patch-readme | Shin'ya Ueoka | 2019-02-22 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Update README.md | Ryan Streur | 2019-02-21 | 1 | -2/+2 | |
|/ / | ||||||
* | | Merge pull request #537 from ueokande/space-key-map | Shin'ya Ueoka | 2019-02-15 | 3 | -1/+24 | |
|\ \ | |/ |/| | ||||||
| * | Enable to bind space key | Shin'ya Ueoka | 2019-02-11 | 2 | -0/+23 | |
| * | Use FirefoxHeadless | Shin'ya Ueoka | 2019-02-11 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #536 from ueokande/make-smooth-scroll-smoother | Shin'ya Ueoka | 2019-02-11 | 4 | -86/+62 | |
|\ | ||||||
| * | Increase scroll delta | Shin'ya Ueoka | 2019-02-11 | 1 | -2/+2 | |
| * | Remove repeat properties | Shin'ya Ueoka | 2019-02-11 | 3 | -6/+5 | |
| * | Clean scroller | Shin'ya Ueoka | 2019-02-11 | 1 | -28/+40 | |
| * | Make smooth-scroll smoother | Shin'ya Ueoka | 2019-02-11 | 1 | -65/+30 | |
|/ | ||||||
* | Merge pull request #535 from sleepypikachu/fix-issue-534 | Shin'ya Ueoka | 2019-02-06 | 1 | -1/+1 | |
|\ | ||||||
| * | Correct spelling of WebExtensions | Elliot | 2019-02-06 | 1 | -1/+1 | |
|/ | ||||||
* | Bump a version | Shin'ya Ueoka | 2019-02-04 | 1 | -1/+1 | |
* | Merge pull request #533 from ueokande/qa-0.20 | Shin'ya Ueoka | 2019-02-04 | 3 | -1/+20 | |
|\ | ||||||
| * | Show alert on opening about:home | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+4 | |
| * | Add test cases for gh/gH | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+2 | |
| * | Remove openerTabId on gH | Shin'ya Ueoka | 2019-02-04 | 1 | -1/+1 | |
| * | Add e2e test case for <S-D> | Shin'ya Ueoka | 2019-02-04 | 1 | -0/+13 | |
|/ | ||||||
* | Merge pull request #532 from ueokande/update-packages | Shin'ya Ueoka | 2019-02-04 | 2 | -2192/+8423 | |
|\ | ||||||
| * | Update css-loader | Shin'ya Ueoka | 2019-02-04 | 2 | -54/+495 | |
| * | Update eslint | Shin'ya Ueoka | 2019-02-04 | 2 | -86/+168 |