[clutter] Re: clutter + webkit + flash

2009-04-02 Thread Mike Massonnet
Hi David, Well no, I never got around it. My guess is that it works, but for what I remember at that time, webkit is rendered on a cairo context which is displayed inside a cluttertexture, it is somewhat like that. So IMHO you can't play high definition videos for instance. Mike Le Thu, 2 Apr

Re: [clutter] Re: clutter + webkit + flash

2009-04-02 Thread Veli Ogla Sungutay
Hey guys, If you guys are interested you can look at the Screenweaver Project. Screenweaver is basically a Netscape wrapper housing the Flash Player, and GTK is used for embedding and event mechanisms. (Netscape wrapper is old, XEmbed is the current technology to play with and Webkit should

Re: [clutter] webkit status

2009-02-04 Thread Hervé Cauwelier
Thomas Steinacher a écrit : Hello, Apparently WebKit doesn't build with bison 2.4: http://www.mail-archive.com/bug-bi...@gnu.org/msg01266.html Thomas Thanks for your reply. This bug was fixed in webkit so it should be fixed in the clutter fork. Maybe the repository at

Re: [clutter] webkit status

2009-02-04 Thread iain
On Wed, 2009-02-04 at 13:14 +0100, Hervé Cauwelier wrote: Maybe the repository at git://git.o-hand.com/webkit need to rebase on the webkit repository itself (svn to git bridge?). It hasn't been updated for a while. Does anyone know about this configure error: $ ./autogen.sh --disable-gtk

Re: [clutter] webkit status

2009-02-04 Thread Thomas Steinacher
Hello, Apparently WebKit doesn't build with bison 2.4: http://www.mail-archive.com/bug-bi...@gnu.org/msg01266.html Thomas On Wed, Feb 4, 2009 at 12:19 AM, Hervé Cauwelier herve.cauwel...@free.fr wrote: Hi, I'm trying to play with clutter and webkit. I've followed some instructions I

Re: [clutter][webkit] Fonts, zoom and some other stuff

2008-07-10 Thread iain
On Thu, 2008-07-10 at 19:02 +0300, Nati B wrote: 1. When I'm calling 'webkit_web_view_open' to display HTML content, all non-English letters are rendered as gibrish, and cannot be read. Now, I've been using the gtk-webkit port before moving to Clutter, and when displaying the same content

RE: [clutter] Webkit

2008-06-24 Thread Kashyap Ashwin
To: Kashyap Ashwin Cc: Matthew Allum; clutter@o-hand.com Subject: RE: [clutter] Webkit On Mon, 2008-06-23 at 18:29 -0400, Kashyap Ashwin wrote: I don't think clutter-cairo-0.6 has create_region function... Errors with clutter-0.6: WebKit/clutter/webkit/webkitwebview.cpp: In function 'void

RE: [clutter] Webkit

2008-06-24 Thread Chris Lord
To: Kashyap Ashwin Cc: Matthew Allum; clutter@o-hand.com Subject: RE: [clutter] Webkit On Mon, 2008-06-23 at 18:29 -0400, Kashyap Ashwin wrote: I don't think clutter-cairo-0.6 has create_region function... Errors with clutter-0.6: WebKit/clutter/webkit/webkitwebview.cpp

RE: [clutter] Webkit

2008-06-24 Thread Gwenole Beauchesne
Hi, On Tue, 24 Jun 2008, Kashyap Ashwin wrote: I still get this on first compile, it goes away when I do make again: Creating hashtable for JavaScriptCore/kjs/string_object.cpp JavaScriptCore/pcre/dftables JavaScriptCore/pcre/chartables.c WebCore/platform/clutter/PopupFactoryClient.h

RE: [clutter] Webkit

2008-06-24 Thread iain
On Tue, 2008-06-24 at 18:58 +0200, Gwenole Beauchesne wrote: The attached patch should help. Ah ha! Thanks, I've applied it. iain -- To unsubscribe send a mail to [EMAIL PROTECTED]

RE: [clutter] Webkit

2008-06-24 Thread iain
On Tue, 2008-06-24 at 17:29 -0400, Kashyap Ashwin wrote: It crashes (does so even without those patches). I get a core dump just before the page gets displayed. You probably want to turn off debugging. It has turned on asserts which make it crash on some things. iain -- To unsubscribe send

RE: [clutter] Webkit

2008-06-24 Thread Kashyap Ashwin
- From: iain [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 6:15 PM To: Kashyap Ashwin Cc: Gwenole Beauchesne; Matthew Allum; clutter@o-hand.com Subject: RE: [clutter] Webkit On Tue, 2008-06-24 at 17:29 -0400, Kashyap Ashwin wrote: It crashes (does so even without those patches). I

RE: [clutter] Webkit

2008-06-24 Thread iain
On Tue, 2008-06-24 at 18:34 -0400, Kashyap Ashwin wrote: I turned on debugging to report the crash. It crashes otherwise as well. If you look at the bottom most stack frame, this=0x0 when doing the frame resize: frame-view()-resize(width, height);// webkitwebview.cpp:754

RE: [clutter] Webkit

2008-06-23 Thread Kashyap Ashwin
Iain, It does not compile, I have both clutter-0.6 and 0.7 (svn) installed. I configured it with --enable-clutter --disable-gtk. I even tried bumping up required versions in configure.ac to 0.7, still no luck. I get this error now: WebKit/clutter/webkit/webkitwebview.cpp: In function 'void

RE: [clutter] Webkit

2008-06-23 Thread Matthew Allum
On Mon, 2008-06-23 at 17:58 -0400, Kashyap Ashwin wrote: Iain, It does not compile, I have both clutter-0.6 and 0.7 (svn) installed. I configured it with --enable-clutter --disable-gtk. I even tried bumping up required versions in configure.ac to 0.7, still no luck. I get this error now:

RE: [clutter] Webkit

2008-06-23 Thread Kashyap Ashwin
and PKG_CONFIG_PATH and PYTHONPATH are also set). -Ashwin -Original Message- From: Matthew Allum [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2008 6:02 PM To: Kashyap Ashwin Cc: iain; clutter@o-hand.com Subject: RE: [clutter] Webkit On Mon, 2008-06-23 at 17:58 -0400, Kashyap Ashwin wrote

RE: [clutter] Webkit

2008-06-23 Thread iain
On Mon, 2008-06-23 at 18:29 -0400, Kashyap Ashwin wrote: I don't think clutter-cairo-0.6 has create_region function... Errors with clutter-0.6: WebKit/clutter/webkit/webkitwebview.cpp: In function 'void webkit_web_view_expose(WebkitActor*, WebkitActorRectangle*)':

Re: [clutter] Webkit

2008-06-19 Thread iain
On Thu, 2008-06-19 at 17:20 +0800, HASWANI HARISH-VCKR47 wrote: Hi All, Does Clutter Webkit is supported in Clutter-0.6? If yes where I can get examples and autorun files in a zip file. At http://svn.o-hand.com/repos/clutter/trunk/clutter-webkit/ location everything is a separate entity.

RE: [clutter] Webkit

2008-06-19 Thread HASWANI HARISH-VCKR47
: Thursday, June 19, 2008 3:30 PM To: HASWANI HARISH-VCKR47 Cc: clutter@o-hand.com Subject: Re: [clutter] Webkit On Thu, 2008-06-19 at 17:20 +0800, HASWANI HARISH-VCKR47 wrote: Hi All, Does Clutter Webkit is supported in Clutter-0.6? If yes where I can get examples and autorun files in a zip

Re: [clutter] Webkit clutter repo change

2008-06-12 Thread Gwenole Beauchesne
Hi Iain, On Wed, 11 Jun 2008, iain wrote: Just a heads up that the Clutter webkit backend port is now being done in git://git.o-hand.com/webkit Thanks for the heads up. BTW, do you still intend to create a mailing-list or WebKit/Clutter specific bugzilla group? I have some further patches