Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide API to loading using WebKitNetworkRequest | Gustavo Noronha Silva | 2009-05-30 | 1 | -0/+3 |
| | | | | | | As the first API adition to out WebKitWebView subclass, we allow Epiphany code to use a WebKitNetworkRequest to load pages. This way we can use the full request information, not just the URI. | ||||
* | Adding a new EphyWebView object | Gustavo Noronha Silva | 2009-05-30 | 1 | -0/+65 |
This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. |