Re: [webkit-dev] Managed C++ Webkit

2008-10-06 Thread Jason Hullinger
I think the thing you are missing is calling gWebView-setFrameLoadDelegate. See WinLauncher for more details on that part. Hope that helps at all. Are you trying to make this without a GUI? I've personally had no luck with COM, althought I have had success with Cocoa/OS X to some degree. ~/Jason

Re: [webkit-dev] WebCoreLocalizedStrings

2008-10-04 Thread Jason Hullinger
this to a new file for cross-project functionality Where would the best place be to put this in? Also, would it make sense to move WebCoreLocalizedString into WebCore? Thanks, ~/Jason Hullinger On Fri, Oct 3, 2008 at 2:23 PM, Jason Hullinger [EMAIL PROTECTED] wrote: I'm building a Win32 project

[webkit-dev] WebCoreLocalizedStrings

2008-10-03 Thread Jason Hullinger
, for instance, [EMAIL PROTECTED]@@[EMAIL PROTECTED]@XZ, in the library that WebCore generated, so my question is, do I need to compile WebCore telling it where to find the localized.strings file, do I need to compile my project to find the file, or is there something else I'm missing? Thanks much, ~/Jason

Re: [webkit-dev] Win32 App

2008-09-30 Thread Jason Hullinger
other way to use WebKit's DOM parser without actually creating a new instance of window, and have access to the full browser DOM? I know I can eval JavaScript with base ECMAScript function's, but having a full browser DOM is what I'm trying to get. Thanks much, ~/Jason Hullinger On Tue, Sep 30, 2008

Re: [webkit-dev] Win32 App

2008-09-29 Thread Jason Hullinger
an actual frame, or view of any kind. Does anyone know if there is a similar way as a Windows app to do the same as in Cocoa? Thank much, ~/Jason Hullinger On Mon, Sep 29, 2008 at 1:12 AM, Ariya Hidayat [EMAIL PROTECTED]wrote: In Cocoa I have made a command line application that init's

[webkit-dev] Win32 App

2008-09-28 Thread Jason Hullinger
stringByEvaluatingJavaScriptFromString. Below is the source, and I've tried a variety of different things to eval (1 + 1, var foo = 1, etc.), and again, it's always null. Thanks for any information, ~/Jason Hullinger src snippet: int _tmain(int argc, _TCHAR* argv[]) { HRESULT hr; hr = OleInitialize

Re: [webkit-dev] ATL Header?

2008-09-26 Thread Jason Hullinger
FYI, everything (for me) still does build and work correctly, minus the error bellow which does not seem to effect the final build. Is this a sign that WebKit is moving toward VC2008 for Windows support? :) ~/Jason Hullinger On Thu, Sep 25, 2008 at 10:27 PM, Jason Hullinger [EMAIL PROTECTED

Re: [webkit-dev] ATL Header?

2008-09-26 Thread Jason Hullinger
Sure, I'll look into making a patch for it. Also, is there a push to possibly move towards Visual Studio 2008 any time soon? Thanks much, ~/Jason Hullinger On Fri, Sep 26, 2008 at 7:34 AM, Adam Roben [EMAIL PROTECTED] wrote: This is probably just an oversight. We should probably change

[webkit-dev] WebKit Dev Builds

2008-09-25 Thread Jason Hullinger
Would it be possible to include a Dev build (libs and headers) for each nightly build? Thanks much, ~/Jason Hullinger ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] missing headers error in windows build

2008-09-21 Thread Jason Hullinger
in: WebCore/platform/text and IntSize.h is in WebCore/platform/graphics Does anyone know a work around for this, besides editing the above files? I ask because keeping updated could be a bit painful otherwise. Thanks much for any help, ~/Jason Hullinger

Re: [webkit-dev] missing headers error in windows build

2008-09-21 Thread Jason Hullinger
of header file includes, killing compiler optimizations and some macro issues. Anyone built on Linux? Was that fairly clean to build? Thanks much, ~/Jason Hullinger On Sun, Sep 21, 2008 at 10:58 AM, Jason Hullinger [EMAIL PROTECTED]wrote: Getting some errors when building Project: WebKit

[webkit-dev] stringByEvaluatingJavaScriptFromString: OSX Windows

2008-09-21 Thread Jason Hullinger
what I need? I ask because I'm having a very difficult time compiling for Windows and would like to concentrate on the best approach. Thanks much, ~/Jason Hullinger ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] {Disarmed} Re: SquirrelFish: Very Impressive

2008-05-29 Thread Jason Hullinger
Yeah, 3.1 beta. Sorry, forgot to 'reply all' last time. ~/Jason On Thu, May 29, 2008 at 12:54 PM, Boyd Waters [EMAIL PROTECTED] wrote: On May 29, 2008, at 1:21 PM, Hanspeter Schaub wrote: I logged into the apple developer site and didn't see any new tools listed. Maybe the iPhone SDK?

[webkit-dev] JavaScript watch/unwatch

2008-02-13 Thread Jason Hullinger
/Core_JavaScript_1.5_Reference:Global_Objects:Object:unwatch ~/Jason Hullinger ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev