[webkit-dev] JavaScriptCore or WebCore

David Kilzer ddkilzer at webkit.org
Wed Mar 11 13:05:39 PDT 2009


JavaScriptCore/kjs was removed and files were moved to other subdirectories like JavaScriptCore/runtime.

Running "svn log -v | less" and searching for the old file name will usually help you find what was renamed.  Or look in JavaScriptCore/ChangeLog* files for the same information.

Dave




________________________________
From: Husam Senussi <husam at senussi.com>
To: webkit-dev at lists.webkit.org
Sent: Wednesday, March 11, 2009 12:31:36 PM
Subject: [webkit-dev] JavaScriptCore or WebCore

Hi,

I'm trying to see where should go, I'm writing the code for JSON object and I'm not  sure where should  go.

In the patch attached to the bug the code for JSON object exist in JavaScriptCore/kjs which doesn't exist in
source tree I checked out, instead I found JavaScriptCore/runtime.

Or should the files go into WebCore/bindings/js but my understanding this directory contains
DOM object not Javascript language objects like Array,String, Math ... etc.

Sorry if that sounds like dumb question, I' just trying to understand structure of the source code.

Thanks
Husam.
_______________________________________________
webkit-dev mailing list
webkit-dev at lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20090311/58c33c05/attachment.html>


More information about the webkit-dev mailing list