| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=7518
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Based on the patch by Cosimo Cecchi.
This adds the stubs for proper net status notification,
implements get_title, get_location and workarounds the bug
in webkit that will make pages not load images if the protocol
is not specified in the url (it will only work for http though).
Fixes bug #461652
svn path=/trunk/; revision=7517
|
|
|
|
| |
svn path=/trunk/; revision=7514
|
|
|
|
| |
svn path=/trunk/; revision=7281
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-31 Xan Lopez <xan@gnome.org>
* embed/mozilla/mozilla-embed-single.cpp:
* embed/webkit/webkit-embed-single.cpp:
Do not use #ifdef inside macros, ancient compilers
don't like it
svn path=/trunk/; revision=7225
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* embed/webkit/webkit-embed.cpp:
can_go methods now work, WebKit was missing the implementations for
those functions, it's fixed now so we can use can_go methods.
Note that they are useless without the ge_location signal being
emitted (dummy code included, commented).
Part of Bug #461652.
svn path=/trunk/; revision=7216
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Xan Lopez <xan@gnome.org>
* embed/webkit/webkit-embed-persist.cpp:
* embed/webkit/webkit-embed.cpp:
Add returns where needed, remove unnecessary variables.
svn path=/trunk/; revision=7215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
* embed/webkit/webkit-embed-single.cpp:
* embed/webkit/webkit-embed.cpp:
* embed/webkit/webkit-embed-find.h:
* embed/webkit/webkit-embed-single.h:
* embed/webkit/webkit-embed.h:
* embed/webkit/webkit-embed-persist.cpp:
* embed/webkit/webkit-embed-persist.h:
* embed/webkit/webkit-embed-find.cpp:
Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'.
Fixes bug #461689.
svn path=/trunk/; revision=7214
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-28 Xan Lopez <xan@gnome.org>
* embed/webkit/webkit-embed.cpp:
Implement stop loading method, for some reason can_go
methods will fail to link.
* src/epiphany.override:
Remove mozilla include.
svn path=/trunk/; revision=7209
|
|
2007-07-27 Xan Lopez <xan@gnome.org>
* Makefile.am:
* configure.ac:
* doc/reference/Makefile.am:
* embed/Makefile.am:
* embed/ephy-embed-factory.c: (ephy_embed_factory_new_object):
* embed/ephy-embed-persist.c:
* embed/ephy-embed-shell.c:
* embed/ephy-embed.c:
* embed/webkit/Makefile.am:
* embed/webkit/webkit-embed-find.cpp:
* embed/webkit/webkit-embed-find.h:
* embed/webkit/webkit-embed-persist.cpp:
* embed/webkit/webkit-embed-persist.h:
* embed/webkit/webkit-embed-single.cpp:
* embed/webkit/webkit-embed-single.h:
* embed/webkit/webkit-embed.cpp:
* embed/webkit/webkit-embed.h:
* src/Makefile.am:
Add support for the WebKit engine, compile with
--with-engine=webkit to activate.
* embed/mozilla/mozilla-embed-single.cpp:
Move to the G_DEFINE_TYPE_WITH_CODE macro.
svn path=/trunk/; revision=7208
|