aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add e2e tests for buffer commandShin'ya Ueoka2019-04-142-9/+202
|
* open commandShin'ya Ueoka2019-04-143-3/+0
|
* Make navigate e2e test stableShin'ya Ueoka2019-04-141-7/+18
|
* Add e2e tests for open/tabopen/winopen commandsShin'ya Ueoka2019-04-145-12/+569
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-144-12/+10
|
* Follow the master in lanthanShin'ya Ueoka2019-04-136-8/+8
|
* Uninstall web-extShin'ya Ueoka2019-04-072-3/+2
|
* Add console e2e testShin'ya Ueoka2019-04-073-22/+126
|
* Add r/R testsShin'ya Ueoka2019-04-062-6/+63
|
* Add gh/gH testsShin'ya Ueoka2019-04-062-3/+31
|
* 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
| | |