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