aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-base-embed.c
Commit message (Collapse)AuthorAgeFilesLines
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-4/+7
| | | | svn path=/trunk/; revision=7636
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
| | | | svn path=/trunk/; revision=7632
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-061-456/+365
| | | | svn path=/trunk/; revision=7631
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-1/+1
| | | | | | | 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-25/+1413
| | | | svn path=/trunk/; revision=7628
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-061-1/+159
| | | | | | Backends still override them completely at this point. svn path=/trunk/; revision=7627
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-061-0/+114
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