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