| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | webext: add missing gio/gunixfdlist.h includes | 2022-10-22 | 1 | -0/+1 | |
| | | | | | | | | | This resolves two set of warnings pointed by compiler -Wimplicit-function-declaration and -Wint-conversion, where the later one can result with segfault caused by invalid cast from int to pointer. Fixes: 665a709b522a ("webext: Exchange fd over webkit messages") | ||||
| * | webext: Exchange fd over webkit messages | 2022-10-16 | 1 | -5/+37 | |
| | | | | | | This is more complex, but webkit2gtk prevents passing file descriptors to processes in 2.38.0. | ||||
| * | Simplify communication with webext | 2020-11-01 | 1 | -54/+24 | |
| | | |||||
| * | Communicate through a Unix socket instead of a pipe pair | 2020-11-01 | 1 | -27/+33 | |
| | | |||||
| * | Remove common | 2020-11-01 | 1 | -2/+4 | |
| | | |||||
| * | Makefile: rework how webextensions are handled | 2019-02-10 | 1 | -0/+128 | |
