1. 35784d6 String::createCFString should return a RetainPtr by andersca@apple.com · 12 years ago
  2. 30738a7 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 12 years ago
  3. a6cb0d3 Remove support for method overloading from bridge code by andersca@apple.com · 12 years ago
  4. 7c7e427 Unreviewed, rolling out r128826 and r128813. by ossy@webkit.org · 13 years ago
  5. 013fd88 Delayed structure sweep can leak structures without bound by mhahnenberg@apple.com · 13 years ago
  6. cff06e4 Replace JSC::UString by WTF::String by benjamin@webkit.org · 13 years ago
  7. e16f809 JSLock should be per-JSGlobalData https://bugs.webkit.org/show_bug.cgi?id=89123 by mhahnenberg@apple.com · 13 years ago
  8. a6460e1 Unreviewed, rolling out r121058. by zandobersek@gmail.com · 13 years ago
  9. 6d9f86d JSLock should be per-JSGlobalData https://bugs.webkit.org/show_bug.cgi?id=89123 by mhahnenberg@apple.com · 13 years ago
  10. 72da811 WebKit should be lazy-finalization-safe (esp. the DOM) v2 by ggaren@apple.com · 13 years ago
  11. 6c9b264 Add support for private names https://bugs.webkit.org/show_bug.cgi?id=86509 by barraclough@apple.com · 13 years ago
  12. 38d3c75 Introduce PropertyName class https://bugs.webkit.org/show_bug.cgi?id=86241 by barraclough@apple.com · 13 years ago
  13. 39567b3 Remove uses of ASSERT(false) https://bugs.webkit.org/show_bug.cgi?id=85686 by aestes@apple.com · 13 years ago
  14. 7c97d52 Use WebKit types for the cache of ObjcClass::methodsNamed() by benjamin@webkit.org · 13 years ago
  15. 091fc1f Use String instead of RefPtr<StringImpl> for the cache of ObjcClass by benjamin@webkit.org · 13 years ago
  16. 3f0f2564 ObjcClass::methodsNamed() can leak if buffer is dynamically allocated by benjamin@webkit.org · 13 years ago
  17. c522dbe Move convertJSMethodNameToObjc() to be a utility function of ObjcClass by benjamin@webkit.org · 13 years ago
  18. 0c51195 Implement the field cache of ObjcClass in WebKit types by commit-queue@webkit.org · 13 years ago
  19. ffe1442 Make WebCore use jsCast rather than static_cast for casting JSC objects by oliver@apple.com · 13 years ago
  20. 43578ad Fix build with newer versions of clang. by andersca@apple.com · 13 years ago
  21. c122cb2 Add helper macro for forward declaring objective-c classes by weinig@apple.com · 13 years ago
  22. 215589e Placement new does an unnecessary NULL check by ggaren@apple.com · 13 years ago
  23. c58d54d De-virtualize destructors https://bugs.webkit.org/show_bug.cgi?id=74331 by mhahnenberg@apple.com · 13 years ago
  24. c548356 <http://webkit.org/b/74420> Disable deprecation warnings around more code where we by beidson@apple.com · 13 years ago
  25. 135f051 Add jsCast to replace static_cast https://bugs.webkit.org/show_bug.cgi?id=72071 by mhahnenberg@apple.com · 13 years ago
  26. 7f2f7e5 De-virtualize JSObject::getOwnPropertyDescriptor by mhahnenberg@apple.com · 13 years ago
  27. 6e506e6 De-virtualize JSObject::defaultValue by mhahnenberg@apple.com · 13 years ago
  28. 5c103b0 Remove getOwnPropertySlotVirtual https://bugs.webkit.org/show_bug.cgi?id=70741 by mhahnenberg@apple.com · 13 years ago
  29. c0f87c1 Remove deletePropertyVirtual https://bugs.webkit.org/show_bug.cgi?id=70738 by mhahnenberg@apple.com · 13 years ago
  30. 3951278 Remove putVirtual https://bugs.webkit.org/show_bug.cgi?id=70740 by mhahnenberg@apple.com · 13 years ago
  31. f0418c85 Rename getOwnPropertySlot to getOwnPropertySlotVirtual by mhahnenberg@apple.com · 13 years ago
  32. e0c1d01 Rename virtual put to putVirtual https://bugs.webkit.org/show_bug.cgi?id=69851 by mhahnenberg@apple.com · 13 years ago
  33. d710a4a Rename virtual deleteProperty to deletePropertyVirtual by mhahnenberg@apple.com · 13 years ago
  34. 6fb47cf Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186 by mhahnenberg@apple.com · 13 years ago
  35. 1986964 Add static version of JSCell::getOwnPropertySlot by mhahnenberg@apple.com · 13 years ago
  36. c7d21fd Unreviewed, rolling out r96996. by commit-queue@webkit.org · 13 years ago
  37. 914c3ee Add static version of JSCell::deleteProperty by mhahnenberg@apple.com · 13 years ago
  38. 597be02 Remove getCallDataVirtual methods https://bugs.webkit.org/show_bug.cgi?id=69186 by mhahnenberg@apple.com · 13 years ago
  39. 5e2b712 Add static version of JSCell::put https://bugs.webkit.org/show_bug.cgi?id=69382 by mhahnenberg@apple.com · 13 years ago
  40. 2413eb8 Source/JavaScriptCore: Add static version of JSCell::getCallData by mhahnenberg@apple.com · 14 years ago
  41. 3e08466 Add custom vtable struct to ClassInfo struct by mhahnenberg@apple.com · 14 years ago
  42. 82f56eb Remove checks for Leopard-only Objective-C APIs by andersca@apple.com · 14 years ago
  43. 16e0df5 Unzip initialization lists and constructors in JSCell hierarchy (7/7) by mhahnenberg@apple.com · 14 years ago
  44. 5e10972 Unzip initialization lists and constructors in JSCell hierarchy (6/7) by mhahnenberg@apple.com · 14 years ago
  45. 8c798d2 Remove support for anonymous storage from jsobjects by oliver@apple.com · 14 years ago
  46. 7317a7f Unzip initialization lists and constructors in JSCell hierarchy (5/7) by mhahnenberg@apple.com · 14 years ago
  47. 2346a3e Remove JSObjectWithGlobalObject https://bugs.webkit.org/show_bug.cgi?id=67689 by oliver@apple.com · 14 years ago
  48. f192b44 Unreviewed, rolling out r94627 and r94632. by ossy@webkit.org · 14 years ago
  49. 5ab2981 Unzip initialization lists and constructors in JSCell hierarchy (5/7) by commit-queue@webkit.org · 14 years ago
  50. ee1bdc8 An object's structure should reference the global object responsible for its creation by oliver@apple.com · 14 years ago
  51. 8fd0b94 <rdar://problem/10063411> WebScriptObject.h declares an Objective-C method without a return type. by mrowe@apple.com · 14 years ago
  52. 6e5671b Unzip initialization lists and constructors in JSCell hierarchy (4/7) by commit-queue@webkit.org · 14 years ago
  53. 53aecd2 Move allocation in constructors into separate constructorBody() methods by commit-queue@webkit.org · 14 years ago
  54. c41ee09 Refactor JS objects to allocate in static create methods rather than constructors by commit-queue@webkit.org · 14 years ago
  55. a3488f5 Make GC checks more aggressive in release builds by oliver@apple.com · 14 years ago
  56. 6c25c52 Add ParentClass typedef in all JSC classes by commit-queue@webkit.org · 14 years ago
  57. ccbd2ba Remove operator new from JSCell https://bugs.webkit.org/show_bug.cgi?id=64999 by commit-queue@webkit.org · 14 years ago
  58. 64d3f85 Refactor automatically generated JS DOM bindings to replace operator new with static create methods by commit-queue@webkit.org · 14 years ago
  59. 8f520f1 2011-05-18 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  60. e9503f0 Remove some dead code. by mrowe@apple.com · 14 years ago
  61. 30ad0ca 2011-04-25 Adam Barth <abarth@webkit.org> by abarth@webkit.org · 14 years ago
  62. b2fa0dc 2011-04-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  63. 2db06ce 2011-04-15 Philippe Normand <pnormand@igalia.com> by philn@webkit.org · 14 years ago
  64. bb8da91 2011-04-13 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  65. 90cf7d5 2011-03-15 Oliver Hunt <oliver@apple.com> by oliver@apple.com · 14 years ago
  66. f4d6503 2011-03-01 Steve Block <steveblock@google.com> by steveblock@google.com · 14 years ago
  67. 737a158 Bug 54894 - Make inheritance structure described by ClassInfo match C++ class hierarchy. by barraclough@apple.com · 14 years ago
  68. a5540da Bug 54786 - Devirtualize JSCell::classInfo() by barraclough@apple.com · 14 years ago
  69. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago