1. 9818dbd Move ContentSearchUtils, ScriptBreakpoint, and ScriptDebugListener into JavaScriptCore for inspector by joepeck@webkit.org · 11 years ago
  2. 422331b Remove stdio.h from JSC files. https://bugs.webkit.org/show_bug.cgi?id=125220 by commit-queue@webkit.org · 11 years ago
  3. 5c4dbc4 Replace use of OwnArrayPtr<Foo> with std::unique_ptr<Foo[]> in JavaScriptCore by weinig@apple.com · 12 years ago
  4. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  5. 5598c18 Replace ASSERT_NOT_REACHED with RELEASE_ASSERT_NOT_REACHED in JSC by oliver@apple.com · 12 years ago
  6. 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
  7. 01902c8 Rename dataLog() and dataLogV() to dataLogF() and dataLogFV() by fpizlo@apple.com · 12 years ago
  8. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  9. 72da811 WebKit should be lazy-finalization-safe (esp. the DOM) v2 by ggaren@apple.com · 13 years ago
  10. 1c6e4b0 Should be able to use YARR JIT without the JS language JIT by barraclough@apple.com · 13 years ago
  11. a269c163 Template the Yarr::Interpreter on the character type by barraclough@apple.com · 13 years ago
  12. c6c0e15 Build fix for !ENABLE(YARR_JIT) after r112454. by paroga@webkit.org · 13 years ago
  13. a3bea42 Yarr: if we're not using the output array, don't populate it! by barraclough@apple.com · 13 years ago
  14. f280e17 Yarr: if we're not using the output array, don't populate it! by barraclough@apple.com · 13 years ago
  15. 0a0af1a RexExp constructor last match properties should not rely on previous ovector by barraclough@apple.com · 13 years ago
  16. 540e7d9 ASSERT(position < 0) in JSC::Yarr::Interpreter::InputStream::readChecked by msaboff@apple.com · 13 years ago
  17. d095b24 It should be possible to send all JSC debug logging to a file by fpizlo@apple.com · 13 years ago
  18. 77be0c8 Removed some regexp entry boilerplate code by ggaren@apple.com · 13 years ago
  19. 11d900d Implicit creation of a regular expression should eagerly check for syntax errors by ggaren@apple.com · 13 years ago
  20. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  21. c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
  22. 0cb990b Investigate storing strings in 8-bit buffers when possible by msaboff@apple.com · 13 years ago
  23. 3e08466 Add custom vtable struct to ClassInfo struct by mhahnenberg@apple.com · 14 years ago
  24. 2cc4150 Update RegExp and related classes to use 8 bit strings when available by msaboff@apple.com · 14 years ago
  25. b1189a9 Add JSC:RegExp functional test data generator by msaboff@apple.com · 14 years ago
  26. aeb7a4a Remove simple usage of UString::characters() from JavaScriptCore by msaboff@apple.com · 14 years ago
  27. 403bfdf Unzip initialization lists and constructors in JSCell hierarchy (2/7) by commit-queue@webkit.org · 14 years ago
  28. 214ac02 Unzip initialization lists and constructors in JSCell hierarchy (1/7) by commit-queue@webkit.org · 14 years ago
  29. 6ba7d15 Revert http://trac.webkit.org/changeset/90415. by slewis@apple.com · 14 years ago
  30. fcacd3c 2011-07-18 Mark Hahnenberg <mhahnenberg@apple.com> by oliver@apple.com · 14 years ago
  31. 9edc15f 2011-07-05 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  32. 1db480d 2011-06-27 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  33. d7523c1 2011-05-26 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  34. 7d76d9b 2011-05-25 Ryosuke Niwa <rniwa@webkit.org> by rniwa@webkit.org · 14 years ago
  35. 5652af7 2011-05-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  36. 6e00d03 Revert last change, something weird happened when I went to land. by oliver@apple.com · 14 years ago
  37. 4872d09 2011-05-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  38. d4c3fd0 2011-05-25 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  39. 664f708 2011-04-28 Sheriff Bot <webkit.review.bot@gmail.com> by levin@chromium.org · 14 years ago
  40. 5fecaed Add asserts to RefCounted to make sure ref/deref happens on the right thread. by levin@chromium.org · 14 years ago
  41. 1281293 Bug 56041 - RexExp constructor should only accept flags "gim" by barraclough@apple.com · 14 years ago
  42. 4ab8255 Replace PCRE with Yarr in WebCore https://bugs.webkit.org/show_bug.cgi?id=53496 by pvarga@webkit.org · 14 years ago
  43. 66fc8e9 2011-02-04 Sheriff Bot <webkit.review.bot@gmail.com> by loislo@chromium.org · 14 years ago
  44. 43e81a7 2011-02-04 Peter Varga <pvarga@webkit.org> by pvarga@webkit.org · 14 years ago
  45. 317e781 Bug 53374 - Remove uses of unsafe string functions in debugging code by cwzwarich@webkit.org · 14 years ago
  46. f5f4c2d 2011-01-12 Peter Varga <pvarga@webkit.org> by pvarga@webkit.org · 14 years ago
  47. f27ce28 Unreviewed, rolling out r75595. by ossy@webkit.org · 14 years ago
  48. 2dfa6f9 2011-01-12 Peter Varga <pvarga@webkit.org> by pvarga@webkit.org · 14 years ago
  49. 7dd3056 Rename the existing YARR files and classes by barraclough@apple.com · 14 years ago
  50. fcb0c9f 2011-01-06 Michael Saboff <msaboff@apple.com> by msaboff@apple.com · 14 years ago
  51. 76da8fc Move JavaScriptCore to Source https://bugs.webkit.org/show_bug.cgi?id=51604 by abarth@webkit.org · 14 years ago[Renamed from JavaScriptCore/runtime/RegExp.cpp]
  52. a750221 Rename RegexCompiler.cpp to RegexPattern.cpp. by barraclough@apple.com · 14 years ago
  53. 59e1c41 2010-12-02 Peter Varga <pvarga@inf.u-szeged.hu> by abecsi@webkit.org · 14 years ago
  54. 9bfc78f YARR JIT should fallback to YARR Interpreter instead of PCRE. by barraclough@apple.com · 14 years ago
  55. e3504ca 2010-11-17 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 14 years ago
  56. 554c3c8 YARR JIT should fallback to YARR Interpreter instead of PCRE. by ossy@webkit.org · 14 years ago
  57. 2605fb1 2010-09-29 Peter Varga <pvarga@inf.u-szeged.hu> by commit-queue@webkit.org · 15 years ago
  58. 834cd1c 2010-09-23 Michael Saboff <msaboff@apple.com> by msaboff@apple.com · 15 years ago
  59. 02931f0 2010-09-09 Michael Saboff <msaboff@apple.com> by msaboff@apple.com · 15 years ago
  60. 7648c24 2010-09-07 Mihai Parparita <mihaip@chromium.org> by commit-queue@webkit.org · 15 years ago
  61. 3473aeb 2010-08-25 Michael Saboff <msaboff@apple.com> by commit-queue@webkit.org · 15 years ago
  62. d643fde Bug 44080 - String find/reverseFind methods need tidying up by barraclough@apple.com · 15 years ago
  63. 50cf4b8 Windows & !JIT build fix. by barraclough@apple.com · 15 years ago
  64. c2527d6 Rubber stamps by Darin Adler & Sam Weinig. by barraclough@apple.com · 15 years ago
  65. ee2085b Bug 43817 - Remove UString::Rep by barraclough@apple.com · 15 years ago
  66. ae7fcf10 Bug 42621 - Add a bump allocator for the YARR interpreter by barraclough@apple.com · 15 years ago
  67. 5280b9c [ Updated after rollout. ] by ggaren@apple.com · 15 years ago
  68. 928663f 2010-06-29 Michael Saboff <msaboff@apple.com> by commit-queue@webkit.org · 15 years ago
  69. ce45165 2010-06-25 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 15 years ago
  70. 2481988 2010-06-25 Renata Hodovan <reni@inf.u-szeged.hu> by commit-queue@webkit.org · 15 years ago
  71. 1505c66 2010-06-25 Sheriff Bot <webkit.review.bot@gmail.com> by commit-queue@webkit.org · 15 years ago
  72. 94c4869 Merge RegExp constructor and RegExp::create methods into one. by zherczeg@webkit.org · 15 years ago
  73. 88e2ff7 2010-05-13 Maciej Stachowiak <mjs@apple.com> by mjs@apple.com · 15 years ago
  74. bc17ab5 Rubber Stamped by Geoff Garen. by barraclough@apple.com · 15 years ago
  75. 4ca9c07 Add missing cast for !YARR (PPC) builds. by barraclough@apple.com · 15 years ago
  76. 2049d9a Bug 34952 - String lengths in UString should be unsigned. by barraclough@apple.com · 15 years ago
  77. 9fbb61c 2010-01-08 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
  78. f3a4f93 2010-01-08 Eric Seidel <eric@webkit.org> by eric@webkit.org · 15 years ago
  79. ab6d73d 2010-01-08 Kent Hansen <kent.hansen@nokia.com> by eric@webkit.org · 15 years ago
  80. 0a30b7a 2009-07-03 Yong Li <yong.li@torchmobile.com> by mjs@apple.com · 16 years ago
  81. 04b762d 2009-05-21 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  82. cef2b1c 2009-05-18 Jan Michael Alonzo <jmalonzo@webkit.org> by barraclough@apple.com · 16 years ago
  83. 5c2d03b 2009-05-15 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  84. d808577 JavaScriptCore: by darin@apple.com · 16 years ago
  85. 3adc13c Windows build fixes after r43642 by aroben@apple.com · 16 years ago
  86. 165c5bc 2009-04-23 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  87. f71fa30 2009-04-22 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  88. 20ab73b 2009-04-13 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  89. 656ace5 2009-02-03 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  90. e3f0f28 2009-01-11 Darin Adler <darin@apple.com> by darin@apple.com · 16 years ago
  91. d78b478 JavaScriptCore: by ggaren@apple.com · 16 years ago
  92. f0f82ea Fix non-WREC builds by oliver@apple.com · 16 years ago
  93. ffa2760 <rdar://problem/6309878> Need more granular control over allocation of executable memory (21783) by oliver@apple.com · 16 years ago
  94. b196ff3 2008-12-03 Sam Weinig <sam@webkit.org> by weinig@apple.com · 16 years ago
  95. ee346e8 2008-11-29 Gavin Barraclough <barraclough@apple.com> by barraclough@apple.com · 16 years ago
  96. ebacd98 JavaScriptCore: by ggaren@apple.com · 16 years ago
  97. de10ae7 2008-11-17 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 16 years ago
  98. cc0f1f1 JavaScriptCore: by ggaren@apple.com · 16 years ago
  99. e2dfa52 2008-11-16 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 16 years ago
  100. a509e64 2008-11-16 Geoffrey Garen <ggaren@apple.com> by ggaren@apple.com · 16 years ago