Re: [webkit-dev] Disabled layout tests - we should get them re-enabled

2008-06-16 Thread Maciej Stachowiak
On Jun 16, 2008, at 8:39 AM, Jean-Charles VERDIE (Pleyo) wrote: > Hi, > > If've filed bug #19569 as meta whose aim is to re-enable all the > layout tests. The aforementioned bugs are marked as blocking this one. > https://bugs.webkit.org/show_bug.cgi?id=19569 Thanks for filing the bugs. > For

Re: [webkit-dev] JavaScriptCore directory rearrangement proposal

2008-06-16 Thread Mark Rowe
On 16/06/2008, at 18:49, Geoffrey Garen wrote: WebKitAvailability.h Hmmm... Why is this in JavaScriptCore at all? It's not used there. It's not used there *yet*. If new API is added to JavaScriptCore then they need to be tagged with the availability macros. Rather than having a sep

Re: [webkit-dev] JavaScriptCore directory rearrangement proposal

2008-06-16 Thread Geoffrey Garen
> I'm not sure where to put these: > ExecState.cpp (runtime or vm?) > ExecState.h I like vm. Mostly, an ExecState represents the state of execution in the VM. The runtime relies on the ExecState, but I wouldn't say that the ExecState was a component of the runtime. > completion.h

Re: [webkit-dev] renaming some things in JavaScriptCore

2008-06-16 Thread Maciej Stachowiak
On Jun 16, 2008, at 12:49 PM, Geoffrey Garen wrote: >> I like the idea. But I'm not crazy about the three WebKit namespaces >> being WTF, JSC, and WebCore. One of these things is not like the >> others! > > How about "JSCore?" We already use "JS" as an abbreviation for > "JavaScript" all over

Re: [webkit-dev] JavaScriptCore directory rearrangement proposal

2008-06-16 Thread Maciej Stachowiak
On Jun 16, 2008, at 1:53 PM, Sam Weinig wrote: > It has always bugged me that WTF was in JavaScriptCore at all. > Perhaps now is a good time to move it to its own project. I am not > sure what the concerns in the past were about separating WTF from > JavaScriptCore. Were they performance

Re: [webkit-dev] JavaScriptCore directory rearrangement proposal

2008-06-16 Thread Sam Weinig
It has always bugged me that WTF was in JavaScriptCore at all. Perhaps now is a good time to move it to its own project. I am not sure what the concerns in the past were about separating WTF from JavaScriptCore. Were they performance related? -Sam ___ w

Re: [webkit-dev] renaming some things in JavaScriptCore

2008-06-16 Thread Geoffrey Garen
> I like the idea. But I'm not crazy about the three WebKit namespaces > being WTF, JSC, and WebCore. One of these things is not like the > others! How about "JSCore?" We already use "JS" as an abbreviation for "JavaScript" all over the place, so "JSCore" seems like a natural shortening of "

Re: [webkit-dev] Disabled layout tests - we should get them re-enabled

2008-06-16 Thread Jean-Charles VERDIE (Pleyo)
Hi, Le 16 juin 08 à 01:07, Maciej Stachowiak a écrit : |./http/tests/xmlhttprequest/web-apps/009.html-disabled|TIME OUT| filed bug #19570 |./http/tests/xmlhttprequest/web-apps/016.html-disabled|TIME OUT| filed bug #19571 |./svg/batik/text/textDecoration.svg-disabled|TIME OUT| filed bu

Re: [webkit-dev] Failure to run WinLauncher

2008-06-16 Thread sergioag
Hi Thanks for your response. As i noticed that it was a COM object, i tried runnign regsvr32 on it. It succeeded, but still didn't work. I checked the code for the DLLRegisterServer and it says "deprecated - do not use" and only return 0. Any other way of registering? Thanks in advance, Sergi

[webkit-dev] JavaScriptCore directory rearrangement proposal

2008-06-16 Thread Maciej Stachowiak
Here is a proposal for how to rearrange the directory structure of JavaScriptCore and move some files around. Comments welcome. First, here's the new proposed directories: JavaScriptCore/ api/ impl/ compiler/ docs/ os-win32/ parser/ pcre/ runtime/