source: webkit/trunk/JavaScriptCore/runtime/JSGlobalData.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @64602   15 years ggaren Fixed a crash seen on the GTK 64bit buildbot. Reviewed by …
(edit) @63404   15 years oliver 2010-07-14 Oliver Hunt <[email protected]> Reviewed by Gavin …
(edit) @63341   15 years oliver Guard the CF path of interpreter vs. jit selection with PLATFORM(CF) …
(edit) @63336   15 years oliver Crash when trying to enable JIT and Interpreter in a single build. …
(edit) @63244   15 years barraclough Bug 42182 - Change how numeric compare functions are detected …
(edit) @62847   15 years darin * runtime/JSGlobalData.cpp: (JSC::JSGlobalData::sharedInstance): Fix typo.
(edit) @62842   15 years darin Fix assertion seen on the Leopard buildbot. The single shared instance …
(edit) @62612   15 years oliver 2010-07-06 Oliver Hunt <[email protected]> Reviewed by …
(edit) @61623   15 years zherczeg Adding regular expression caching to JavaScriptCore
(edit) @61588   15 years oliver 2010-06-21 Oliver Hunt <[email protected]> Reviewed by …
(edit) @59746   15 years barraclough Bug 39343 - Dynamically generate a native call thunk per …
(edit) @59676   15 years loki Fix the interpreter after r59637
(edit) @59637   15 years barraclough Bug 39252 - Move host/native JSFunction's NativeFunction onto …
(edit) @59339   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=39039 Provide support for …
(edit) @58712   15 years barraclough Rolling out r58114 - this introduced memory leaks of AtomicStrings …
(edit) @58133   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=38006 Change lifetime of …
(edit) @58114   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=37978 Unify …
(edit) @58012   15 years weinig Fix for https://bugs.webkit.org/show_bug.cgi?id=37937 Wean …
(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) @52956   15 years ap Reviewed by Geoffrey Garen. …
(edit) @52856   15 years barraclough https://bugs.webkit.org/show_bug.cgi?id=33236 Remove m_identifierTable …
(edit) @52082   15 years ggaren JavaScriptCore: Changed GC from mark-sweep to mark-allocate. …
(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) @51928   15 years eric 2009-12-09 Zoltan Herczeg <[email protected]> …
(edit) @51512   15 years barraclough Bug 31859 - Make world selection for JSC IsolatedWorlds automagical. …
(edit) @51457   15 years zoltan 2009-11-28 Zoltan Herczeg <[email protected]> …
(edit) @51329   16 years barraclough Part 1/3 of <rdar://problem/7377477> REGRESSION: Many web pages fail …
(edit) @50789   16 years ggaren Faster Math.random, based on GameRand. Reviewed by Gavin …
(edit) @50711   16 years ggaren Imported the v8 DST cache. Reviewed by Oliver Hunt. …
(edit) @50709   16 years ggaren Fixed an edge case that could cause the engine not to notice a …
(edit) @50705   16 years ggaren Added a tiny cache for Date parsing. Reviewed by Sam "Home …
(edit) @50608   16 years ggaren Rolled back in r50590 with Windows build hopefully fixed.
(edit) @50591   16 years ggaren Rolled out r50590 because it doesn't build on Windows.
(edit) @50590   16 years ggaren JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=31197
(edit) @48905   16 years oliver Tidy up codeblock sampler …
(edit) @48315   16 years ap Reviewed by Geoff Garen. …
(edit) @47738   16 years barraclough https://bugs.webkit.org/show_bug.cgi?id=28691 Do not retain ScopeNodes …
(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) @47267   16 years oliver Devirtualise marking https://bugs.webkit.org/show_bug.cgi?id=28294
(edit) @47022   16 years oliver Stack overflow crash in JavaScript garbage collector mark pass …
(edit) @46598   16 years ggaren Merged nitro-extreme branch into trunk.
(edit) @45553   16 years hausmann JavaScriptCore: 2009-07-05 Lars Knoll <[email protected]> …
(edit) @44844   16 years oliver Bug 26532: Native functions do not correctly unlink from optimised …
(edit) @44813   16 years darin JavaScriptCore: 2009-06-17 Darin Adler <Darin Adler> …
(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) @44417   16 years bfulgham 2009-06-04 Zoltan Horvath <[email protected]> …
(edit) @44224   16 years abarth Revert 44221.
(edit) @43479   16 years darin 2009-05-10 Darin Adler <Darin Adler> Reviewed by …
(edit) @43471   16 years darin 2009-05-10 Darin Adler <Darin Adler> Reviewed by Sam …
(edit) @43382   16 years ggaren 2009-05-07 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @43375   16 years ggaren 2009-05-07 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @43259   16 years darin 2009-05-05 Darin Adler <Darin Adler> Reviewed by Sam …
(edit) @43220   16 years oliver Bug 25559: Improve native function call performance …
(edit) @43153   16 years ggaren JavaScriptCore: 2009-05-02 Geoffrey Garen <[email protected]> …
(edit) @43037   16 years oliver Clean up ArgList to be a trivial type Reviewed by Gavin Barraclough …
(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) @40993   16 years ggaren JavaScriptCore: 2009-02-13 Geoffrey Garen <[email protected]> …
(edit) @39958   16 years barraclough 2009-01-15 Gavin Barraclough <[email protected]> …
(edit) @39951   16 years weinig 2009-01-15 Sam Weinig <[email protected]> Reviewed by Gavin …
(edit) @39755   16 years oliver 2009-01-09 David Levin <[email protected]> Reviewed by …
(edit) @39747   16 years oliver 2009-01-09 David Levin <[email protected]> Reviewed by …
(edit) @38622   17 years ap Reviewed by Darin Adler. …
(edit) @38511   17 years ggaren JavaScriptCore: 2008-11-17 Geoffrey Garen <[email protected]> …
(edit) @38464   17 years ggaren 2008-11-16 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38463   17 years ggaren 2008-11-16 Geoffrey Garen <[email protected]> Roll out …
(edit) @38461   17 years ggaren 2008-11-16 Geoffrey Garen <[email protected]> Reviewed by …
(edit) @38440   17 years darin JavaScriptCore: 2008-11-15 Darin Adler <Darin Adler> …
(edit) @38423   17 years ggaren JavaScriptCore: 2008-11-15 Geoffrey Garen <[email protected]> …
(edit) @38286   17 years barraclough 2008-11-10 Gavin Barraclough <[email protected]> …
(edit) @38205   17 years cwzwarich 2008-11-06 Cameron Zwarich <[email protected]> Reviewed by …
(edit) @38137   17 years cwzwarich 2008-11-05 Cameron Zwarich <[email protected]> …
(copy) @38087   17 years cwzwarich 2008-11-03 Cameron Zwarich <[email protected]> …
copied from trunk/JavaScriptCore/kjs/JSGlobalData.cpp
(edit) @38022   17 years timothy Adds ProfilerServer, which is a distributed notification listener …
Note: See TracRevisionLog for help on using the revision log.