1. 2e10e10 [WebKit API] Add SPI to track multiple navigations caused by a single user gesture by weinig@apple.com · 9 years ago
  2. 705033b Use time literals in WebCore https://bugs.webkit.org/show_bug.cgi?id=158905 by antti@apple.com · 9 years ago
  3. 3165ada Convert DOMTimer to std::chrono::milliseconds by barraclough@apple.com · 9 years ago
  4. e96b007 Convert DOMTimer interval from int to std::chromo::milliseconds by barraclough@apple.com · 9 years ago
  5. 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
  6. c00dec3 Regression(r176212): Broke app switching on iCloud.com by cdumez@apple.com · 10 years ago
  7. d3bb45e Clean up DOMTimer related settings by cdumez@apple.com · 10 years ago
  8. 6c05566 Make ActiveDOMObject::canSuspend() pure virtual by cdumez@apple.com · 10 years ago
  9. dd565b2 Only throttle DOM timers if they change CSS properties that cannot cause non-descendant elements to become visible by cdumez@apple.com · 10 years ago
  10. e1f0d0d Take into consideration canvas drawing for throttling DOM timers by cdumez@apple.com · 10 years ago
  11. 99b24c0 Throttled DOMTimers can prevent their document from being garbage collected by cdumez@apple.com · 10 years ago
  12. 9d3e4a7 Add a setting to toggle DOMTimer throttling support by cdumez@apple.com · 10 years ago
  13. 34ad1cd Add initial layout testing coverage for timer throttling by cdumez@apple.com · 10 years ago
  14. b603041 Throttle timers that change the style of elements outside the viewport by cdumez@apple.com · 10 years ago
  15. 7010491 Have DOMTimer deal with more ScriptExecutionContext references by cdumez@apple.com · 10 years ago
  16. d532a96 Support throttling of DOMTimers using nested setTimeout() calls by cdumez@apple.com · 10 years ago
  17. 8625a8a DOM timer throttling for hidden plugins by barraclough@apple.com · 10 years ago
  18. 0c7535e Simplify DOMTimer::adjustMinimumTimerInterval -> updateTimerIntervalIfNecessary by barraclough@apple.com · 11 years ago
  19. 4e24ba4 Fix the build after r172963 by timothy_horton@apple.com · 11 years ago
  20. 9322f0e DOMTimer may be deleted during timer fire by barraclough@apple.com · 11 years ago
  21. 8cdf408 Move Source/WebCore/workers/ code to std::unique_ptr by zandobersek@gmail.com · 11 years ago
  22. f4d59ea Unreviewed, rolling out r168578. https://bugs.webkit.org/show_bug.cgi?id=132789 by commit-queue@webkit.org · 11 years ago
  23. 08497c7 Move Source/WebCore/workers/ code to std::unique_ptr by zandobersek@gmail.com · 11 years ago
  24. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  25. 16d2dd4 Change all uses of FINAL to final now that all our compilers support it by andersca@apple.com · 11 years ago
  26. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  27. 421c79e Make ActiveDOMObject overrides private by ap@apple.com · 12 years ago
  28. a2e319e Make SuspendableTimer safer https://bugs.webkit.org/show_bug.cgi?id=119127 by ap@apple.com · 12 years ago
  29. 4f58f49 Remove support for consumable user gestures by jochen@chromium.org · 12 years ago
  30. 9d72cb0 Remove the memory instrumentation code by benjamin@webkit.org · 12 years ago
  31. 012666e Refactor UserGestureIndicator::Token to be a top-level class by jochen@chromium.org · 12 years ago
  32. 08cddc4 Web Inspector: NMI add instrumentation to widely used ActiveDOMObjects. XMLHttpRequest, Prerenderer, HTMLMediaElement and DOMTimer. by loislo@chromium.org · 12 years ago
  33. 7208b2e Remove unused static methods from DOMTimer.h by tony@chromium.org · 12 years ago
  34. 784b451 Move default DOM Timer values into Settings by tony@chromium.org · 12 years ago
  35. 9b4ec58 Throttle DOM timers on hidden pages. by commit-queue@webkit.org · 12 years ago
  36. ca1aea2 Make sure that user gestures can't be consumed twice by jochen@chromium.org · 12 years ago
  37. 4b0a55f 2011-05-10 Tony Gentilcore <tonyg@chromium.org> by tonyg@chromium.org · 14 years ago
  38. 6e4d5b2 2011-03-13 Andy Estes <aestes@apple.com> by aestes@apple.com · 14 years ago
  39. 7bf42ee 2011-02-15 Kenneth Russell <kbr@google.com> by kbr@google.com · 14 years ago
  40. 1f839a2 Move WebCore into Source by abarth@webkit.org · 14 years ago[Renamed from WebCore/page/DOMTimer.h]
  41. b6cd025 2010-10-05 Pavel Podivilov <podivilov@chromium.org> by podivilov@chromium.org · 14 years ago
  42. 757218a 2010-09-17 Matthew Delaney <mdelaney@apple.com> by commit-queue@webkit.org · 14 years ago
  43. 10c906a WebCore: Reviewed by Steve Falkenburg. by adachan@apple.com · 15 years ago
  44. 0bc5455 Bug 34974: Leak of ScheduledAction during layout tests by mrowe@apple.com · 15 years ago
  45. bf3b596 2009-10-26 Kelly Norton <knorton@google.com> by eric@webkit.org · 15 years ago
  46. 4335876 WebCore: Timers from cached pages fire instantly rather than the after the specified timeout delay by dimich@chromium.org · 16 years ago
  47. 33c7481 2009-07-24 Mike Fenton <mike.fenton@torchmobile.com> by abarth@webkit.org · 16 years ago
  48. 8aed5c9 2009-03-20 Mike Belshe <mike@belshe.com> by levin@chromium.org · 16 years ago
  49. 61739b2 2009-01-26 Dmitry Titov <dimich@chromium.org> by dglazkov@chromium.org · 16 years ago[Renamed from WebCore/bindings/js/DOMTimer.h]
  50. 3b2f2c3 2008-12-28 Dmitry Titov <dimich@chromium.org> by ap@webkit.org · 16 years ago
  51. efccd59 2008-12-03 Dmitry Titov <dimich@chromium.org> by ap@webkit.org · 16 years ago
  52. 5035dee 2008-11-26 Dmitry Titov <dimich@chromium.org> by ap@webkit.org · 16 years ago