aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 #538 from ueokande/scroll-consoleShin'ya Ueoka2019-02-253-54/+79
|\ | | | | Scroll console
| * Remove unused importShin'ya Ueoka2019-02-151-1/+0
| |
| * Fix Completion interface and add testShin'ya Ueoka2019-02-152-3/+6
| |
| * Clean completion componentShin'ya Ueoka2019-02-152-15/+11
| |
| * Implement completion scrollShin'ya Ueoka2019-02-152-4/+48
| |
| * Use single index on completions of the consoleShin'ya Ueoka2019-02-152-47/+30
| |
* | 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-2453-462/+496
|\ \ | | | | | | Refactor background
| * | Ignore about: tabs on broadcastShin'ya Ueoka2019-02-241-0/+3
| | |
| * | Clean classes and repositoryShin'ya Ueoka2019-02-249-242/+279
| | |
| * | Remove unused methodsShin'ya Ueoka2019-02-242-8/+0
| | |
| * | Capitalize background scriptsShin'ya Ueoka2019-02-2446-240/+242
| |/
* / Enable to bind space keyShin'ya Ueoka2019-02-111-0/+3
|/
* Increase scroll deltaShin'ya Ueoka2019-02-111-2/+2
|
* Remove repeat propertiesShin'ya Ueoka2019-02-113-6/+5
|
* Clean scrollerShin'ya Ueoka2019-02-111-28/+40
|
* Make smooth-scroll smootherShin'ya Ueoka2019-02-111-65/+30
|
* Correct spelling of WebExtensionsElliot2019-02-061-1/+1
| | | Spelling as per https://wiki.mozilla.org/WebExtensions
* Show alert on opening about:homeShin'ya Ueoka2019-02-041-0/+4
|
* Remove openerTabId on gHShin'ya Ueoka2019-02-041-1/+1
|
* Close only unpinned tabs;Shin'ya Ueoka2018-12-271-1/+4
|
* Add close tabs to the right commandShin'ya Ueoka2018-12-275-0/+17
|
* Add start page to form settingsShin'ya Ueoka2018-12-271-0/+2
|
* Add about: pages to open home pageShin'ya Ueoka2018-12-091-1/+1
|
* Add gh/gH to open home pageShin'ya Ueoka2018-12-097-4/+38
|
* Focus console on shownShin'ya Ueoka2018-12-031-3/+7
|
* Use webextension message to consoleShin'ya Ueoka2018-11-187-41/+47
|
* Fix console errorShin'ya Ueoka2018-11-171-1/+1
|
* Use preact in consoleShin'ya Ueoka2018-11-179-266/+247
|
* Show completions only commandShin'ya Ueoka2018-10-201-1/+4
|
* Set default complete property valueShin'ya Ueoka2018-10-181-1/+2
|
* Fix default property valueShin'ya Ueoka2018-10-161-1/+1
|
* Remove adjacenttabShin'ya Ueoka2018-10-134-24/+1
|
* Add mark fields to setting formShin'ya Ueoka2018-10-131-0/+3
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-127-8/+40
|
* Support global marks which select a tabShin'ya Ueoka2018-10-128-2/+146
|
* Store local marksShin'ya Ueoka2018-10-115-16/+91
|
* Store x position into marksShin'ya Ueoka2018-10-112-2/+3
|
* Fix default key mappingsShin'ya Ueoka2018-10-111-2/+2
|
* Make setMode false on mark is setShin'ya Ueoka2018-10-111-1/+1
|
* lintShin'ya Ueoka2018-10-111-1/+1
|
* Rename mode acton and reducerShin'ya Ueoka2018-10-112-5/+10
|
* Add mark action and reducerShin'ya Ueoka2018-10-113-0/+56
|
* Add mark keymapsShin'ya Ueoka2018-10-112-0/+6
|
* Fix search keywords with colonShin'ya Ueoka2018-10-081-12/+18
|
* Merge pull request #461 from ueokande/control-over-suggestionsShin'ya Ueoka2018-10-083-12/+27
|\ | | | | Add complete property
| * Add complete propertyShin'ya Ueoka2018-09-173-12/+27
| |