aboutsummaryrefslogtreecommitdiff
path: root/src/background/infrastructures
Commit message (Collapse)AuthorAgeFilesLines
* Create find targets by port connectionsShin'ya Ueoka2021-09-251-0/+23
|
* Implement FindNextOperatorShin'ya Ueoka2021-07-051-1/+5
|
* Show caught error on message listenerShin'ya Ueoka2021-07-051-0/+2
|
* Remove legacy findShin'ya Ueoka2021-07-051-14/+0
|
* yarn lint:fixShin'ya Ueoka2021-07-041-1/+1
|
* Send resize message to the sender tab instead of the current tab.Shin'ya Ueoka2021-03-281-3/+11
| | | | | | Sending resize message to the current table occurs an error, just after switching the tab by a `tabopen` command. The background script unable to connect the current (new tab) because it is in an initialization.
* Resize console dynamicallyShin'ya Ueoka2021-03-141-12/+18
|
* Specific return typeShin'ya Ueoka2021-03-142-19/+22
|
* Make background operator as an operatorShin'ya Ueoka2020-12-091-1/+13
|
* Use plugin:prettier/recommendedShin'ya Ueoka2020-04-134-83/+91
|
* Clean unused codeShin'ya Ueoka2020-03-291-8/+0
|
* Complete properties on set commandShin'ya Ueoka2020-03-291-0/+2
|
* Complete tabs by the completion packagesShin'ya Ueoka2020-03-281-0/+2
|
* Query completions on open command by a completion sourceShin'ya Ueoka2020-03-261-0/+10
|
* npm run lint:fixShin'ya Ueoka2019-12-223-9/+9
|
* Rename count to repeatShin'ya Ueoka2019-12-211-1/+1
|
* Add numeric prefix to repeat a commandShin'ya Ueoka2019-12-211-4/+5
|
* Make Settings classShin'ya UEOKA2019-10-061-2/+1
|
* Make Keymap classShin'ya UEOKA2019-10-061-2/+3
|
* Fix type checkingsShin'ya UEOKA2019-08-291-4/+4
|
* Use TSyringe on background scriptShin'ya Ueoka2019-05-193-23/+15
|
* Make addon-enabled as a clean architectureShin'ya Ueoka2019-05-101-3/+3
|
* Types src/contentShin'ya Ueoka2019-05-053-4/+6
|
* Types on src/backgroundShin'ya Ueoka2019-05-024-36/+70
|
* Rename .js/.jsx to .ts/.tsxShin'ya Ueoka2019-05-024-0/+0
|
* Relaod settings on local storage changed instead of messageShin'ya Ueoka2019-04-141-6/+0
|
* Use onInstalled eventShin'ya Ueoka2019-02-251-23/+0
|
* Ignore about: tabs on broadcastShin'ya Ueoka2019-02-241-0/+3
|
* Capitalize background scriptsShin'ya Ueoka2019-02-245-7/+44
|
* Use webextension message to consoleShin'ya Ueoka2018-11-181-0/+22
|
* Scroll on global mark and handle gone tabShin'ya Ueoka2018-10-121-0/+8
|
* Support global marks which select a tabShin'ya Ueoka2018-10-121-0/+14
|
* Fix error on keyword not foundShin'ya Ueoka2018-07-281-1/+5
|
* Error on consoleShin'ya Ueoka2018-07-281-2/+9
|
* Catch errors on backgroundShin'ya Ueoka2018-07-281-4/+2
|
* Fix last tab is undefinedShin'ya Ueoka2018-07-281-1/+5
|
* Deep-copy objects on MemoryStorage and add testsShin'ya Ueoka2018-07-281-2/+6
|
* Background operation as Clean ArchitectureShin'ya Ueoka2018-07-281-0/+8
|
* [wip] implement command usecasesShin'ya Ueoka2018-07-261-3/+10
|
* Open link as Clean ArchitectureShin'ya Ueoka2018-07-221-1/+13
|
* Indicator as Clean ArchitectureShin'ya Ueoka2018-07-222-0/+21
|
* Version as Clean ArchitectureShin'ya Ueoka2018-07-221-0/+23
|
* Find as clean architectureShin'ya Ueoka2018-07-221-0/+14
|
* Settings as clean architectureShin'ya Ueoka2018-07-223-4/+40
|
* My First Clean ArchitectureShin'ya Ueoka2018-07-211-0/+34