Re: [webkit-dev] Fix for Vector::m_inlineBuffer alignment?

2008-09-07 Thread Maciej Stachowiak
On Sep 4, 2008, at 1:20 AM, Paul Pedriana wrote: Well the proposed solution in https://bugs.webkit.org/show_bug.cgi?id=16925 doesn't work, as VC++ doesn't accept that syntax. And the solutions in https://bugs.webkit.org/show_bug.cgi?id=19775 whereby a uint32_t or uint64_t buffer are made

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread Eric Seidel
On Sun, Sep 7, 2008 at 2:22 PM, Eric Seidel [EMAIL PROTECTED] wrote: Yay for matching style! My vote is for JSC. -eric On Sun, Sep 7, 2008 at 1:56 PM, Cameron Zwarich [EMAIL PROTECTED] wrote: Now that SquirrelFish Extreme has landed, we should perform some of the cleanup that we've been

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread Maciej Stachowiak
I like JSC or SFX or JSCore. JavaScriptCore is too long. - Maciej On Sep 7, 2008, at 1:56 PM, Cameron Zwarich wrote: Now that SquirrelFish Extreme has landed, we should perform some of the cleanup that we've been itching to do for a while now. A few items immediately come to mind, but I

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread David Hyatt
I like JSCore. dave On Sep 7, 2008, at 7:16 PM, Maciej Stachowiak wrote: I like JSC or SFX or JSCore. JavaScriptCore is too long. - Maciej On Sep 7, 2008, at 1:56 PM, Cameron Zwarich wrote: Now that SquirrelFish Extreme has landed, we should perform some of the cleanup that we've been

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread Sam Weinig
like JSCore or JSC. I prefer JSCore. -Sam ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread Dan Bernstein
JSCore++ ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] JavaScriptCore cleanup

2008-09-07 Thread Maciej Stachowiak
On Sep 7, 2008, at 5:34 PM, Sam Weinig wrote: like JSCore or JSC. I prefer JSCore. I know I had JSCore on my list of ok names, but now that I think about it more I really don't like the half-abbreviation. And this namespace, unlike the WebCore namespace, is used quite a bit in code so

[webkit-dev] Could the webkit support XHTML 2.0?

2008-09-07 Thread Shi.David
Hi,webkiter, I want know Could the webkit support XHTML 2.0? Best Regards 石长江 EXT:2417 ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] SquirrelFish Extreme?

2008-09-07 Thread Jon Shier
It's possible this is coming in a future blog post, but I'm wondering if someone could explain what SquirrelFish Extreme is all about. The changelist doesn't really say much. Jon ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Problem in AutoGen of files

2008-09-07 Thread nandakumar
Hi, I'm currently facing problem in the AutoGeneration of files. The files are not getting created when I tried building the webkit JavascriptCore in Win32 using VC2005. I have also set the WEBKITLIBRARIESDIR and WEBKITOUTPUTDIR environment variables with the values build-webkit sets them to. Any