Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | ext: get the right DOM on msg | Quentin 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-08 | Add a file for shared functions | Quentin Rameau | |
New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die(). | |||
2018-10-08 | Communicate with webextension via a pipe | Quentin Rameau | |
2018-10-08 | ext: first commit for surf lib | Quentin Rameau | |