index
:
gsoc2013-epiphany
archive-integration
archive-integration-rebase
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
embed
/
ephy-base-embed.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip anchors from URIs before trying to turn them into a GFile, and properly
Jens Granseuer
2008-02-29
1
-4
/
+21
*
Update to new glib 2.15.2 API, bump glib dep and remove a
Cosimo Cecchi
2008-01-15
1
-2
/
+2
*
Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.
Cosimo Cecchi
2008-01-14
1
-74
/
+58
*
If is_blank is TRUE then set title to Blank page without checking whether
Xan Lopez
2007-12-27
1
-2
/
+2
*
Whitespace fixes.
Xan Lopez
2007-12-27
1
-2
/
+2
*
Fix missing tab title on empty page.
Cosimo Cecchi
2007-12-25
1
-5
/
+6
*
Constify char* parameter for ephy_base_embed_location_changed.
Xan Lopez
2007-12-18
1
-1
/
+1
*
Initialize the title property to "Blank page" in EphyBaseEmbed.
Xan Lopez
2007-11-27
1
-0
/
+1
*
Put visibility property into EphyBaseEmbed, we need it for popups.
Xan Lopez
2007-11-18
1
-0
/
+33
*
Re-enable popup management code in EphyBaseEmbed.
Xan Lopez
2007-11-17
1
-312
/
+306
*
Add icon-updated signal to EphyHistory.
Xan Lopez
2007-11-14
1
-5
/
+0
*
Uncomment icon update for history in EphyBaseEmbed, it works just fine.
Xan Lopez
2007-11-14
1
-8
/
+5
*
Implement grab_focus in EphyBaseEmbed.
Xan Lopez
2007-11-12
1
-0
/
+12
*
Make ephy_base_embed_set_{title,address} dup their parameters internally.
Xan Lopez
2007-11-06
1
-4
/
+7
*
Use ephy_embed_utils_address_has_web_scheme instead of our own copy.
Xan Lopez
2007-11-06
1
-20
/
+2
*
Use K&R (pseudo) indentation style for new files.
Xan Lopez
2007-11-06
1
-456
/
+365
*
Update the WebKit backend to use EphyBaseEmbed.
Xan Lopez
2007-11-06
1
-1
/
+1
*
Move all common functionality from MozillaEmbed to EphyBaseEmbed.
Xan Lopez
2007-11-06
1
-25
/
+1413
*
Put the properties in EphyBaseEmbed rather than in the interface.
Xan Lopez
2007-11-06
1
-1
/
+159
*
Create EphyBaseEmbed, make MozillaEmbed a subclass of it.
Xan Lopez
2007-11-06
1
-0
/
+114