aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-base-embed.c
Commit message (Expand)AuthorAgeFilesLines
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+33
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-171-312/+306
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-141-5/+0
* Uncomment icon update for history in EphyBaseEmbed, it works just fine.Xan Lopez2007-11-141-8/+5
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-0/+12
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-4/+7
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-061-456/+365
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-061-1/+1
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-061-25/+1413
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-061-1/+159
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-061-0/+114