1. 7e4eb3b Use modern for-loops in WebCore/Modules - 1 by commit-queue@webkit.org · 10 years ago
  2. eb4936a Purge PassRefPtr in WebCore/Modules - 3 by gyuyoung.kim@webkit.org · 10 years ago
  3. cc1b389 Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity by cdumez@apple.com · 10 years ago
  4. 6c05566 Make ActiveDOMObject::canSuspend() pure virtual by cdumez@apple.com · 10 years ago
  5. ea70ae8 Make IDBDatabase / IDBRequest suspendable by cdumez@apple.com · 10 years ago
  6. e3b961c Get SharedBuffer.h out of ResourceBuffer.h (and a few other places) by psolanki@apple.com · 11 years ago
  7. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  8. 5b31eef Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_LOCAL by svillar@igalia.com · 11 years ago
  9. 3b8376b Remove ASSERT in ~IDBRequest since it is firing during legitimate uses in Web Inspector. by timothy@apple.com · 11 years ago
  10. f1754a9 IDB: storage/indexeddb/mozilla/indexes.html fails by beidson@apple.com · 11 years ago
  11. ae9680a IDB: storage/indexeddb/create-index-with-integer-keys.html fails by beidson@apple.com · 11 years ago
  12. 900926e IDB: Remove the entirely unnecessary "Value Key" concept by beidson@apple.com · 11 years ago
  13. 878b918 IDB: storage/indexeddb/mozilla/clear.html fails by beidson@apple.com · 11 years ago
  14. da90b8e IDB: indexeddb/mozilla/add-twice-failure.html fails by beidson@apple.com · 11 years ago
  15. e614477 IDB: Index cursor complete advance() and iterate() support by beidson@apple.com · 11 years ago
  16. 6f27111 IDB: Index cursors use wrong deserialization for the retrieved value by beidson@apple.com · 11 years ago
  17. bbb4715 DatabaseProcess: Pipe through object store IDs and transaction mode for "openTransaction" by beidson@apple.com · 11 years ago
  18. a319844 Web Inspector: Push More Inspector Required Classes Down into JavaScriptCore by joepeck@webkit.org · 11 years ago
  19. 7b14f47 Merge IDBDatabaseBackendInterface and IDBDatabaseBackendImpl by beidson@apple.com · 11 years ago
  20. 96d115e Merge IDBCursorBackendInterface and IDBCursorBackendImpl by beidson@apple.com · 11 years ago
  21. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  22. 1367e45 Remove IDBTracing.h. https://bugs.webkit.org/show_bug.cgi?id=122118 by beidson@apple.com · 12 years ago
  23. 77a081cf IndexedDB IDL Refactoring. https://bugs.webkit.org/show_bug.cgi?id=121996 by beidson@apple.com · 12 years ago
  24. 63ac130 Reduce repetitive EventTarget subclassing. <https://webkit.org/b/121915> by akling@apple.com · 12 years ago
  25. d2bf649 Event and EventTarget interfaces don't need to be store as AtomicStrings by weinig@apple.com · 12 years ago
  26. 7ba1e57 Tighten up EventQueue classes a bit, less indirection and memory allocation by darin@apple.com · 12 years ago
  27. ad1137c Make some things that return never-null pointers return references instead. by akling@apple.com · 12 years ago
  28. 1a377fa IndexedDB: Ensure script wrappers can be collected after context is stopped by jsbell@chromium.org · 12 years ago
  29. 433a0b5 Remove upcastPointer from ActiveDOMObject constructor by commit-queue@webkit.org · 12 years ago
  30. 62b58d8 IndexedDB: Handle success events arriving after context stopped by jsbell@chromium.org · 12 years ago
  31. db5a6f7 IndexedDB: Properly refactor frontend/backend code by #includes by alecflett@chromium.org · 12 years ago
  32. 3a929ca Unreviewed, rolling out r144798. by dpranke@chromium.org · 12 years ago
  33. d608211 IndexedDB: Properly refactor frontend/backend code by #includes by alecflett@chromium.org · 12 years ago
  34. 1fbdfb83 IndexedDB: Implement SharedBuffer version of put() / onSuccess() by alecflett@chromium.org · 12 years ago
  35. 5323fa0 [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler by jsbell@chromium.org · 12 years ago
  36. 33cdf43 Add a new IGNORE_EXCEPTION helper to ignore ExceptionCodes when they are expected but uninteresting by mkwst@chromium.org · 12 years ago
  37. 61a509a IndexedDB: Remove speculative dispatchEvent crash fix now that root cause is addressed by jsbell@chromium.org · 12 years ago
  38. 1b62909 Unreviewed, rolling out r140934, r140935, and r140937. by commit-queue@webkit.org · 12 years ago
  39. 3511647 Unreviewed, rolling out r140850. by keishi@webkit.org · 12 years ago
  40. b77ab0a IndexedDB: Move TaskType enum to IDBDatabaseBackendInterface by alecflett@chromium.org · 12 years ago
  41. 174edbc IndexedDB: Remove dependency on IDBKey type from IDLs by jsbell@chromium.org · 12 years ago
  42. 89278fd0 IndexedDB: Prevent crash dereferencing null if script context has stopped by jsbell@chromium.org · 12 years ago
  43. 340f1c1 IndexedDB: IDBTransaction should manage lifetime of IDBRequests by jsbell@chromium.org · 12 years ago
  44. 5d4721c IndexedDB: Cursor and IndexWriter cleanup for refactor by alecflett@chromium.org · 12 years ago
  45. 104cd35 IndexedDB: Add webkitErrorMessage to IDBTransaction by dgrogan@chromium.org · 12 years ago
  46. e9e6020 IndexedDB: Rename exception enum members from UGLY_ERR to PrettyError by jsbell@chromium.org · 12 years ago
  47. 9fbdd35 IndexedDB: Simplify transaction timers and event tracking by jsbell@chromium.org · 12 years ago
  48. 58f1aeb IndexedDB: Remove IDBDatabase.setVersion API by dgrogan@chromium.org · 12 years ago
  49. 1295748 IndexedDB: Move control of transaction completion to front end by jsbell@chromium.org · 12 years ago
  50. d159e4b IndexedDB: Propagate DOMRequestState to IndexedDB binding utility functions by commit-queue@webkit.org · 12 years ago
  51. 4d0ea28 Add DOMRequestState to maintain world/ScriptExecutionContext state by alecflett@chromium.org · 12 years ago
  52. 4a8741a Unreviewed, rolling out r134523. by commit-queue@webkit.org · 12 years ago
  53. 0e800e8 Add DOMRequestState to maintain world/ScriptExecutionContext state by alecflett@chromium.org · 12 years ago
  54. dbf9529 Improve the use of AtomicString with literals by benjamin@webkit.org · 12 years ago
  55. e33cc6b IndexedDB: add methods to support id-based backend APIs by alecflett@chromium.org · 12 years ago
  56. cde5849 Unreviewed, rolling out r133107. by senorblanco@chromium.org · 12 years ago
  57. 2d73ecd IndexedDB: add methods to support id-based backend APIs by alecflett@chromium.org · 12 years ago
  58. fba0647 Remove ensureAuxiliaryContext https://bugs.webkit.org/show_bug.cgi?id=99975 by commit-queue@webkit.org · 12 years ago
  59. 360b135 Unreviewed, rolling out r132845. by scheib@chromium.org · 12 years ago
  60. d365a3d Remove ensureAuxiliaryContext https://bugs.webkit.org/show_bug.cgi?id=99975 by commit-queue@webkit.org · 12 years ago
  61. 17d698c IndexedDB: Cursor property value identities should be preserved by jsbell@chromium.org · 12 years ago
  62. dbe61e5 IndexedDB: Hidden indexing events are visible to script via bubbling/capture by jsbell@chromium.org · 12 years ago
  63. 4759eef IndexedDB: Explicitly send null/undefined/integers to frontend IDBCallbacks by alecflett@chromium.org · 12 years ago
  64. 2745505 Source/WebCore: IndexedDB: Fire error rather than raising on request creation if transaction aborts asynchronously. by jsbell@chromium.org · 12 years ago
  65. 5a8aea9 IndexedDB: Free up resources used by completed cursors earlier by jsbell@chromium.org · 13 years ago
  66. b90c8b8 IndexedDB: Use ScriptValue instead of SerializedScriptValue for get/openCursor by commit-queue@webkit.org · 13 years ago
  67. ffff078 IndexedDB: IDBRequest leaks if IDBCursor closes and no further events fired by jsbell@chromium.org · 13 years ago
  68. c12d8c4 IndexedDB: Move onSuccess(IDBDatabaseBackendInterface) to IDBOpenDBRequest by jsbell@chromium.org · 13 years ago
  69. 4129520 IndexedDB: IDBRequest can be destructed during abort by jsbell@chromium.org · 13 years ago
  70. 55877d4 IndexedDB: IDBRequest can be GCd during event dispatch by jsbell@chromium.org · 13 years ago
  71. 46e8c20 IndexedDB: Fire error at request when abort is called in upgradeneeded by dgrogan@chromium.org · 13 years ago
  72. eb6721b IndexedDB: Frontend and plumbing for integer versions by dgrogan@chromium.org · 13 years ago
  73. 6b2e796 IndexedDB: generate index keys for existing data in createIndex in front end by commit-queue@webkit.org · 13 years ago
  74. 884dd1e IndexedDB: Add some ASSERTs https://bugs.webkit.org/show_bug.cgi?id=94055 by dgrogan@chromium.org · 13 years ago
  75. 5c64389 IndexedDB: Pass cursor continue results back in callback by jsbell@chromium.org · 13 years ago
  76. 425fa66 Layout Test storage/indexeddb/intversion-omit-parameter.html is flaky by jsbell@chromium.org · 13 years ago
  77. 7d5a31a IndexedDB: Remove IDBRequest::finishCursor() and plumbing by jsbell@chromium.org · 13 years ago
  78. 4b923fc IndexedDB: inject index keys on cursor/objectstore/index get success handlers by commit-queue@webkit.org · 13 years ago
  79. d94861f IndexedDB: IDBTransaction::abort() should throw DOMException by commit-queue@webkit.org · 13 years ago
  80. e5ae363 IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent by jsbell@chromium.org · 13 years ago
  81. 39acb1d IndexedDB: Implement spec updates to IDBTransaction.error by jsbell@chromium.org · 13 years ago
  82. 64c3eaf IndexedDB: Introduce putWithIndexKeys and calculate them in the renderer by commit-queue@webkit.org · 13 years ago
  83. c012eb4 IndexedDB: Ensure transaction abort events are deterministic in multiprocess ports by jsbell@chromium.org · 13 years ago
  84. 29349a2 IndexedDB: Keep direction on IDBCursor to avoid calls to back end by jsbell@chromium.org · 13 years ago
  85. f5ebf7c IndexedDB: Implement IDBTransaction internal active flag by jsbell@chromium.org · 13 years ago
  86. 9e0c4f7 IndexedDB: Hook up render-side key ASSERTing for get() by commit-queue@webkit.org · 13 years ago
  87. cfbe763 IndexedDB: Creating a transaction from within a transaction callback should fail by commit-queue@webkit.org · 13 years ago
  88. d7c2dc1 IndexedDB: ObjectStore/Index shouldn't hold reference to backing store by jsbell@chromium.org · 13 years ago
  89. bad6c33 IndexedDB: rename some instances of open to registerFrontendCallbacks by dgrogan@chromium.org · 13 years ago
  90. f38860d IndexedDB: Error codes, phase one https://bugs.webkit.org/show_bug.cgi?id=88459 by commit-queue@webkit.org · 13 years ago
  91. 63748d1 IndexedDB: Implement IDBTransaction.error and IDBRequest.error by commit-queue@webkit.org · 13 years ago
  92. 1140185 Unreviewed, rolling out r118986. by rafaelw@chromium.org · 13 years ago
  93. c95be12 IndexedDB: Implement IDBTransaction.error and IDBRequest.error by commit-queue@webkit.org · 13 years ago
  94. f54f315 IndexedDB: Align codes and names for IDB-specific and DOM-specific errors/exceptions by commit-queue@webkit.org · 13 years ago
  95. 1981096 IndexedDB: Rename valid/finished methods to isValid/isFinished to match coding standard by jsbell@chromium.org · 13 years ago
  96. 98b75ae IndexedDB: Replace numeric constants with strings by commit-queue@webkit.org · 13 years ago
  97. 87eb0ae Unreviewed, rolling out r116040. by zmo@google.com · 13 years ago
  98. 634c672 IndexedDB: Replace numeric constants with strings by commit-queue@webkit.org · 13 years ago
  99. d0cc5f7 IndexedDB: Attributes for a cursor "run past the end" should be undefined. by commit-queue@webkit.org · 13 years ago
  100. 969ee7d IndexedDB: Race condition causes version change transaction to commit after onblocked by jsbell@chromium.org · 13 years ago