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
/
webkit
/
webkit-embed.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cpp files to c in the WebKit backend; they are pure C.
Xan Lopez
2007-12-10
1
-516
/
+0
*
Match WebKit/GTK+ API changes made in WebKit SVN r28273
Alp Toker
2007-12-01
1
-33
/
+33
*
Remove unused variable in WebKitEmbed class_init.
Xan Lopez
2007-11-18
1
-1
/
+0
*
Fix: http being appended to 'about' pages. (Bug #496136)
Jan Michael C. Alonzo
2007-11-13
1
-3
/
+4
*
Call webkit_init in engine initialization to avoid crashes. (Bug #496114)
Jan Michael C. Alonzo
2007-11-12
1
-2
/
+0
*
Implement grab_focus in EphyBaseEmbed.
Xan Lopez
2007-11-12
1
-7
/
+0
*
Remove unused ge_net_state and ge_security_change.
Xan Lopez
2007-11-12
1
-3
/
+0
*
Oops, readd missing variable.
Xan Lopez
2007-11-11
1
-0
/
+1
*
Don't use mozilla-like variable names for parameters.
Xan Lopez
2007-11-11
1
-4
/
+4
*
Implement close for WebKitEmbed (simply destroys the widget).
Xan Lopez
2007-11-11
1
-1
/
+1
*
Connect to "hovering-over-link" signal in WebKit to set link_message.
Cosimo Cecchi
2007-11-07
1
-0
/
+11
*
Make ephy_base_embed_set_{title,address} dup their parameters internally.
Xan Lopez
2007-11-06
1
-1
/
+1
*
Fix webkit backend build, and modify indentation to match new style.
Xan Lopez
2007-11-06
1
-1
/
+1
*
Update the WebKit backend to use EphyBaseEmbed.
Xan Lopez
2007-11-06
1
-430
/
+29
*
Remove trailing whitespace, patch by Cyril Brulebois.
Xan Lopez
2007-11-01
1
-29
/
+29
*
Update title property on title-changed signal from webkit.
Xan Lopez
2007-10-29
1
-0
/
+5
*
Add dummy popup management properties to the webkit backend.
Xan Lopez
2007-10-29
1
-36
/
+48
*
Add placeholders for all the new properties in embed.
Xan Lopez
2007-10-27
1
-15
/
+192
*
Remove non-existing functions in the embed interface from the _init function.
Xan Lopez
2007-10-27
1
-3
/
+0
*
get_link_message returns const char * now.
Xan Lopez
2007-10-27
1
-1
/
+1
*
get_title returns const char * now.
Xan Lopez
2007-10-26
1
-2
/
+2
*
Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...
Cosimo Cecchi
2007-10-23
1
-6
/
+203
*
Do not bother emitting signal we don't have.
Xan Lopez
2007-10-07
1
-4
/
+1
*
Implement several missing methods.
Xan Lopez
2007-10-07
1
-54
/
+122
*
Match the WebKit/Gtk+ API changes made in WebKit SVN r26022
Alp Toker
2007-10-04
1
-16
/
+16
*
Implement reload.
Xan Lopez
2007-08-17
1
-0
/
+1
*
can_go methods now work, WebKit was missing the implementations for those
Diego Escalante Urrelo
2007-07-30
1
-4
/
+25
*
Add returns where needed, remove unnecessary variables.
Xan Lopez
2007-07-30
1
-6
/
+4
*
Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug
Diego Escalante Urrelo
2007-07-30
1
-20
/
+20
*
Implement stop loading method, for some reason can_go methods will fail to
Xan Lopez
2007-07-28
1
-0
/
+3
*
Add support for the WebKit engine, compile with --with-engine=webkit to
Xan Lopez
2007-07-28
1
-0
/
+441