1. bd038ee Drop legacy EventLoopEventQueue class by cdumez@apple.com · 3 years, 9 months ago
  2. fa91291 Drop legacy MainThreadTaskQueue & EventLoopTaskQueue classes by cdumez@apple.com · 3 years, 9 months ago
  3. babb4e0 Stop using legacy EventLoopDeferrableTask by cdumez@apple.com · 3 years, 9 months ago
  4. 2b7f935 Drop legacy ActiveDOMObject::setPendingActivity() / unsetPendingActivity() by cdumez@apple.com · 3 years, 9 months ago
  5. b034b43 ActiveDOMObject::hasPendingActivity() should stop preventing wrapper collection after ActiveDOMObject::stop() has been called by cdumez@apple.com · 5 years ago
  6. f784986 Overrides of ActiveDOMObject::hasPendingActivity() should not need to query the base class's hasPendingActivity() by cdumez@apple.com · 5 years ago
  7. 6572436 by mark.lam@apple.com · 5 years ago
  8. f8e9581 Drop ActiveDOMObject::shouldPreventEnteringBackForwardCache_DEPRECATED() by cdumez@apple.com · 5 years ago
  9. d55078d Share more code between WindowEventLoop and WorkerEventLoop by introducing EventLoopTaskGroup by rniwa@webkit.org · 5 years ago
  10. 51e74f1 Port Worker to the HTML5 event loop by cdumez@apple.com · 5 years ago
  11. 9e8c121 Add a helper function to schedule a task to dispatch an event to ActiveDOMObject by rniwa@webkit.org · 5 years ago
  12. bd2cec9 FileReader should not prevent entering the back/forward cache by cdumez@apple.com · 5 years ago
  13. ecbcd31 Deprecate ActiveDOMObject::canSuspendForDocumentSuspension() by cdumez@apple.com · 5 years ago
  14. 9265dfe Rename PageCache to BackForwardCache by cdumez@apple.com · 5 years ago
  15. 18b6ea7 Make sure ActiveDOMObject properly deals with detached documents by cdumez@apple.com · 5 years ago
  16. 80bab78 http/tests/security/navigate-when-restoring-cached-page.html should not use RTCPeerConnection to not enter in page cache by youenn@apple.com · 5 years ago
  17. 2b07cb9 HTMLMediaElement registers wrong ScriptExecutionContext with its ActiveDOMObject parent class by jer.noble@apple.com · 6 years ago
  18. 9ee6097 Use references rather than pointers for register/unregister functions, and more by darin@apple.com · 6 years ago
  19. 45e983f MediaDevices should be collectable as soon as its document is stopped by youenn@apple.com · 7 years ago
  20. 3df92c4 Make ReasonForSuspension enum class by rniwa@webkit.org · 7 years ago
  21. 0342e68 ActiveDOMObject should assert that they are destroyed in the thread they are created by youenn@apple.com · 7 years ago
  22. 935a849 Unreviewed, rolling out r229639. https://bugs.webkit.org/show_bug.cgi?id=183683 by commit-queue@webkit.org · 7 years ago
  23. c3ed6a8 ActiveDOMObject should assert that they are destroyed in the thread they are created by youenn@apple.com · 7 years ago
  24. f9a9129 Implement FileSystemDirectoryReader.readEntries() by cdumez@apple.com · 8 years ago
  25. d862d77 Use #pragma once in WebCore https://bugs.webkit.org/show_bug.cgi?id=164194 by commit-queue@webkit.org · 8 years ago
  26. 9be2329 Unify iOS Frame::setTimersPaused() logic and Frame::{suspend, resume}ActiveDOMObjectsAndAnimations() by dbates@webkit.org · 9 years ago
  27. 8af5d21 Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more reasons for suspension by commit-queue@webkit.org · 9 years ago
  28. cc1b389 Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity by cdumez@apple.com · 10 years ago
  29. 6c05566 Make ActiveDOMObject::canSuspend() pure virtual by cdumez@apple.com · 10 years ago
  30. dad6bb3 Log which ActiveDOMObject(s) can't be suspended for PageCache. by akling@apple.com · 10 years ago
  31. f52e28e ScriptExecutionContext::stopActiveDOMObjects iterates a hash map that can change during iteration (for multiple reasons, including GC) by darin@apple.com · 11 years ago
  32. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  33. 252c409 [iOS] Upstream WebCore/dom changes by dbates@webkit.org · 11 years ago
  34. 8296217 Adding "explicit" keyword in DOM related classes constructor by commit-queue@webkit.org · 12 years ago
  35. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  36. 433a0b5 Remove upcastPointer from ActiveDOMObject constructor by commit-queue@webkit.org · 12 years ago
  37. 4334c48 Web Inspector: NMI add instrumentation for WebAudo related stuff. by loislo@chromium.org · 12 years ago
  38. 48fb048 https://bugs.webkit.org/show_bug.cgi?id=84512 Repurpose ActiveDOMObject::WillShowDialog to WillDeferLoading by beidson@apple.com · 13 years ago
  39. 107900a Suspend/Resume API for pausing timers and animations. by zoltan@webkit.org · 13 years ago
  40. 7cea6b1 ContextDestructionObserver should live in its own file by abarth@webkit.org · 13 years ago
  41. ca6a06f Source/WebCore: Ensure timers and other active DOM objects do not fire in suspended documents. by commit-queue@webkit.org · 13 years ago
  42. 33dde25 Unreviewed, rolling out r106797 and r106806. by jchaffraix@webkit.org · 13 years ago
  43. 6e77be0 Source/WebCore: Ensure timers and other active DOM objects do not fire in suspended documents. by commit-queue@webkit.org · 13 years ago
  44. 5928282e Unreviewed, rolling out r106654. by commit-queue@webkit.org · 13 years ago
  45. a8ca33b Source/WebCore: Ensure timers and other active DOM objects do not fire in suspended documents. by commit-queue@webkit.org · 13 years ago
  46. 3bab63e Make DOMURL a ContextDestructionObserver by abarth@webkit.org · 13 years ago
  47. 6ef839f Factor ContextDestructionObserver out of ActiveDOMObject by abarth@webkit.org · 13 years ago
  48. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/dom/ActiveDOMObject.h]
  49. 097ca95 2010-09-13 Eric Carlson <eric.carlson@apple.com> by eric.carlson@apple.com · 14 years ago
  50. 78c1c64 Windows build fix: Declare set/unsetPendingActivity public, so by ggaren@apple.com · 15 years ago
  51. efccd59 2008-12-03 Dmitry Titov <dimich@chromium.org> by ap@webkit.org · 16 years ago
  52. 773343a Reviewed by Maciej Stachowiak. by ap@webkit.org · 16 years ago
  53. facdd7c Reviewed by Darin Adler. by ap@webkit.org · 16 years ago
  54. 3c120a8 Reviewed by Darin Adler. by ap@webkit.org · 16 years ago
  55. 2114abd Reviewed by Sam Weinig. by ap@webkit.org · 16 years ago