AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Zoth, Jochen
Hi Chris, many thanks for your quick answer and your code. If I build WebKit.dll from source I'm allowed to use it in a closed source project, right? May I ask you a question about building with Visual Studio 2005? I tried the build-webkit script in Cygwin, but I always get

[webkit-dev] Re: page zoom support in gtk port

2007-11-20 Thread Alp Toker
zaheer ahmad wrote: hi, we are looking for zoom support in gtk port and found couple of bugs that address this using cairo transforms and css transforms resp. http://bugs.webkit.org/show_bug.cgi?id=14998 http://bugs.webkit.org/show_bug.cgi?id=15670 appreciate any inputs on when this will be

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
On Nov 20, 2007 7:40 PM, Zoth, Jochen [EMAIL PROTECTED] wrote: Hi Chris, many thanks for your quick answer and your code. If I build WebKit.dll from source I'm allowed to use it in a closed source project, right? May I ask you a question about building with Visual Studio 2005? I

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
On Nov 20, 2007 10:24 PM, Pushparajan V [EMAIL PROTECTED] wrote: On Nov 20, 2007 7:40 PM, Zoth, Jochen [EMAIL PROTECTED] wrote: Hi Chris, many thanks for your quick answer and your code. If I build WebKit.dll from source I'm allowed to use it in a closed source project,

Re: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Pushparajan V
On Nov 20, 2007 10:42 PM, Zoth, Jochen [EMAIL PROTECTED] wrote: Sorry for the previous mail.. u can use build-webkit script to build using cl compiler.. This issue u got is related to some other thing. Do u have ur Visual studio setup correctly ?? No problem :) Visual Studio was

AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Zoth, Jochen
Sorry for the previous mail.. u can use build-webkit script to build using cl compiler.. This issue u got is related to some other thing. Do u have ur Visual studio setup correctly ?? No problem :) Visual Studio was installed with default setup properties. It works perfectly for other

Re: [webkit-dev] rowIndex on DOMHTMLTableRowElement returning -1

2007-11-20 Thread Jing Chen (Volt)
Sorry, looks like I sent this to the wrong mailing list. I'll resend it to the correct one. On 11/20/07 9:13 AM, Jing Chen (Volt) [EMAIL PROTECTED] wrote: Hi all, I'm having an issue with [DOMHTMLTableRowElement rowIndex] returning -1 when I call it on a row. The DOM specification does not

Re: AW: [webkit-dev] WebKit and .net applications

2007-11-20 Thread Adam Roben
Zoth, Jochen wrote: But if I type set, the two variables are set: ... WebKitLibrariesDir=D:\projects\WebKit\WebKitLibraries WebKitOutputDir=D:\projects\WebKit\WebKitBuild (from windows command line) ... WEBKITLIBRARIESDIR='D:\projects\WebKit\WebKitLibraries'

[webkit-dev] Alter DOM before display

2007-11-20 Thread martin . cocoa
Hi, I asked this question to webkitsdk-dev, but I didn't get an anwser. Maybe I'll be more lucky here... Is it possible to access the DOM (and eventually) alter it before it is actually displayed? If I get the DOM document when the webView:didStartProvisionalLoadForFrame: method is called,

Re: [webkit-dev] Alter DOM before display

2007-11-20 Thread Todd Ditchendorf
this is just a guess, but i would try this WebFrameLoadDelegate method on leopard: - (void)webView:(WebView *)webView didClearWindowObject: (WebScriptObject *)windowObject forFrame:(WebFrame *)frame; or this one on tiger: - (void)webView:(WebView *)webView windowScriptObjectAvailable: