Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ext: get the right DOM on msg | Quentin Rameau | 2018-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 functions | Quentin Rameau | 2018-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 pipe | Quentin Rameau | 2018-10-08 |
| | |||
* | ext: first commit for surf lib | Quentin Rameau | 2018-10-08 |