source: webkit/trunk/Source/JavaScriptCore@ 108444

Name Size Rev Age Author Last Change
../
API 108010   13 years ggaren Made Weak<T> single-owner, adding PassWeak<T> …
assembler 108444   13 years fpizlo JSC should be a triple-tier VM …
bytecode 108444   13 years fpizlo JSC should be a triple-tier VM …
bytecompiler 108444   13 years fpizlo JSC should be a triple-tier VM …
Configurations 108363   13 years weinig Attempt to fix the Snow Leopard build. Source/JavaScriptCore: * …
debugger 106783   13 years barraclough Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter …
dfg 108444   13 years fpizlo JSC should be a triple-tier VM …
docs 68378   15 years zecke make-bytecode-docs.pl: Add a comment to the generated HTML …
ForwardingHeaders 95901   14 years darin Set eol-style to native on many source files where it was unset.
gyp 95934   14 years abarth Finish removing PLATFORM(BREWMP) by removing associated code …
heap 108444   13 years fpizlo JSC should be a triple-tier VM …
icu 95901   14 years darin Set eol-style to native on many source files where it was unset.
interpreter 108444   13 years fpizlo JSC should be a triple-tier VM …
JavaScriptCore.gyp 106391   13 years commit-queue [Chromium] Remove references to gyp cygwin build target …
JavaScriptCore.vcproj 108444   13 years fpizlo JSC should be a triple-tier VM …
JavaScriptCore.xcodeproj 108444   13 years fpizlo JSC should be a triple-tier VM …
jit 108444   13 years fpizlo JSC should be a triple-tier VM …
llint 108444   13 years fpizlo JSC should be a triple-tier VM …
offlineasm 108444   13 years fpizlo JSC should be a triple-tier VM …
os-win32 95901   14 years darin Set eol-style to native on many source files where it was unset.
parser 108259   13 years barraclough Move special proto property to Object.prototype …
profiler 107499   13 years fpizlo It should be possible to send all JSC debug logging to a file …
qt 98093   14 years hausmann Remove QtScript source code from WebKit. …
runtime 108444   13 years fpizlo JSC should be a triple-tier VM …
shell 107512   13 years kubo [CMake] Remove unused or empty variable definitions. …
tests 108252   13 years msaboff Update toLower and toUpper tests for Unicode 6.1 changes …
tools 108037   13 years yuqiang.xian Add JSC code profiling support on Linux x86 …
wtf 108444   13 years fpizlo JSC should be a triple-tier VM …
yarr 107647   13 years oliver Executing out of bounds in JSC::Yarr::YarrCodeBlock::execute / …
AllInOneFile.cpp 0 bytes 49365   16 years ggaren At long last, I pronounce the death of AllInOneFile.cpp. …
AUTHORS 57 bytes 11962   19 years thatcher Removes svn:keywords from all files.
ChangeLog 2.2 MB 108444   13 years fpizlo JSC should be a triple-tier VM …
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.
ChangeLog-2010-05-24 1012.7 KB 60085   15 years mrowe Roll over some ChangeLog files.
ChangeLog-2011-02-16 914.3 KB 78737   14 years mrowe Roll over some ChangeLogs.
CMakeLists.txt 9.4 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
config.h 2.5 KB 104897   13 years morrita [Chromium] JSExportMacros.h should be visible. …
COPYING.LIB 25.0 KB 25754   18 years ddkilzer JavaScriptCore: Reviewed by Adam. - Fix …
create_hash_table 9.0 KB 102167   13 years barraclough https://bugs.webkit.org/show_bug.cgi?id=68328 The generator and …
create_jit_stubs 2.0 KB 98491   14 years mitz Build fix. Reverted r98488, which caused the scripts’ status messages …
create_regex_tables 5.3 KB 83860   14 years satish 2011-04-14 Satish Sampath <[email protected]> Reviewed by …
DerivedSources.make 3.1 KB 106606   13 years morrita [Mac] eliminate JavaScriptCore.exp …
DerivedSources.pri 2.7 KB 99274   14 years vestbo [Qt] Refactor and clean up the qmake build system The qmake build …
entitlements.plist 229 bytes 100223   14 years barraclough Should sign the jsc binary …
GNUmakefile.am 5.7 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
GNUmakefile.list.am 38.5 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
Info.plist 1020 bytes 104269   13 years mitz <rdar://problem/10633760> Update copyright strings Reviewed by Mark …
JavaScriptCore.gypi 27.6 KB 108267   13 years mhahnenberg Factor out allocation in CopySpace into a separate CopyAllocator …
JavaScriptCore.order 153.3 KB 108119   13 years commit-queue Remove unused parameters from WTF threading API …
JavaScriptCore.pri 1.3 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
JavaScriptCore.pro 504 bytes 104825   13 years hausmann Make the new WTF module build on Qt …
javascriptcoregtk.pc.in 321 bytes 96087   14 years carlosgc [GTK] Reorganize header files …
JavaScriptCorePrefix.h 756 bytes 71754   15 years ossy 2010-11-10 Csaba Osztrogonác <Csaba Osztrogonác> Reviewed by …
jsc.cpp 22.8 KB 108420   13 years oliver Make TypedArrays be available in commandline jsc …
jsc.pro 863 bytes 104034   13 years vestbo [Qt] Introduce new qmake variable 'WEBKIT' for signaling dependencies …
JSCTypedArrayStubs.h 8.8 KB 108432   13 years oliver Unbreak double-typed arrays on ARMv7 …
KeywordLookupGenerator.py 11.1 KB 99436   14 years msaboff Towards 8 Bit Strings: Templatize JSC::Lexer class by character type …
make-generated-sources.sh 393 bytes 88076   14 years oliver 2011-06-03 Oliver Hunt <[email protected]> Reviewed by …
Makefile 27 bytes 81805   14 years mrowe Stop setting OTHER_OPTIONS in JavaScriptCore's Makefile. It's not …
PlatformBlackBerry.cmake 166 bytes 102505   13 years commit-queue Remove unnecessary file DissasemblerARM.cpp from build system …
PlatformEfl.cmake 366 bytes 100081   14 years paroga [CMake] Move list of DFG source files into correct file …
PlatformWinCE.cmake 885 bytes 99866   14 years ryuan.choi [CMAKE] Refactoring CMakeLists${PORT}.txt to Platform${PORT}.cmake …
Target.pri 7.3 KB 108444   13 years fpizlo JSC should be a triple-tier VM …
testRegExp.cpp 14.5 KB 103243   13 years ggaren Placement new does an unnecessary NULL check …
THANKS 413 bytes 11962   19 years thatcher Removes svn:keywords from all files.
wscript 3.2 KB 95934   14 years abarth Finish removing PLATFORM(BREWMP) by removing associated code …
Note: See TracBrowser for help on using the repository browser.