Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add epiphany.h. Only allow including epiphany.h; all other headers are private | Christian Persch | 2008-04-12 | 1 | -0/+4 |
| | | | | svn path=/trunk/; revision=8211 | ||||
* | Constify char* parameter for ephy_base_embed_location_changed. | Xan Lopez | 2007-12-18 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=7781 | ||||
* | Put visibility property into EphyBaseEmbed, we need it for popups. | Xan Lopez | 2007-11-18 | 1 | -0/+2 |
| | | | | svn path=/trunk/; revision=7712 | ||||
* | Re-enable popup management code in EphyBaseEmbed. | Xan Lopez | 2007-11-17 | 1 | -0/+3 |
| | | | | | | | Plus a small bugfix in MozillaEmbed about GtkMozembed vs. EphyEmbed confusion. svn path=/trunk/; revision=7711 | ||||
* | Make ephy_base_embed_set_{title,address} dup their parameters internally. | Xan Lopez | 2007-11-06 | 1 | -2/+3 |
| | | | | svn path=/trunk/; revision=7636 | ||||
* | Use K&R (pseudo) indentation style for new files. | Xan Lopez | 2007-11-06 | 1 | -6/+26 |
| | | | | svn path=/trunk/; revision=7631 | ||||
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -0/+2 |
| | | | | | | | The way both backends track progress seem to be very different, so I've exported the set_load_percent to get this going for now. svn path=/trunk/; revision=7630 | ||||
* | Move all common functionality from MozillaEmbed to EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -3/+25 |
| | | | | svn path=/trunk/; revision=7628 | ||||
* | Create EphyBaseEmbed, make MozillaEmbed a subclass of it. | Xan Lopez | 2007-11-06 | 1 | -0/+34 |
EphyBaseEmbed is an abstract class that will implement the generic bits common to any Epiphany backend. In this first commit it does nothing but serve as the parent class for the mozilla embedding widget. svn path=/trunk/; revision=7626 |