summaryrefslogtreecommitdiffstats
path: root/libsurf-webext.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: rework how webextensions are handledGravatar Quentin Rameau 2019-02-101-128/+0
|
* Send message size inside messages through pipesGravatar Quentin Rameau 2018-10-151-16/+21
|
* ext: get the right DOM on msgGravatar Quentin Rameau 2018-10-081-15/+7
| | | | | | When navigating history, the document-loaded signal isn't triggered and we can't directly get back the previous webview, so we have no other choice than to look it up everytime a new message is received.
* Add a file for shared functionsGravatar Quentin Rameau 2018-10-081-2/+2
| | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
* Communicate with webextension via a pipeGravatar Quentin Rameau 2018-10-081-2/+126
|
* ext: first commit for surf libGravatar Quentin Rameau 2018-10-081-0/+7