[webkit-dev] Getting body height within iframe?

2009-04-14 Thread Ben McCann
Hi, If we have an iframe with height L and its contents have height S where S < L is there a way to get the height S? It seems that within WebKit the iframe contents must be at least as large as the iframe. In other browsers, I can do something like document.documentElement.offsetHeight, socument.

Re: [webkit-dev] embedding WebKit in MFC application

2009-04-14 Thread Andre-John Mas
On 14-Apr-2009, at 12:48, Brent Fulgham wrote: Hi Martin, On Tue, Apr 14, 2009 at 8:35 AM, Martin Račko wrote: I would like to create an MFC (Win32 API alternatively) application with WebKit embedded. I'm afraid you are not going to be able to do so using the stock WebKit project. App

Re: [webkit-dev] content-disposition, utf-8 and webkit

2009-04-14 Thread Andre-John Mas
On 14-Apr-2009, at 18:02, Andre-John Mas wrote: On 13-Apr-2009, at 09:36, Dan Winship wrote: Andre-John Mas wrote: Hi, I am using the Webkit nightlies on MacOS X, and I noticed that the following header doesn't seem to give the expected results: content-disposition: inline; filename*="utf

Re: [webkit-dev] content-disposition, utf-8 and webkit

2009-04-14 Thread Andre-John Mas
On 13-Apr-2009, at 09:36, Dan Winship wrote: Andre-John Mas wrote: Hi, I am using the Webkit nightlies on MacOS X, and I noticed that the following header doesn't seem to give the expected results: content-disposition: inline; filename*="utf-8''%E8%92%99%E7%89%B9%E5%88%A9%E5%B0%94.vcf" In F

Re: [webkit-dev] embedding WebKit in MFC application

2009-04-14 Thread Brent Fulgham
Hi Martin, On Tue, Apr 14, 2009 at 8:35 AM, Martin Račko wrote: > I would like to create an MFC (Win32 API alternatively) application with > WebKit embedded. I'm afraid you are not going to be able to do so using the stock WebKit project. Apple does not provide a license option for their CoreGr

[webkit-dev] embedding WebKit in MFC application

2009-04-14 Thread Martin Račko
Hi, I would like to create an MFC (Win32 API alternatively) application with WebKit embedded. Simply I would like to add an browser (guess WebView) functionality into my application. I'm using Visual Studio 2005, Windows XP Professional. I've already downloaded WebKit source, built it using Cygwin

Re: [webkit-dev] Squirrelfish

2009-04-14 Thread Cameron Zwarich
On 14-Apr-09, at 10:15 AM, thouraya andolsi wrote: Hi, I had a look on the squirrelfish source code and I saw that there is no mixed mode. It means we use JIT or interpreter but we can't switch to interpreter if the JIT fails. Is it OK ? or I'm wrong ? In theory, it should be possible f

[webkit-dev] Squirrelfish

2009-04-14 Thread thouraya andolsi
Hi, I had a look on the squirrelfish source code and I saw that there is no mixed mode. It means we use JIT or interpreter but we can't switch to interpreter if the JIT fails. Is it OK ? or I'm wrong ? Best regards. Thouraya. ___ webkit-dev mailing lis