1. d40fd88 Rename SchemeRegistry to LegacySchemeRegistry by achristensen@apple.com · 5 years ago
  2. 6c511fb Fix thread safety issue in Database::scheduleTransactionCallback() by cdumez@apple.com · 6 years ago
  3. 7e9b8cf Use SecurityOriginData more consistently in Service Worker code by cdumez@apple.com · 7 years ago
  4. b8f0008 Unreviewed, rolling out r229954. https://bugs.webkit.org/show_bug.cgi?id=184000 by commit-queue@webkit.org · 7 years ago
  5. 5549cdc Use SecurityOriginData more consistently in Service Worker code by cdumez@apple.com · 7 years ago
  6. a2b7366 Remove unnecessary boolean result of start() functions by utatane.tea@gmail.com · 7 years ago
  7. 9ace801 Remove PassRefPtr from "page" directory of WebCore, also deploy references by darin@apple.com · 8 years ago
  8. 6be0e97 Document::securityOrigin() should return a reference. by akling@apple.com · 8 years ago
  9. 07e864b Remove unnecessary includes https://bugs.webkit.org/show_bug.cgi?id=167114 by commit-queue@webkit.org · 8 years ago
  10. 39863fe REGRESSION (r208672): Crash in com.apple.WebCore: WebCore::DatabaseContext::stopDatabases + 34 by darin@apple.com · 8 years ago
  11. 7f2065c Move SecurityOrigin::createFromDatabaseIdentifier to SecurityOriginData by commit-queue@webkit.org · 8 years ago
  12. 389af86 Fix exception handling in SQL database code, streamline and update code by darin@apple.com · 8 years ago
  13. 8af5d21 Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more reasons for suspension by commit-queue@webkit.org · 9 years ago
  14. b84f186 Remove unnecessary default quota setting in DatabaseContext::databaseExceededQuota by gyuyoung.kim@webkit.org · 9 years ago
  15. bdcdeba Remove database thread pause code https://bugs.webkit.org/show_bug.cgi?id=147669 by andersca@apple.com · 10 years ago
  16. cc1b389 Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity by cdumez@apple.com · 10 years ago
  17. 4448488 Make DatabaseContext suspendable if there is no pending database activity by cdumez@apple.com · 10 years ago
  18. fc94517 Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame() by cdumez@apple.com · 10 years ago
  19. 0fb69f0 Rename DatabaseManager::manager() to DatabaseManager::singleton() by cdumez@apple.com · 10 years ago
  20. a471c2b Remove ENABLE(SQL_DATABASE) guards by ossy@webkit.org · 10 years ago
  21. 06518e9 Merge DatabaseBackendContext into DatabaseContext by andersca@apple.com · 10 years ago
  22. b69c794 Use is<>() / downcast<>() for Document by cdumez@apple.com · 10 years ago
  23. f52e28e ScriptExecutionContext::stopActiveDOMObjects iterates a hash map that can change during iteration (for multiple reasons, including GC) by darin@apple.com · 11 years ago
  24. fedf0de Unify private browsing with sessions. by mhock@apple.com · 11 years ago
  25. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  26. f435ee1 [iOS] Upstream WebCore and Tools miscellaneous changes by dbates@webkit.org · 11 years ago
  27. fedaa63 <https://webkit.org/b/120000> Chrome::client() should return a reference. by akling@apple.com · 12 years ago
  28. ff5990f Make Page::settings() return a reference. <http://webkit.org/b/119662> by akling@apple.com · 12 years ago
  29. 14792a6 Rename WorkerContext to WorkerGlobalScope by ch.dumez@sisa.samsung.com · 12 years ago
  30. bd77481 Page::chrome() should return a reference. <http://webkit.org/b/116185> by akling@apple.com · 12 years ago
  31. a4946bc Clean the chromium bits of WebCore's WebDatabase by benjamin@webkit.org · 12 years ago
  32. 433a0b5 Remove upcastPointer from ActiveDOMObject constructor by commit-queue@webkit.org · 12 years ago
  33. 8da49f1 Replace static_casts with to* functions for document types. by inferno@chromium.org · 12 years ago
  34. c48437c Introduced back-end database classes + a few small fixes. by mark.lam@apple.com · 12 years ago
  35. 2466e90 DatabaseContext needs to outlive the ScriptExecutionContext. by mark.lam@apple.com · 12 years ago
  36. b811ff1 Change DatabaseContext lookup to be thread-safe. by mark.lam@apple.com · 12 years ago
  37. e69ee17 Change the Supplementable class to not use AtomicString. by mark.lam@apple.com · 12 years ago
  38. 0a3d6de Removed the need for the ProposedDatabase mechanism. by mark.lam@apple.com · 12 years ago
  39. c2b0a80 Initial refactoring of database functionality into the manager and server. by mark.lam@apple.com · 12 years ago
  40. 5034454 Move SQLDatabase code into Modules/webdatabase by abarth@webkit.org · 13 years ago[Renamed from Source/WebCore/storage/DatabaseContext.cpp]
  41. b4a790c allowDatabaseAccess and databaseExceededQuota should be part of DatabaseContext not ScriptExecutionContext by abarth@webkit.org · 13 years ago
  42. fa29d19 ScriptExecutionContext has too many ifdef ENABLE(SQL_DATABASE) by abarth@webkit.org · 13 years ago