aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-base-embed.h
Commit message (Collapse)AuthorAgeFilesLines
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+2
| | | | svn path=/trunk/; revision=7712
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-171-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 Lopez2007-11-061-2/+3
| | | | svn path=/trunk/; revision=7636
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-061-6/+26
| | | | svn path=/trunk/; revision=7631
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-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 Lopez2007-11-061-3/+25
| | | | svn path=/trunk/; revision=7628
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-061-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