Re: [webkit-dev] Set up Webkit under XCode in MacOS

2009-02-20 Thread Mark Rowe
On 2009-02-19, at 23:49, ying lcs wrote: Hi, I was able to get the Webkit code from svn and compile using command line in MacOS 10.5 But when I was following http://webkit.org/building/debug.html to setup Webkit project under MacOS, I get compile errors. Here is what i did: 1. open Webkit's

[webkit-dev] Blocking resource loading

2009-02-20 Thread Frank Thomsen
Hi Let's say that I want my WebKit-enabled app to load pages from a specific domain. I implemented a IWebPolicyDelegate delegate and set it on the webview by calling setPolicyDelegate . The policy delegate filters page load requests in the decidePolicyForNavigationAction method and all is well.

Re: [webkit-dev] Transparency on GTK/DirectFB

2009-02-20 Thread Iulian
Hi guys! I'm trying to do something similar. I have webkit (r30726 - because of this - https://bugs.webkit.org/show_bug.cgi?id=19941) with GTK over DirectFB. I created the main page and browser page (as in GtkLauncher). I successfully setted the ARGB color map for main window (made tests with We

Re: [webkit-dev] Transparency on GTK/DirectFB

2009-02-20 Thread Nicholas Beck
Hi Iulian, Have you tried explicitly setting the background color to transparent in the HTML body? Regards, Nick Iulian wrote: > Hi guys! > > I'm trying to do something similar. > I have webkit (r30726 - because of this - > https://bugs.webkit.org/show_bug.cgi?id=19941) > with GTK over DirectFB.

Re: [webkit-dev] Problems with JavaScript bison parser

2009-02-20 Thread Javed Rabbani
I have just resolved the issue. The problem was found within the Lexer (JavaScriptCore\parser\Lexer.cpp), and not in Grammar.cpp. The reason that parser function kjsyypasre() was failing turned out to be related to improper functioning of isWhiteSpace() function that was not interpreting the whites

[webkit-dev] pageshow equivalent event in Webkit?

2009-02-20 Thread bluebeard
https://developer.mozilla.org/en/Using_Firefox_1.5_caching When a user navigates to a cached page, inline scripts and the onloadhandler do not run since in most cases, the effects of these scripts have been preserved. Gecko triggers a pageshow event to allow developers to handle cached page loads

Re: [webkit-dev] Set up Webkit under XCode in MacOS

2009-02-20 Thread ying lcs
Thanks But I did follow step 2 and 3. I did create a custom location in build of my project info. And I did set the active build configuration to be debug active target to be project specific active executabe to be custom executable On Fri, Feb 20, 2009 at 12:19 AM, Mark Rowe wrote: > > On 200

Re: [webkit-dev] JCS standalone

2009-02-20 Thread Geoffrey Garen
Hi. You can use 'make' or any of the platform-specific project files in the JavaScriptCore subdirectory. Geoff On Feb 19, 2009, at 11:52 PM, thouraya andolsi wrote: Hi all, How can i compile JSC standalone ? ( I would like to have just the jsc executable) I looked at "WebKitTools/Scri

Re: [webkit-dev] Set up Webkit under XCode in MacOS

2009-02-20 Thread ying lcs
I think the build is complaining it can't find these files: wtf/Platform.h wtf/FastMalloc.h wtf/DisallowCType.h But in the directory, i do see they are located at: WebKit/mac/ForwardingHeaders/wtf. Can you please tell me why XCode can't see it? I am using MacOS 10.5. Thank you. On Fri, Feb 20

Re: [webkit-dev] Set up Webkit under XCode in MacOS

2009-02-20 Thread Mark Rowe
On 2009-02-20, at 12:01, ying lcs wrote: Thanks But I did follow step 2 and 3. I did create a custom location in build of my project info. And I did set the active build configuration to be debug active target to be project specific active executabe to be custom executable The build transcri

[webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-20 Thread ying lcs
Hi, Can you please tell me where is the 'main' for the Webkit/Webkit project on Mac OS? i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find the 'main' for the browser. Thank you for any pointers. ___ webkit-dev mailing list webkit-dev@