aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #559 from ueokande/lanthan-integration-testShin'ya Ueoka2019-04-0637-1835/+1577
|\ | | | | Replace E2E tests with lanthan
| * Use native assert instead of power-assertShin'ya Ueoka2019-04-068-420/+5
| |
| * Update lanthanShin'ya Ueoka2019-04-061-1/+1
| |
| * Configure build script to run e2eShin'ya Ueoka2019-04-063-8/+17
| |
| * Replace e2e with lanthanShin'ya Ueoka2019-04-0635-1354/+0
| |
| * Add mark e2e testsShin'ya Ueoka2019-04-061-0/+121
| |
| * Add navigate e2e testsShin'ya Ueoka2019-04-061-0/+167
| |
| * Add zoom e2e testShin'ya Ueoka2019-04-061-0/+81
| |
| * Use eventually instead of sleepShin'ya Ueoka2019-04-062-20/+37
| |
| * Add tabs e2e testShin'ya Ueoka2019-04-061-0/+210
| |
| * Add integration tests for scrollShin'ya Ueoka2019-04-043-0/+225
| |
| * Update .gitignoreShin'ya Ueoka2019-04-031-0/+1
| |
| * Install lanthanShin'ya Ueoka2019-04-032-0/+350
| |
| * Install power-assertShin'ya Ueoka2019-04-032-548/+878
|/
* :tada: Release 0.21Shin'ya Ueoka2019-03-231-1/+1
|
* Merge pull request #547 from ueokande/qa-0.21Shin'ya Ueoka2019-03-233-3073/+3801
|\ | | | | QA 0.21
| * Install web-ext@github:ueokande/web-ext#patched-3.0.0Shin'ya Ueoka2019-03-092-2442/+1002
| |
| * Install eslint@5.15.1Shin'ya Ueoka2019-03-092-83/+158
| |
| * Install webpack-cli@3.2.3Shin'ya Ueoka2019-03-092-55/+88
| |
| * Install webpack@4.29.6Shin'ya Ueoka2019-03-092-270/+1003
| |
| * Install karma@4.0.1Shin'ya Ueoka2019-03-092-157/+691
| |
| * Install css-loader@2.1.1Shin'ya Ueoka2019-03-092-92/+65
| |
| * Install mocha@6.0.2Shin'ya Ueoka2019-03-092-25/+852
| |
| * Work around for scrollBy() after scrollTo() does not workShin'ya Ueoka2019-03-091-15/+8
| |
| * Fix scroller targetShin'ya Ueoka2019-03-091-2/+2
| |
* | Merge pull request #552 from TeepaBlue/masterShin'ya Ueoka2019-03-182-2/+2
|\ \ | |/ |/| Update documents
| * Update CONTRIBUTING.mdTeepaBlue2019-03-171-1/+1
| |
| * Update README.mdTeepaBlue2019-03-171-1/+1
|/ | | keyboard → the keyboard
* Merge pull request #538 from ueokande/scroll-consoleShin'ya Ueoka2019-02-255-77/+232
|\ | | | | Scroll console
| * Remove unused importShin'ya Ueoka2019-02-151-1/+0
| |
| * Fix Completion interface and add testShin'ya Ueoka2019-02-153-3/+144
| |
| * Clean completion componentShin'ya Ueoka2019-02-152-15/+11
| |
| * Implement completion scrollShin'ya Ueoka2019-02-153-4/+49
| |
| * Use single index on completions of the consoleShin'ya Ueoka2019-02-153-70/+45
| |
* | Merge pull request #539 from ueokande/webext-on-install-eventShin'ya Ueoka2019-02-255-26/+30
|\ \ | | | | | | Use browser.runtime.onInstalled event
| * | Show popup when installed or updatedShin'ya Ueoka2019-02-251-1/+4
| | |
| * | Use onInstalled eventShin'ya Ueoka2019-02-255-26/+27
|/ /
* | Merge pull request #544 from ueokande/refactor-backgroundShin'ya Ueoka2019-02-2459-476/+502
|\ \ | | | | | | Refactor background
| * | Update .eslintrcShin'ya Ueoka2019-02-241-0/+1
| | |
| * | Ignore about: tabs on broadcastShin'ya Ueoka2019-02-241-0/+3
| | |
| * | Clean classes and repositoryShin'ya Ueoka2019-02-2410-251/+279
| | |
| * | Remove unused methodsShin'ya Ueoka2019-02-242-8/+0
| | |
| * | Capitalize background scriptsShin'ya Ueoka2019-02-2450-245/+247
| |/
* | Merge pull request #543 from ryanstreur/ryanstreur-patch-readmeShin'ya Ueoka2019-02-221-2/+2
|\ \ | | | | | | Update README.md
| * | Update README.mdRyan Streur2019-02-211-2/+2
|/ / | | | | Correct simple mix-up with scroll direction in README.md
* | Merge pull request #537 from ueokande/space-key-mapShin'ya Ueoka2019-02-153-1/+24
|\ \ | |/ |/| Space key map
| * Enable to bind space keyShin'ya Ueoka2019-02-112-0/+23
| |
| * Use FirefoxHeadlessShin'ya Ueoka2019-02-111-1/+1
|/
* Merge pull request #536 from ueokande/make-smooth-scroll-smootherShin'ya Ueoka2019-02-114-86/+62
|\ | | | | Make smooth-scroll smoother
| * Increase scroll deltaShin'ya Ueoka2019-02-111-2/+2
| |