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