diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-09-16 07:51:00 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-09-16 07:58:16 (GMT) |
commit | 120329adb47dba60f532c1c2fd2ad0f37b812437 (patch) | |
tree | fc2311cef4b69fe7294e8f5aab27fe6af2546123 /src/3rdparty/javascriptcore/JavaScriptCore/THANKS | |
parent | ce17ae5a6159d8ce3a5d2cc98f804a2debb860e5 (diff) | |
download | Qt-120329adb47dba60f532c1c2fd2ad0f37b812437.zip Qt-120329adb47dba60f532c1c2fd2ad0f37b812437.tar.gz Qt-120329adb47dba60f532c1c2fd2ad0f37b812437.tar.bz2 |
Separate the copy of JavaScriptCore that QtScript uses from the copy that
QtWebKit uses.
This is needed to decouple QtScript from QtWebKit, as discussed in the
WebKit team.
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/3rdparty/javascriptcore/JavaScriptCore/THANKS')
-rw-r--r-- | src/3rdparty/javascriptcore/JavaScriptCore/THANKS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/3rdparty/javascriptcore/JavaScriptCore/THANKS b/src/3rdparty/javascriptcore/JavaScriptCore/THANKS new file mode 100644 index 0000000..b9a9649 --- /dev/null +++ b/src/3rdparty/javascriptcore/JavaScriptCore/THANKS @@ -0,0 +1,8 @@ + +I would like to thank the following people for their help: + +Richard Moore <rich@kde.org> - for filling the Math object with some life +Daegeun Lee <realking@mizi.com> - for pointing out some bugs and providing + much code for the String and Date object. +Marco Pinelli <pinmc@libero.it> - for his patches +Christian Kirsch <ck@held.mind.de> - for his contribution to the Date object |