[webkit-dev] Question to the Adobe ApolloWebKit developers, tips and tricks to getting your branch to compile.

2007-07-27 Thread Fuenty, Chris
First off, I know you guys don't claim your version of WebKit you are working with is a branch, I just used it for lack of a better term :P. Anyway, I have the latest P4 branch out of perforce. What's your guy's tips and tricks to get it to compile right-out-of-the-box? Is there a certain

Re: [webkit-dev] Question to the Adobe ApolloWebKit developers, tips and tricks to getting your branch to compile.

2007-07-28 Thread Fuenty, Chris
2 things. Sorry for getting it submitted as another thread, didn't realize you needed to include all past replies. 2nd, good job adding instructions to the wiki, as that should help out many people. --Z On 7/28/07, Fuenty, Chris [EMAIL PROTECTED] wrote: Allright, I'm out of town right now

Re: [webkit-dev] Question to the Adobe ApolloWebKit developers, tips and tricks to getting your branch to compile.

2007-07-28 Thread Fuenty, Chris
error LNK2001: unresolved external symbol _UCNV_TO_U_CALLBACK_STOP_3_4 JavaScriptCore.lib Error 69 error LNK2001: unresolved external symbol _ucnv_toUChars_3_4 JavaScriptCore.lib On 7/28/07, Fuenty, Chris [EMAIL PROTECTED] wrote: 2 things. Sorry for getting it submitted as another thread, didn't

[webkit-dev] Regarding QtWebkit Builds on Win32

2007-08-31 Thread Fuenty, Chris
When building Qtwebkit (with Perl and MinGW paths in the PATH envirment var, and through the Qt command prompt), I exit with the following errors, which I can not really make out what they are. cd WebCore\ mingw32-make -f Makefile mingw32-make[1]: Entering directory

Re: [webkit-dev] How to debug webkit source on windows platform

2007-10-23 Thread Fuenty, Chris
周毅书 wrote: Thanks in advice. I found the option Attach to Process in menu Debug and Tools, can you tell me in detail about how to debug using Attach to Process option? Because I built webkit in cygwin, so i think if i want to debug in VS2005, i should configure something in VS2005, but i

Re: [webkit-dev] Proof of Concept: NPAPI plugins in Qt/Windows

2007-11-12 Thread Fuenty, Chris
Question, does this require MSVC compiliers, or will the MinGW compilers work fine? I'm having the issues with certain the _countof struct not being defined. c On 11/10/07, Justin Haygood [EMAIL PROTECTED] wrote: I've updated the patch :)

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

2007-11-19 Thread Fuenty, Chris
You need to do a lot of P/Invoke calls. It's very complicated, I used it back before Safari 3 and WebKit 5xx, You can work with this code, It won't work until you modify it to work with the latest WebKit. Keep in mind the Licensing Restrictions of Raw Win32 WebKit when using this.

Re: [webkit-dev] Raw Win32 WebKit Demo code does not work

2008-01-25 Thread Fuenty, Chris
browser. Thanks Roger Date: Fri, 25 Jan 2008 00:54:41 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Raw Win32 WebKit Demo code does not work Fuenty

[webkit-dev] More Flood: QCookieJar and Cookie Handling

2008-02-17 Thread Fuenty, Chris
Hello. I don't see much of a way to handle cookies within QtWebkit. I see that there is a QCookieJar created when needed to save cookies for a site session, but discarded after words, and I can't seem to see where/how to access cookies saved from that site. Unless there's already a way for