1. 65a636f Avoid eagerly creating the JSActivation when the debugger is attached. by mark.lam@apple.com · 11 years ago
  2. 9589433 Merge the jsCStack branch https://bugs.webkit.org/show_bug.cgi?id=127763 by msaboff@apple.com · 11 years ago
  3. 27030ad Remove some unneeded debugger code. by mark.lam@apple.com · 11 years ago
  4. 6c4085b Jettison DFG code when neither breakpoints or the profiler are active. by mark.lam@apple.com · 11 years ago
  5. 8f98b6b DebuggerCallFrame::evaluateWithCallFrame() should not execute a null executable. by mark.lam@apple.com · 11 years ago
  6. ff1143d ASSERT(!m_markedSpace.m_currentDelayedReleaseScope) reloading page in inspector. by mark.lam@apple.com · 11 years ago
  7. a1cbf82 fast/profiler tests ASSERTing after moving recompileAllJSFunctions off a timer by joepeck@webkit.org · 11 years ago
  8. 9c30488 Removing the need for Debugger* and m_shouldPause op_debug check. by mark.lam@apple.com · 11 years ago
  9. eb19fea Enable DFG for the Debugger and Profiler. <https://webkit.org/b/122847> by mark.lam@apple.com · 11 years ago
  10. 945b139 Poor man's fast breakpoints for a 2.3x debugger speedup. by mark.lam@apple.com · 11 years ago
  11. 3ebfeda LLInt shouldnt check for ENABLE(JAVASCRIPT_DEBUGGER). by fpizlo@apple.com · 11 years ago
  12. cc0975a Remove unneeded semicolons. https://bugs.webkit.org/show_bug.cgi?id=125083. by mark.lam@apple.com · 11 years ago
  13. 2585f3b Fix !ENABLE(JAVASCRIPT_DEBUGGER) build. by commit-queue@webkit.org · 11 years ago
  14. 3072125 Introducing VMEntryScope to update the VM stack limit. by mark.lam@apple.com · 11 years ago
  15. ff17040 Web Inspector: Crash when closing the Inspector while debugging an exception inside a breakpoint condition. by achicu@adobe.com · 11 years ago
  16. 26c5340 Move breakpoint (and exception break) functionality into JSC::Debugger. by mark.lam@apple.com · 11 years ago
  17. f173551 Cosmetic: rename xxxId to xxxID for ScriptId, SourceId, and BreakpointId. by mark.lam@apple.com · 11 years ago
  18. c9b3ad6 Eliminate HostCall bit from JSC Stack CallerFrame by msaboff@apple.com · 11 years ago
  19. 4700143 Avoid JSC debugger overhead unless needed. by mark.lam@apple.com · 11 years ago
  20. e4b8bb7 ObjCCallbackFunctionImpl shouldn't store a JSContext by mhahnenberg@apple.com · 11 years ago
  21. 3d2b16f JavaScriptCore fails to build https://bugs.webkit.org/show_bug.cgi?id=122440 by commit-queue@webkit.org · 11 years ago
  22. af032dd Change ScriptDebugServer to use DebuggerCallFrame instead of JavaScriptCallFrame. by mark.lam@apple.com · 11 years ago
  23. 62aa8b7 VirtualRegister should be a class https://bugs.webkit.org/show_bug.cgi?id=121732 by msaboff@apple.com · 12 years ago
  24. bf43ed9 Unreviewed, rolling out r156474. by commit-queue@webkit.org · 12 years ago
  25. 1796ad0 VirtualRegister should be a class https://bugs.webkit.org/show_bug.cgi?id=121732 by msaboff@apple.com · 12 years ago
  26. e72693d Change JSC debug hooks to pass a CallFrame* instead of a DebuggerCallFrame. by mark.lam@apple.com · 12 years ago
  27. bee96a3 MarkedBlocks shouldn't be put in Allocated state if they didn't produce a FreeList by mhahnenberg@apple.com · 12 years ago
  28. 649480f Change debug hooks to pass sourceID and position info via the DebuggerCallFrame. by mark.lam@apple.com · 12 years ago
  29. 0d415ea Fixed indentation in JSC Debugger header files. by mark.lam@apple.com · 12 years ago
  30. 7de5aae GCAssertions.h should use STL type traits and static_assert by andersca@apple.com · 12 years ago
  31. 3f922f9 Source/JavaScriptCore: https://bugs.webkit.org/show_bug.cgi?id=119548 by commit-queue@webkit.org · 12 years ago
  32. dd40a7e https://bugs.webkit.org/show_bug.cgi?id=120128 Remove putDirectVirtual by barraclough@apple.com · 12 years ago
  33. 61ff98c https://bugs.webkit.org/show_bug.cgi?id=120139 by barraclough@apple.com · 12 years ago
  34. 174570f https://bugs.webkit.org/show_bug.cgi?id=120093 by barraclough@apple.com · 12 years ago
  35. 47d7ba8 https://bugs.webkit.org/show_bug.cgi?id=119995 by barraclough@apple.com · 12 years ago
  36. 10ae2d0 Foo::s_info should be Foo::info(), so that you can change how the s_info is actually linked by fpizlo@apple.com · 12 years ago
  37. ab7b609 Some cleanup in JSValue::get https://bugs.webkit.org/show_bug.cgi?id=119343 by barraclough@apple.com · 12 years ago
  38. 58c8675 fourthTier: Re-worked non-local variable resolution by oliver@apple.com · 12 years ago
  39. 284cc3d fourthTier: DFG should be able to run on a separate thread by oliver@apple.com · 12 years ago
  40. 0c14001 Code cache stores bogus var references for functions in eval code by oliver@apple.com · 12 years ago
  41. 9a9a4b5 Renamed JSGlobalData to VM https://bugs.webkit.org/show_bug.cgi?id=114777 by ggaren@apple.com · 12 years ago
  42. 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
  43. 27e0eed Improve effectiveness of function-level caching by oliver@apple.com · 12 years ago
  44. f0c01b8 Reduce parser overhead in JSC https://bugs.webkit.org/show_bug.cgi?id=101127 by oliver@apple.com · 12 years ago
  45. ee55405 Rename first/second to key/value in HashMap iterators by benjamin@webkit.org · 12 years ago
  46. 4930320 Rename forEachCell to forEachLiveCell by mhahnenberg@apple.com · 13 years ago
  47. 0030e13 Don't allocate a backing store just for a function's name by ggaren@apple.com · 13 years ago
  48. b11e787 Use one object instead of two for closures, eliminating ScopeChainNode by ggaren@apple.com · 13 years ago
  49. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  50. fa6afbc Unreviewed, rolling out r126914. by commit-queue@webkit.org · 13 years ago
  51. d99b3ea Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  52. 036eca0 Unreviewed, rolling out r126836. by tkent@chromium.org · 13 years ago
  53. a94a150 Rename first/second to key/value in HashMap iterators by caio.oliveira@openbossa.org · 13 years ago
  54. acb40df Removed the NULL checks from visitChildren functions by ggaren@apple.com · 13 years ago
  55. 3b9069c Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
  56. 4597406 Unreviewed, rolling out r125687. by commit-queue@webkit.org · 13 years ago
  57. 35d5455 Change behavior of MasqueradesAsUndefined to better accommodate DFG changes by mhahnenberg@apple.com · 13 years ago
  58. 1b331cb Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  59. 709de8f Unreviewed, rolling out r124406. by commit-queue@webkit.org · 13 years ago
  60. 3772d07 Web Inspector: [JSC] implement setting breakpoints by line:column by commit-queue@webkit.org · 13 years ago
  61. d714757 Don't rely on weak pointers for eager CodeBlock finalization by ggaren@apple.com · 13 years ago
  62. 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
  63. 0c59caf Replace static_cast with jsCast when casting JSCell subclasses in JSC by oliver@apple.com · 13 years ago
  64. 4c11ee0 HashMap<>::add should return a more descriptive object by caio.oliveira@openbossa.org · 13 years ago
  65. 484a9d3 Add JSValue::isFunction https://bugs.webkit.org/show_bug.cgi?id=81935 by barraclough@apple.com · 13 years ago
  66. 81aa89f Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter by barraclough@apple.com · 13 years ago
  67. f7190bf Add support for inferred function names by oliver@apple.com · 13 years ago
  68. f0dd2d9 JavaScriptCore: Mark all exported symbols in the header file automatically. by morrita@google.com · 13 years ago
  69. 18b6b0e ../JavaScriptCore: [Chromium] JSExportMacros.h should be visible. by barraclough@apple.com · 13 years ago
  70. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  71. c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
  72. 135f051 Add jsCast to replace static_cast https://bugs.webkit.org/show_bug.cgi?id=72071 by mhahnenberg@apple.com · 13 years ago
  73. 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
  74. 1446802 De-virtualize JSObject::putWithAttributes by mhahnenberg@apple.com · 13 years ago
  75. 2358ae1 De-virtualize JSObject::getPropertyNames by mhahnenberg@apple.com · 13 years ago
  76. b039de0 De-virtualize JSObject::className https://bugs.webkit.org/show_bug.cgi?id=71428 by mhahnenberg@apple.com · 13 years ago
  77. 5726238 De-virtualize JSObject::getOwnPropertyNames by mhahnenberg@apple.com · 13 years ago
  78. f16c8be Implement __lookupGetter__/__lookupSetter__ in terms of getPropertyDescriptor by weinig@apple.com · 13 years ago
  79. 84223e7 De-virtualize JSObject::defineSetter by mhahnenberg@apple.com · 13 years ago
  80. 74958c7 De-virtualize JSObject::defineGetter by mhahnenberg@apple.com · 13 years ago
  81. 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
  82. c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
  83. 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
  84. f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
  85. e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
  86. d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
  87. 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
  88. 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
  89. 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
  90. 8687da9 De-virtualize JSCell::visitChildrenVirtual and remove all other visitChildrenVirtual methods by mhahnenberg@apple.com · 13 years ago
  91. 982c9ea Add static version of JSCell::visitChildren by mhahnenberg@apple.com · 14 years ago
  92. 44d8954 Refactor Heap allocation logic into separate AllocationSpace class by oliver@apple.com · 14 years ago
  93. 2750465 Unreviewed, rolling out r95493 and r95496. by commit-queue@webkit.org · 14 years ago
  94. 5f0e9c8 Refactor Heap allocation logic into separate AllocationSpace class by oliver@apple.com · 14 years ago
  95. 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 14 years ago
  96. 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 14 years ago
  97. f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 14 years ago
  98. 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 14 years ago
  99. ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 14 years ago
  100. 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago