Re: [webkit-dev] get the bits of the complete page

2008-02-18 Thread zaheer ahmad
hi, The patch does not reposition the changed document to the top of the frame view and also does not alter the documents width/height. The same behavior is seen with transforms from html pages(e..g scaled content goes out of the window) Are these known issues? Setting the transform origin

[webkit-dev] Javascript Context Menus on right click

2008-02-18 Thread Michael Seydl
Hi! Port: Mac Os X Native Recently I'm embedding a WebView into my application but experienced a misbehavior, maybe you can help me on this one. I got a web page which provides a custom javascript context menu, which works properly under the ./run-safari script. Although when i'm trying

[webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Ivan Shusky
Hi, I am very interested in WebKit and thinking to write a Microsoft Windows based application by using WebKit. So far I have already compiled the code successfully by following the instructions from WebKit hompage. It seems to run correctly with Safari with XP, but it is very much how far I

Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
That's funny, it's just the opposite for me. I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I run make and it starts complaining about not finding xcode: $ make make[1]: Entering directory `/workplace2/build/WebKit/JavaScriptCore' ( xcodebuild -target All `perl

Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Brent Fulgham
Hi Bill, On Feb 18, 2008 10:21 AM, Dozier, Bill [EMAIL PROTECTED] wrote: That's funny, it's just the opposite for me. I'm trying to build on RHEL3 Linux (gcc 4.2.2). After running autogen, I run make and it starts complaining about not finding xcode: $ make make[1]: Entering directory

Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
Hi Brent, Thanks for the quick response! I've got no GNUmakefile. After running autogen: $ ls GNUmakefile* GNUmakefile.am GNUmakefile.in $ Apparently, my problem with the qmake thing was my ancient perl...continuing down that road until the auto tools thing works. Thanks, Bill From: Brent

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Brent Fulgham
Hi Ivan, I'm glad to see another party interested in building a Windows application based on WebKit! I've been working on this same project (see the Planet Webkit for some blog posts about it). There are a few things you should consider: 1. The build instructions create a Safari-specific

Re: [webkit-dev] Building WebKit using auto tools

2008-02-18 Thread Dozier, Bill
No GNUmakefile because of very ancient versions of automake and libtool (hey, I said it was RHEL3!). Updating and trying again... From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dozier, Bill Sent: Monday, February 18, 2008 11:17 AM To: Brent Fulgham Cc:

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Brent Fulgham
Ivan (and anyone else interested in WebKit for Windows): I've added http://bugs.webkit.org/show_bug.cgi?id=17428 to allow you to build the WinLauncher application I use for testing. -Brent ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Ivan Shusky
Many thanx Brent for your help. Really appreciate it!! :) I will go through the planet webkit blogs and try if I can start to get something started. Might come back with more questions though. Best, Ivan Date: Mon, 18 Feb 2008 13:25:27 -0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re:

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Brent Fulgham
Note that there is nothing Cairo-specific about WinLauncher; you can use it to run the CoreGraphics-style WebKit as well. This might be a good thing to try first, to make sure your debugging environment is set up properly, etc. Let me know if you run into any problems. Note that you'll

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Ivan Shusky
Hi Brent, Again many thanx for your help. Currently I am going through the blogs and trying to figure out how to setup the environment. Its a bit confusing to me.Hope it is not too much to ask for a step by step guide to setup the environment for Win. Right now I have the codes and compiled

Re: [webkit-dev] Help needed. WebKit with Windows XP

2008-02-18 Thread Ivan Shusky
I keep getting this error when trying to open any VC project file, am I missing something?Property sheet file '$(WebKitLibrariesDir)\tools\vsprops\common.vsprops' was not found or failed to load. Best, Ivan CC: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: [webkit-dev] Help