[webkit-dev] Can any one enlight me on this matter; linking problem?

2008-10-20 Thread Mikael Tennhammar
Hi ! When building webkit(gtk) on the maemo platform (i.e. in then Scratchbox ARMEL ) I get the following linking problem: ./.libs/libWebCore.a(libWebCore_la-StyleTransformData.o):(.bss._ZZN7WebC ore11RenderStyle16initialTransformEvE4tops[*WebCore::RenderStyle::initia

[webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-20 Thread Andrew S. Townley
Hi, I'm trying to work with the GTK+ WebKit from svn/trunk to do rendering for my application. Unfortunately, I'm having some troubles. Unlike the majority of users, I don't need WebKit to access URIs on the Internet. I need to be able to intercept them and display custom HTML content to allow

Re: [webkit-dev] Webkit (Mobile Safari) issues in the iPhone

2008-10-20 Thread Diego Taylor
Hi Dave, On Thu, Oct 16, 2008 at 7:26 AM, David Kilzer [EMAIL PROTECTED] wrote: How are you forcing layout? If you're calling a method on a WebView object, then you're using non-public API and, as I mentioned earlier, your application may crash or hang. If you just need a way to force

Re: [webkit-dev] webkit core need to be cleanly separated from ports, behind a vector table

2008-10-20 Thread Paul Pedriana
While a COM or similar interface may result in a library which makes porting easiest for new platforms, it sometimes can be harder to develop and maintain. We've been there and I can say that in some cases a COM-like interface really is nice to work with; and in other cases it is perhaps too

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2008-10-20 Thread Gustavo Noronha Silva
On Mon, 2008-10-20 at 16:07 +0100, Andrew S. Townley wrote: Hi, Hello, Unlike the majority of users, I don't need WebKit to access URIs on the Internet. I need to be able to intercept them and display custom HTML content to allow navigation of some complex, in-memory data structures. I

Re: [webkit-dev] how can I callback javascript function from webkit engine?

2008-10-20 Thread rahulsundar
Hi Alp Toker I am involved in porting webkit. I was testing a .js file with some callback. The file parsing is success and the script is executing fine. But when I press some key the function in the .js file should be invoked. But it wasnt working. Can u brief me, where exactly in Javascript to