- be3842f Purge PassRefPtr in JavaScriptCore - 2 by gyuyoung.kim@webkit.org · 10 years ago
- 2068589 Purge PassRefPtr in JavaScriptCore by gyuyoung.kim@webkit.org · 10 years ago
- 173b97b Use std::unique_ptr in JSClassRef and JSCallbackObject by gyuyoung.kim@samsung.com · 10 years ago
- 0cde90d Source/JavaScriptCore: Crash beneath operationTearOffActivation running this JS compression demo by barraclough@apple.com · 11 years ago
- 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
- fb7eff2 Rename Operations.h to JSCInlines.h by fpizlo@apple.com · 11 years ago
- 2a6c489 Change a couple of HashMap value types from OwnPtr to std::unique_ptr by andersca@apple.com · 12 years ago
- b366a0c Weak should have a move constructor and move assignment operator by andersca@apple.com · 12 years ago
- 2396eba Reduce JSC API static value setter/getter overhead. by commit-queue@webkit.org · 12 years ago
- 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
- ad21fd2 opaqueJSClassData should be cached on JSGlobalObject, not the JSGlobalData by mhahnenberg@apple.com · 12 years ago
- a4b4cbe The JITThunks class should be in its own file, and doing so should not break the build by fpizlo@apple.com · 12 years ago
- f56919a OpaqueJSClassContextData() should use StringImpl::isolatedCopy() to make string copies by msaboff@apple.com · 12 years ago
- ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 13 years ago
- 30738a7 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
- 7c7e427 Unreviewed, rolling out r128826 and r128813. by ossy@webkit.org · 13 years ago
- 013fd88 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
- cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
- fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
- d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
- 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
- a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
- 9e1789f WebKit should be lazy-finalization-safe (esp. the DOM) by ggaren@apple.com · 13 years ago
- 2361327 GC race condition in OpaqueJSClass::prototype by barraclough@apple.com · 13 years ago
- be736cc GC race condition in OpaqueJSClass::prototype by barraclough@apple.com · 13 years ago
- ab71e97 Made WeakSet::allocate() static and removed its JSGlobalData argument by ggaren@apple.com · 13 years ago
- 4c11ee0 HashMap<>::add should return a more descriptive object by caio.oliveira@openbossa.org · 13 years ago
- a0ee621 JSCallbackFunction::toStringCallback/valueOfCallback do not handle 0 return value from convertToType by barraclough@apple.com · 13 years ago
- 20d5025 Made Weak<T> single-owner, adding PassWeak<T> by ggaren@apple.com · 13 years ago
- 2b9344f OpaqueJSClass: Remove RVCT2 workarounds. <http://webkit.org/b/74250> by kling@webkit.org · 13 years ago
- c7858d7 Convert JSClassRef to use HashMap<OwnPtr> by darin@apple.com · 13 years ago
- 229dea6 Use HashMap<OwnPtr> for the opaqueJSClassData map by darin@apple.com · 13 years ago
- ff057a6 Implicitly add toString and valueOf to prototype when convertToType callback is provided by mhahnenberg@apple.com · 14 years ago
- 2346a3e Remove JSObjectWithGlobalObject https://bugs.webkit.org/show_bug.cgi?id=67689 by oliver@apple.com · 14 years ago
- fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
- af134a7 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- f464718 <http://webkit.org/b/56304> REGRESSION(r80892): 100,000+ leaks seen on the build bot by mrowe@apple.com · 14 years ago
- 8d85705 2011-02-14 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
- 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/API/JSClassRef.cpp]
- c2527d6 Rubber stamps by Darin Adler & Sam Weinig. by barraclough@apple.com · 15 years ago
- ee2085b Bug 43817 - Remove UString::Rep by barraclough@apple.com · 15 years ago
- 4d95c9e Bug 43816 - Remove UStringImpl by barraclough@apple.com · 15 years ago
- 5dea615 2010-05-21 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 15 years ago
- 185ce91 JavaScriptCore: Bug 37906 - Remove JSC::UStringImpl; unify with StringImpl. by barraclough@apple.com · 15 years ago
- c24293a Bug 36075 - Clean up screwyness re static string impls & Identifiers. by barraclough@apple.com · 15 years ago
- 939eb23 Rubber stamped by Oliver Hunt. by barraclough@apple.com · 15 years ago
- 2b3ed85 https://bugs.webkit.org/show_bug.cgi?id=34964 by barraclough@apple.com · 15 years ago
- 05f0f1e 2010-02-09 Nikolas Zimmermann <nzimmermann@rim.com> by zimmermann@webkit.org · 15 years ago
- 3cb3d04 Three small string fixes: by barraclough@apple.com · 15 years ago
- 4986c6b 2010-02-05 Kwang Yul Seo <skyul@company100.net> by ggaren@apple.com · 15 years ago
- 6655514 2010-01-21 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 15 years ago
- 89ab05e Force JSC to create a prototype chain for API classes with a by oliver@apple.com · 15 years ago
- b150b88 JavaScriptCore: Make naming & behaviour of UString[Impl] methods more consistent. by barraclough@apple.com · 15 years ago
- fdb62f2 RVCT compiler with "-Otime -O3" optimization tries to optimize out by hausmann@webkit.org · 15 years ago
- 8c8035b Rubber stamped by Geoff Garen. by barraclough@apple.com · 15 years ago
- e677126 Add createNonCopying method to UString to make replace constructor passed bool, by barraclough@apple.com · 15 years ago
- 960ab31 Fixed intermittent failure seen on Windows buildbot, and in other JSC by ggaren@apple.com · 15 years ago
- 8c52c94 2009-01-23 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 16 years ago
- 0b51a73 2008-11-05 Cameron Zwarich <zwarich@apple.com> by cwzwarich@webkit.org · 16 years ago
- b91210c 2008-11-03 Cameron Zwarich <zwarich@apple.com> by cwzwarich@webkit.org · 16 years ago
- 53173f3 2008-10-28 Cameron Zwarich <zwarich@apple.com> by cwzwarich@webkit.org · 16 years ago
- 4447cd6 2008-09-30 Darin Adler <darin@apple.com> by darin@apple.com · 17 years ago
- 8281d83 JavaScriptCore: by darin@apple.com · 17 years ago
- 3f782f6 2008-09-07 Cameron Zwarich <cwzwarich@uwaterloo.ca> by cwzwarich@webkit.org · 17 years ago
- 53ddf17 2008-08-23 Cameron Zwarich <cwzwarich@uwaterloo.ca> by cwzwarich@webkit.org · 17 years ago
- 6d93bb5 Reviewed by Oliver Hunt. by ap@webkit.org · 17 years ago
- fb4e83b Reviewed by Geoff Garen. by ap@webkit.org · 17 years ago
- 2ce2a7f JavaScriptCore: by weinig@apple.com · 17 years ago
- 960c28e Reviewed by Darin. by ap@webkit.org · 17 years ago
- faaccdb Reviewed by Darin. by ap@webkit.org · 17 years ago
- a1251b3 Reviewed by Geoffrey Garen. by ap@webkit.org · 17 years ago
- 53f9919 Roll out recent threading changes (r32807, r32810, r32819, r32822) to simplify by ap@webkit.org · 17 years ago
- a46b000 Reviewed by Geoffrey Garen. by ap@webkit.org · 17 years ago
- 444e19f 2008-04-14 Anders Carlsson <andersca@apple.com> by andersca@apple.com · 17 years ago
- a292f5d Reviewed by Darin. by andersca@apple.com · 17 years ago
- 734fbf6 JavaScriptCore: by darin@apple.com · 17 years ago
- 1b4d90b JavaScriptCore: by ggaren@apple.com · 17 years ago
- 7911af2 JavaScriptCore: by ggaren@apple.com · 17 years ago
- 7f98487 Reviewed by Geoff. by darin@apple.com · 17 years ago
- 5417cd5 2007-10-24 Eric Seidel <eric@webkit.org> by eseidel · 18 years ago
- 3372da3 Reviewed by Kevin McCullough. by darin · 18 years ago
- 94d0233 Reviewed by Maciej Stachowiak. by ggaren · 18 years ago
- 48f3446 2006-11-07 Anders Carlsson <acarlsson@apple.com> by andersca · 18 years ago
- 20b23b1 Reviewed by Maciej. by ggaren · 19 years ago
- 53794dc 2006-09-15 Anders Carlsson <acarlsson@apple.com> by andersca · 19 years ago
- 0503a4b Reviewed by Maciej. by ggaren · 19 years ago
- dd0d0e1 Approved by Maciej, RS by Beth. by ggaren · 19 years ago
- b3598b8 JavaScriptCore: by mjs · 19 years ago
- 855855b Reviewed by Maciej. by ggaren · 19 years ago
- 3bcef156 4eviewed by Geoff. by mjs · 19 years ago
- 554ad6f Reviewed by Maciej. by ggaren · 19 years ago
- a773556 Reviewed by John. by ggaren · 19 years ago
- 08d9eec Reviewed by Maciej. by ggaren · 19 years ago