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