Age | Commit message (Collapse) | Author |
|
Piped messages would not always be fully sent in a single read.
Do a bit of message reassembly.
|
|
Webkit documentation says JavaScript objects refcount is always
increased, and has to be released always.
|
|
|
|
Communication from web extension to surf isn't used,
this code can always be brought back if needed.
|
|
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")
|
|
This is more complex, but webkit2gtk prevents passing file descriptors
to processes in 2.38.0.
|
|
|
|
|
|
|
|
|