| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=7683
|
|
|
|
|
|
| |
ephy_embed_single_get_backend_name.
svn path=/trunk/; revision=7678
|
|
|
|
| |
svn path=/trunk/; revision=7674
|
|
|
|
|
|
|
|
| |
We still need a custom implementation in MozillaEmbed because
the child of the embed won't exist until the widget is realized,
so there is no point in grabbing focus until then.
svn path=/trunk/; revision=7668
|
|
|
|
| |
svn path=/trunk/; revision=7665
|
|
|
|
| |
svn path=/trunk/; revision=7658
|
|
|
|
| |
svn path=/trunk/; revision=7657
|
|
|
|
| |
svn path=/trunk/; revision=7656
|
|
|
|
| |
svn path=/trunk/; revision=7638
|
|
|
|
| |
svn path=/trunk/; revision=7636
|
|
|
|
| |
svn path=/trunk/; revision=7635
|
|
|
|
|
|
|
| |
The way both backends track progress seem to be very different,
so I've exported the set_load_percent to get this going for now.
svn path=/trunk/; revision=7630
|
|
|
|
|
|
|
| |
in Mozilla and XulRunner backends.
Bug #476411.
svn path=/trunk/; revision=7623
|
|
|
|
| |
svn path=/trunk/; revision=7614
|
|
|
|
| |
svn path=/trunk/; revision=7611
|
|
|
|
|
|
| |
Also, untabify.
svn path=/trunk/; revision=7610
|
|
|
|
|
|
| |
The backend now compiles and runs.
svn path=/trunk/; revision=7573
|
|
|
|
| |
svn path=/trunk/; revision=7572
|
|
|
|
| |
svn path=/trunk/; revision=7571
|
|
|
|
| |
svn path=/trunk/; revision=7570
|
|
|
|
|
|
| |
progress for WebKit.
svn path=/trunk/; revision=7551
|
|
|
|
| |
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
|