summaryrefslogtreecommitdiff
path: root/libsurf-webext.c
Commit message (Collapse)AuthorAge
* Send message size inside messages through pipesQuentin Rameau2018-10-15
|
* ext: get the right DOM on msgQuentin Rameau2018-10-08
| | | | | | 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 functionsQuentin Rameau2018-10-08
| | | | | New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
* Communicate with webextension via a pipeQuentin Rameau2018-10-08
|
* ext: first commit for surf libQuentin Rameau2018-10-08