Re: [webkit-dev] Moving WTF out of JavaScriptCore (revisited)

2011-11-04 Thread Steve Falkenburg
On Nov 4, 2011, at 8:48 AM, Kevin Ollivier wrote: Step (2) here involves coming up with a good solution for export control in both the WTF and platform cases. Today we use an explicit .exp file for JavaScriptCore and WebCore on Mac and I believe a .def file in the Apple Windows WebKit

Re: [webkit-dev] The tree is on fire

2010-01-22 Thread Steve Falkenburg
Fixed in http://trac.webkit.org/changeset/53743 -steve On Jan 22, 2010, at 5:37 PM, Jian Li wrote: There is another show stopper caused by http://trac.webkit.org/changeset/53740. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Towards a More Convenient IWebUIDelegate

2009-12-02 Thread Steve Falkenburg
On Dec 2, 2009, at 9:53 PM, Brent Fulgham wrote: To add insult to injury, all of these interface classes also require each concrete implementation to implement a stub QueryInterface, AddRef, and RemoveRef method. Yes, this is one of the downsides of COM. Some COM developers use ATL (or

Re: [webkit-dev] New requirement for building on Windows coming

2009-11-24 Thread Steve Falkenburg
On Nov 24, 2009, at 11:12 AM, Alexey Proskuryakov wrote: Can we make a local copy of those? For internal developers, we should just submit the SDK into BI and then it can be included in the SDK we install already to C:\AppleInternal. Probably we can just submit what we have checked into the

Re: [webkit-dev] New requirement for building on Windows coming

2009-11-24 Thread Steve Falkenburg
On Nov 24, 2009, at 11:17 AM, Steve Falkenburg wrote: Probably we can just submit what we have checked into the internal treees/win/DirectX-SDK-2004-12 Of course that wouldn't help open source contributors, so installing the SDK as a prerequisite for development makes sense. -steve

Re: [webkit-dev] VS2005 debugger complains that webkit.pdb does not match with webkit.dll

2009-06-19 Thread Steve Falkenburg
You can use registry free COM to do this in that older revision. I believe WinLauncher and/or DumpRenderTree did this during that time. Or, just update to the newer rev or merge the changes yourself. -steve Brent Fulgham wrote: Hi, Thanks Brent. But I searched my webkit source for

Re: [webkit-dev] JS_EXPORT addition

2009-04-25 Thread Steve Falkenburg
The Apple Windows port uses a JavaScriptCore.def file to specify the remaining exports. -steve On Apr 25, 2009, at 2:42 PM, Kevin Ollivier kev...@theolliviers.com wrote: Hi all, I'm trying to update the wx port after the addition of JS_EXPORT and the idea of exporting symbols.

Re: [webkit-dev] Successful Webkit Build on Windows but Error Running Webkit

2008-03-14 Thread Steve Falkenburg
We don't support VC++ Express 2008 at this point. 2005 is still available for download, and can be installed alongside 2008. There's a link to the 2005 download at: http://webkit.org/building/tools.html 2008 doesn't work at the moment since we haven't converted all of the dependent DLLs