[webkit-dev] Strange Runtime Behavior

2009-02-26 Thread Bruce Cresanta
Hello All, When I run my WebView application within XCode, all of the graphics subresources are enumerable for a web page.When I run the executable outside the development environment, the subresources for the page are truncated to mainly *.css and *.js files.I've tried to work w

[webkit-dev] Multiple Target Problems on Mac

2009-02-24 Thread Bruce Cresanta
Hello, I am new to Webkit, and I'm noticing a fair amount of problems with the Debug/Release targets for WebKit. 1) The compiler can only find the DOM header files when it is set to Release 2) When the release target is selected, following links in the WebView does not always result in

[webkit-dev] Failure to #import

2009-02-23 Thread Bruce Cresanta
Hello, Hello, I'm new to WebKit. I'm using the Mac platform. When I try to #import the compiler fails to include DOM.h and other DOM files that are clearly in the framework. I need help figuring out if it's my setup or the distribution. Thank you. Bruce___

[webkit-dev] Newcomer's question:

2008-08-21 Thread Bruce Cresanta
Hello: I'm trying to compile the WebKit vsproj after a clean compile of the WebKit from the Scripts directory on Windows.I've provided an error log in which there are errors, including an unresolved environment variable called PRODUCTION. Would someone please help me get this to

[webkit-dev] Another Newbie Question.

2008-08-21 Thread Bruce Cresanta
Hello, Does the Windows version of WebKit have a COM control similar to the WebView in Cocoa? Thank you, Bruce ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Newbie Question:

2008-08-21 Thread Bruce Cresanta
Hello, I'm trying to compile on Windows using the directions on the WebKit.org site.I can initiate a build, but the build fails and cites that System Environment Variables could Be Incorrect.I've double checked the Paths to the Windows SDK's ../Bin ../Lib and ../ Include fil

[webkit-dev] Can anyone recommend a recent stable version?

2008-08-12 Thread Bruce Cresanta
Hello All, I have been working for quite some time on r-35231. In light of some of the failures being reported, can anyone please recommend the last "stable" version in recent history. I'd like to integrate my work into a later "stable" version of the code base. Regards, Bruce On

[webkit-dev] WebView Background Color in WebKit Control

2008-07-19 Thread Bruce Cresanta
Hello, I am writing an application using WebView that uses the [[WebView mainFrame] loadRequest:] method. The problem is that my background is dark and the view flashes the color White upon adding it as a subview of a view.I've been working with the source code for about 12 h