| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 4 | -128/+121 |
* | Update the WebKit backend to use EphyBaseEmbed. | Xan Lopez | 2007-11-06 | 1 | -430/+29 |
* | Add remove_all_passwords method to EphyPasswordManager and implement it | Cosimo Cecchi | 2007-11-05 | 1 | -0/+6 |
* | 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 |
* | Do not use #ifdef inside macros, ancient compilers don't like it | Xan Lopez | 2007-07-31 | 1 | -2/+14 |
* | 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 | 2 | -6/+5 |
* | Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bug | Diego Escalante Urrelo | 2007-07-30 | 8 | -80/+80 |
* | 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 | 9 | -0/+1233 |