source: webkit/trunk/JavaScriptCore/JavaScriptCore.xcodeproj

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @61732   15 years oliver 2010-06-23 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @61623   15 years zherczeg Adding regular expression caching to JavaScriptCore
(edit) @60716   15 years mrowe Silence some warnings seen on the build bot. * …
(edit) @60631   15 years barraclough Bug 40094 - The return type of NativeFunction should be EncodedJSValue …
(edit) @60598   15 years barraclough Add value-representation specific sections to the mac export file. …
(edit) @60057   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=39575 Make JS …
(edit) @59969   15 years levin Enforce size constraints on various data structures in …
(edit) @59955   15 years ggaren 2010-05-21 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @59941   15 years oliver 2010-05-21 Oliver Hunt <[email protected]> Reviewed by …
(edit) @59637   15 years barraclough Bug 39252 - Move host/native JSFunction's NativeFunction onto …
(edit) @59187   15 years bweinstein JavaScriptCore: Patch by Gavin Barraclough. Reviewed by Steve …
(edit) @59172   15 years eric 2010-05-11 Sheriff Bot <[email protected]> …
(edit) @59171   15 years bweinstein JavaScriptCore: Patch by Gavin Barraclough. Reviewed by Steve …
(edit) @59040   15 years oliver 2010-05-08 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @58935   15 years barraclough Bug 38714 - Add result caching for Math.sin Reviewed by Geoff Garen. …
(edit) @58712   15 years barraclough Rolling out r58114 - this introduced memory leaks of AtomicStrings …
(edit) @58537   15 years oliver Hoist JSVALUE32_64 arithmetic implementations into a separate file. …
(edit) @58286   15 years oliver 2010-04-26 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @58283   15 years oliver 2010-04-26 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @58266   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=38097 Disentangle …
(edit) @58206   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=38060 Split up …
(edit) @58136   15 years ukai 2010-04-22 Fumitoshi Ukai <[email protected]> Reviewed by …
(edit) @58114   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=37978 Unify …
(edit) @58001   15 years barraclough JavaScriptCore: Bug 37906 - Remove JSC::UStringImpl; unify with …
(edit) @57932   15 years barraclough JavaScriptCore: Bug 37895 - Share common code from UStringImplBase …
(edit) @57925   15 years oliver 2010-04-20 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @57912   15 years barraclough JavaScriptCore: Add missing .def file entries. Reviewed by NOBODY …
(edit) @57904   15 years barraclough Bug 37828 - Move WebCore's String classes to WTF Reviewed by Geoff …
(edit) @57879   15 years barraclough Rubber stamped by Maciej Stachowiak (relanding r57829). Added missing …
(edit) @57853   15 years barraclough This broke windows. Reviewed by NOBODY (rolling out r57829). …
(edit) @57829   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=37745 Move string uniquing …
(edit) @57192   15 years eric 2010-04-06 Adam Barth <[email protected]> Reviewed by Eric …
(edit) @57120   15 years oliver 2010-04-05 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @56825   15 years barraclough Rubber stamped by Sam Weinig. …
(edit) @56314   15 years oliver 2010-03-20 Oliver Hunt <[email protected]> Reviewed by …
(edit) @56085   15 years darin Rolled out r56081 since it broke the Windows build.
(edit) @56081   15 years darin Added arrayLength function and used it instead of hand-written code. …
(edit) @55859   15 years simon.fraser 2010-03-11 Simon Fraser <Simon Fraser> Reviewed …
(edit) @55322   15 years barraclough Rubber Stamped by Geoff Garen. Remove wrec. All builds should have …
(edit) @55027   15 years oliver 2010-02-19 Oliver Hunt <[email protected]> RS = Gavin …
(edit) @54798   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=33731 Many false leaks in …
(edit) @54618   15 years ap Reviewed by Geoffrey Garen. …
(edit) @54405   15 years mrowe Build fix. Remove a symbol corresponding to an inline function from …
(edit) @54402   15 years ggaren Build fix: export a header. * JavaScriptCore.xcodeproj/project.pbxproj:
(edit) @54394   15 years barraclough Add a JSStringBuilder class (similar-to, and derived-from …
(edit) @54102   15 years mrowe Sort Xcode projects. JavaScriptCore: * …
(edit) @53714   15 years dimich Fix the leak of ThreadIdentifiers in threadMap across threads. …
(edit) @52776   15 years barraclough JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=33163 Add …
(edit) @52751   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=33158 Refactor JSC API …
(edit) @52463   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32831 Replace UString::Rep …
(edit) @52334   15 years ggaren Fixed intermittent failure seen on Windows buildbot, and in other JSC …
(edit) @52329   15 years barraclough JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=32720
(edit) @52231   15 years ggaren Fixed <rdar://problem/7355025> Interpreter::privateExecute macro …
(edit) @52222   15 years mrowe Build fix. Disable debug variants of WebKit frameworks.
(edit) @52082   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
(edit) @52075   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=32496 Switch remaining cases …
(edit) @52047   15 years ggaren Rolled out my last patch because the bots were crashing
(edit) @52040   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
(edit) @51882   15 years mjs move code generation portions of Nodes.cpp to bytecompiler directory …
(edit) @51875   15 years dimich Revert and reopen "Add asserts to RefCounted to make sure ref/deref …
(edit) @51869   15 years dimich Add asserts to RefCounted to make sure ref/deref happens on the right …
(edit) @51624   15 years oliver Add zombies to JSC https://bugs.webkit.org/show_bug.cgi?id=32103
(edit) @51337   16 years mrowe Fix production builds where the source tree may be read-only.
(edit) @50790   16 years ggaren JavaScriptGlue build fix: Marked a file 'private' instead of …
(edit) @50789   16 years ggaren Faster Math.random, based on GameRand. Reviewed by Gavin …
(edit) @50179   16 years ggaren Build fix: Mark DateInstaceCache.h private, so other frameworks can …
(edit) @50174   16 years ggaren JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=30800 Cache …
(edit) @49802   16 years ggaren Added a private API for getting a global context from a context, for …
(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> …
Note: See TracRevisionLog for help on using the revision log.