source: webkit/trunk/JavaScriptCore@ 52493

Name Size Rev Age Author Last Change
../
API 52346   15 years barraclough Add createNonCopying method to UString to make replace constructor …
assembler 51067   16 years zoltan https://bugs.webkit.org/show_bug.cgi?id=31050 Patch by Zoltan Herczeg …
bytecode 52231   15 years ggaren Fixed <rdar://problem/7355025> Interpreter::privateExecute macro …
bytecompiler 52028   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32454 Refactor construction of …
Configurations 52290   15 years mrowe Versioning.
debugger 52176   15 years ggaren Removed the number heap, replacing it with a one-item free list for …
docs 39931   16 years ddkilzer Bug 23153: JSC build always touches JavaScriptCore/docs/bytecode.html …
ForwardingHeaders 38320   17 years cwzwarich 2008-11-11 Cameron Zwarich <[email protected]> Reviewed by …
icu 32583   17 years mrowe Add some content to an empty ICU header file to prevent verification …
interpreter 52343   15 years ggaren Changed Register constructors to assignment operators, to streamline …
JavaScriptCore 52040   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
JavaScriptCore.gyp 51452   15 years laszlo.1.gombos 2009-11-27 Shinichiro Hamaji <[email protected]> …
JavaScriptCore.vcproj 52476   15 years bweinstein Build fix for Windows Debug, if this breaks Release I will roll it out.
JavaScriptCore.xcodeproj 52463   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32831 Replace UString::Rep …
jit 52355   15 years eric 2009-12-18 Laszlo Gombos <Laszlo Gombos> …
os-win32 48427   16 years eric 2009-09-16 Benjamin C Meyer <[email protected]> …
parser 51882   15 years mjs move code generation portions of Nodes.cpp to bytecompiler directory …
pcre 52313   15 years hausmann [Qt] Clean up the qmake build system to distinguish between trunk …
profiler 52264   15 years aroben Remove HeavyProfile and TreeProfile completely These were mostly …
runtime 52472   15 years bweinstein Hopefully closer to a build fix. JavaScriptCore will build now.
tests 47404   16 years oliver REGRESSION (r47292): Prototype.js is broken by ES5 Arguments changes …
wrec 47530   16 years eric 2009-08-19 Yong Li <[email protected]> Reviewed by …
wtf 52493   15 years eric 2009-12-22 Kwang Yul Seo <[email protected]> Reviewed by …
yarr 51914   15 years weinig Fix a bug found while trying to compile JavaScriptCore with clang++. …
AllInOneFile.cpp 0 bytes 49365   16 years ggaren At long last, I pronounce the death of AllInOneFile.cpp. …
Android.mk 6.5 KB 52264   15 years aroben Remove HeavyProfile and TreeProfile completely These were mostly …
Android.v8.wtf.mk 2.4 KB 51926   15 years eric 2009-12-09 Steve Block <[email protected]> Reviewed by …
AUTHORS 57 bytes 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog 566.3 KB 52493   15 years eric 2009-12-22 Kwang Yul Seo <[email protected]> Reviewed by …
ChangeLog-2002-12-03 81.2 KB 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog-2003-10-25 54.6 KB 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog-2007-10-14 956.5 KB 44627   16 years pkasting JavaScriptCore: 2009-06-12 Peter Kasting <[email protected]> …
ChangeLog-2008-08-10 1.1 MB 35662   17 years mrowe Roll over three large ChangeLogs.
ChangeLog-2009-06-16 1.5 MB 44715   16 years mrowe Roll over some ChangeLog files.
config.h 2.4 KB 51199   16 years eric 2009-11-19 Laszlo Gombos <Laszlo Gombos> …
COPYING.LIB 25.0 KB 25754   18 years ddkilzer JavaScriptCore: Reviewed by Adam. - Fix …
create_hash_table 7.6 KB 45553   16 years hausmann JavaScriptCore: 2009-07-05 Lars Knoll <[email protected]> …
DerivedSources.make 2.6 KB 44550   16 years oliver Bug 26249: Support JSON.stringify …
GNUmakefile.am 22.8 KB 52482   15 years hausmann Prospective GTK build fix: Add UStringImpl.cpp/h to the build. * …
headers.pri 182 bytes 28103   18 years alp 2007-11-27 Alp Toker <[email protected]> Reviewed by Mark …
Info.plist 1.0 KB 39892   16 years mitz JavaScriptCore: Reviewed by John Sullivan. - update …
JavaScriptCore.exp 17.3 KB 52463   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32831 Replace UString::Rep …
JavaScriptCore.gypi 16.8 KB 52264   15 years aroben Remove HeavyProfile and TreeProfile completely These were mostly …
JavaScriptCore.order 114.2 KB 51971   15 years eric 2009-12-10 Kent Hansen <[email protected]> Reviewed by …
JavaScriptCore.pri 8.0 KB 52481   15 years hausmann Fix the Qt build, add UStringImpl.cpp to the build. * JavaScriptCore.pri:
JavaScriptCore.pro 1.5 KB 51174   16 years laszlo.1.gombos 2009-11-18 Laszlo Gombos <Laszlo Gombos> …
JavaScriptCorePrefix.h 755 bytes 41764   16 years kevino Reviewed by Mark Rowe. Move BUILDING_ON_* defines into …
JavaScriptCoreSources.bkl 6.6 KB 52264   15 years aroben Remove HeavyProfile and TreeProfile completely These were mostly …
jsc.cpp 18.3 KB 52082   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
jsc.pro 713 bytes 51174   16 years laszlo.1.gombos 2009-11-18 Laszlo Gombos <Laszlo Gombos> …
jscore.bkl 5.8 KB 42980   16 years kevino wxMSW build fix. Switch JSCore build back to static.
make-generated-sources.sh 268 bytes 45993   16 years pkasting 2009-07-16 Peter Kasting <[email protected]> Reviewed by …
Makefile 55 bytes 11995   19 years darin * Makefile: Took out unneeded "export" line. * <many-files>: …
THANKS 413 bytes 11962   19 years thatcher Removes svn:keywords from all files.
wscript 3.8 KB 51423   16 years laszlo.1.gombos 2009-11-26 Laszlo Gombos <Laszlo Gombos> …
Note: See TracBrowser for help on using the repository browser.