Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-web-view.c: adapt to another API change in WebKitGTK+. | Xan Lopez | 2009-06-21 | 1 | -2/+2 |
| | | | | | The bf list now refs newly added items, mostly for the convenience of bindings. | ||||
* | ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView. | Xan Lopez | 2009-06-17 | 1 | -1/+1 |
| | | | | Not many chances it will work. | ||||
* | Move the get_title_composite function to EphyWebView. | Xan Lopez | 2009-06-16 | 1 | -0/+37 |
| | |||||
* | ephy-web-view.c: use 'load-status' property from WebKitWebView also internally. | Xan Lopez | 2009-06-14 | 1 | -36/+7 |
| | | | | | | Get rid of our 'load-status' property, and just keep the API semantics of the ephy_web_view_get_load_status function using the WebKitWebView's 'load-status' property. | ||||
* | Get rid of redundant 'load-progress' property in EphyWebView. | Xan Lopez | 2009-06-14 | 1 | -77/+0 |
| | | | | | | | | | We now use WebKitWebView's 'progress' property directly. The "opening about:blank blinks the entry" bug is back because for some reason a) webkit reports a 10% progress for that URL b) get_uri reports NULL until 100% is loaded for only that page, so blacklisting by URI is not possible either. | ||||
* | ephy-web-view.c: s/embed/view/ in a few places. | Xan Lopez | 2009-06-14 | 1 | -5/+5 |
| | |||||
* | Fold WebKitEmbedPrefs into EphyEmbedPrefs. | Xan Lopez | 2009-06-06 | 1 | -1/+0 |
| | |||||
* | Move all methods, signals and properties from EphyEmbed and EphyBaseEmbed to ↵ | Xan Lopez | 2009-06-05 | 1 | -4/+1989 |
| | | | | | | | EphyWebView. Those two embed classes are pretty much dummy leftovers, so it should be easier to remove them now. | ||||
* | Move load_url method to EphyWebView. | Xan Lopez | 2009-06-03 | 1 | -0/+17 |
| | |||||
* | ephy-web-view.c: use nil for false value in elisp, not 'f'. | Xan Lopez | 2009-06-03 | 1 | -1/+1 |
| | |||||
* | Move method to copy history between embeds/views to EphyWebView from EphyEmbed. | Xan Lopez | 2009-05-31 | 1 | -0/+46 |
| | | | | Just part of the gradual progress to get rid of the Embed interface. | ||||
* | Provide API to loading using WebKitNetworkRequest | Gustavo Noronha Silva | 2009-05-30 | 1 | -0/+19 |
| | | | | | | 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/+57 |
This is an object inheriting from WebKitWebView, and will be used to house most of the functionality we move from EphyEmbed. |