source: webkit/trunk/JavaScriptCore/JavaScriptCore.xcodeproj

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @49366   16 years ggaren Tiger build fix: fixed file name case. Patch by Geoffrey Garen …
(edit) @49365   16 years ggaren At long last, I pronounce the death of AllInOneFile.cpp. …
(edit) @49214   16 years oliver It should be possible to post (clone) built-in JS objects to Workers …
(edit) @48819   16 years weinig Fix an absolute path to somewhere in Oliver's machine to a relative …
(edit) @48207   16 years hausmann https://bugs.webkit.org/show_bug.cgi?id=29024 Make JavaScriptCore
(edit) @47780   16 years oliver [ES5] Implement getOwnPropertyDescriptor …
(edit) @47665   16 years darin Two loose ends from the last commit. Patch by Darin Adler …
(edit) @47664   16 years darin Syntax tree nodes should use arena allocation …
(edit) @47622   16 years ggaren Added a number => string cache. Patch by Geoffrey Garen …
(edit) @47582   16 years mrowe Roll out r47571 and related build fixes as it caused us to leak the …
(edit) @47571   16 years darin Syntax tree nodes should use arena allocation …
(edit) @47412   16 years barraclough No, silly runtime, AST nodes are not for you. Reviewed by Sam Weinig. …
(edit) @47304   16 years barraclough Remove AST nodes from use within the Runtime (outside of parsing), …
(edit) @47265   16 years darin JavaScriptCore: Some small bits of housekeeping. Patch by Darin Adler …
(edit) @47236   16 years darin JavaScriptCore: JavaScriptCore tweaks to get ready for the parser …
(edit) @47092   16 years oliver Make it harder to misuse try* allocation routines …
(edit) @47022   16 years oliver Stack overflow crash in JavaScript garbage collector mark pass …
(edit) @46876   16 years mrowe Add explicit dependencies for our build verification scripts to ensure …
(edit) @46868   16 years mrowe Bring a little order to our otherwise out of control lives.
(edit) @46598   16 years ggaren Merged nitro-extreme branch into trunk.
(edit) @46202   16 years barraclough 2009-07-21 Gavin Barraclough <[email protected]> …
(edit) @46180   16 years aroben Roll out r46153, r46154, and r46155 These changes were …
(edit) @46153   16 years oliver Make it harder to misuse try* allocation routines …
(edit) @46149   16 years barraclough 2009-07-20 Gavin Barraclough <[email protected]> RS …
(edit) @45719   16 years aroben Sort all our Xcode projects Accomplished using …
(edit) @44897   16 years ddkilzer 2009-06-20 Zoltan Herczeg <[email protected]> Bug …
(edit) @44711   16 years barraclough 2009-06-15 Gavin Barraclough <[email protected]> …
(edit) @44550   16 years oliver Bug 26249: Support JSON.stringify …
(edit) @44522   16 years oliver Revert r44521 as it causes regressions on windows for some reason.
(edit) @44521   16 years oliver Bug 26249: Support JSON.stringify …
(edit) @44514   16 years barraclough 2009-06-08 Gavin Barraclough <[email protected]> …
(edit) @44508   16 years dglazkov JavaScriptCore: 2009-06-08 Dimitri Glazkov <Dimitri Glazkov> …
(edit) @44504   16 years barraclough 2009-06-07 David Kilzer <[email protected]> Make …
(edit) @44470   16 years ddkilzer JavaScriptCore: 2009-06-05 Shinichiro Hamaji <[email protected]> …
(edit) @44452   16 years antti JavaScriptCore: 2009-06-03 Antti Koivisto <Antti Koivisto> …
(edit) @44145   16 years levin JavaScriptCore: 2009-05-25 David Levin <[email protected]> …
(edit) @44095   16 years ddkilzer Part 1 of 2: Bug 25495: Implement PassOwnPtr and replace uses of …
(edit) @44030   16 years barraclough 2009-05-21 Gavin Barraclough <[email protected]> …
(edit) @43839   16 years barraclough 2009-05-18 Jan Michael Alonzo <[email protected]> …
(edit) @43838   16 years barraclough 2009-05-18 Gavin Barraclough <[email protected]> …
(edit) @43534   16 years ggaren 2009-05-11 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @43531   16 years weinig 2009-05-11 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @43479   16 years darin 2009-05-10 Darin Adler <Darin Adler> Reviewed by …
(edit) @43424   16 years oliver Add a limited literal parser for eval to handle object and array …
(edit) @43311   16 years darin 2009-05-06 Darin Adler <Darin Adler> Working with Sam …
(edit) @43264   16 years darin 2009-05-05 Darin Adler <Darin Adler> Try to fix Windows …
(edit) @43263   16 years darin 2009-05-05 Darin Adler <Darin Adler> Try to fix Mac …
(edit) @43220   16 years oliver Bug 25559: Improve native function call performance …
(edit) @42808   16 years timothy BUG 24604: WebKit profiler reports incorrect total times …
(edit) @42705   16 years ggaren JavaScriptCore: 2009-04-20 Geoffrey Garen <[email protected]> …
(edit) @42638   16 years barraclough 2009-04-17 Gavin Barraclough <[email protected]> …
(edit) @42631   16 years ddkilzer Simplify FEATURE_DEFINES definition Reviewed by Darin Adler. …
(edit) @42538   16 years oliver Move CallFrameClosure from inside the Interpreter class to its own …
(edit) @42537   16 years oliver Bug 25202: Improve performance of repeated callbacks into the VM …
(edit) @42481   16 years barraclough 2009-04-13 Gavin Barraclough <[email protected]> …
(edit) @42344   16 years levin 2009-04-08 Paul Pedriana <[email protected]> Reviewed by …
(edit) @42152   16 years bolsinga 2009-04-01 Greg Bolsinga <[email protected]> Reviewed by …
(edit) @41695   16 years mrowe Prevent AllInOneFile.cpp and ProfileGenerator.cpp from rebuilding …
(edit) @41350   16 years ddkilzer <rdar://problem/6635688> Move HAVE_DTRACE check to Base.xcconfig …
(edit) @41168   16 years ggaren 2009-02-23 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @41126   16 years ggaren JavaScriptCore: 2009-02-22 Geoffrey Garen <[email protected]> …
(edit) @41100   16 years ggaren 2009-02-19 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @40813   16 years barraclough 2009-02-09 Gavin Barraclough <[email protected]> …
(edit) @40678   16 years bfulgham 2009-02-05 David Levin <[email protected]> Reviewed by …
(edit) @40660   16 years barraclough 2009-02-04 Gavin Barraclough <[email protected]> Rubber …
(edit) @40399   16 years ap 2009-01-30 David Levin <[email protected]> Reviewed by …
(edit) @40332   16 years weinig JavaScriptCore: 2009-01-28 Sam Weinig <[email protected]> …
(edit) @40055   16 years oliver Move runtime/ByteArray to wtf/ByteArray RS=Dan Bernstein
(edit) @39931   16 years ddkilzer Bug 23153: JSC build always touches JavaScriptCore/docs/bytecode.html …
(edit) @39784   16 years ap Reviewed by Darin Adler. …
(edit) @39747   16 years oliver 2009-01-09 David Levin <[email protected]> Reviewed by …
(edit) @39625   16 years oliver CanvasPixelArray performance is too slow …
(edit) @39487   16 years mrowe <rdar://problem/6467376> Race condition in WTF::currentThread can lead …
(edit) @39337   16 years zimmermann Reviewed by Darin Adler. Fixes: …
(edit) @39229   16 years weinig 2008-12-11 Sam Weinig <[email protected]> Reviewed by Geoffrey …
(edit) @39109   16 years ddkilzer Bug 22555: Sort "children" sections in Xcode project files …
(edit) @39084   16 years oliver Rename ExecutableAllocatorMMAP to the more sensible …
(edit) @39083   16 years oliver <rdar://problem/6309878> Need more granular control over allocation of …
(edit) @39071   16 years weinig 2008-12-06 Sam Weinig <[email protected]> Reviewed by Cameron …
(edit) @39062   16 years barraclough 2008-12-05 Gavin Barraclough <[email protected]> …
(edit) @38992   16 years barraclough 2008-12-04 Gavin Barraclough <[email protected]> …
(edit) @38984   16 years barraclough 2008-12-03 Gavin Barraclough <[email protected]> …
(edit) @38891   16 years ggaren 2008-12-01 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38839   16 years barraclough 2008-11-29 Gavin Barraclough <[email protected]> …
(edit) @38641   17 years ggaren 2008-11-20 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38622   17 years ap Reviewed by Darin Adler. …
(edit) @38544   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38531   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38528   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38523   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38521   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38520   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38514   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38512   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38511   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38509   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38505   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Not reviewed. …
(edit) @38498   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38494   17 years ggaren 2008-11-17 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38487   17 years ggaren 2008-11-16 Geoffrey Garen <[email protected]> Reviewed by …
Note: See TracRevisionLog for help on using the revision log.