[webkit-reviews] review granted: [Bug 172173] Allow nested timers to propagate user gestures so long as the total nested interval is less than 1s. : [Attachment 310487] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 18 11:58:53 PDT 2017


Andy Estes <aestes at apple.com> has granted Jer Noble <jer.noble at apple.com>'s
request for review:
Bug 172173: Allow nested timers to propagate user gestures so long as the total
nested interval is less than 1s.
https://bugs.webkit.org/show_bug.cgi?id=172173

Attachment 310487: Patch

https://bugs.webkit.org/attachment.cgi?id=310487&action=review




--- Comment #18 from Andy Estes <aestes at apple.com> ---
Comment on attachment 310487
  --> https://bugs.webkit.org/attachment.cgi?id=310487
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=310487&action=review

> Source/WebCore/page/DOMTimer.cpp:61
> -    explicit DOMTimerFireState(ScriptExecutionContext& context)
> +    explicit DOMTimerFireState(ScriptExecutionContext& context, int
nestingLevel, const Seconds& nestedTimerInterval)

This doesn't need to be marked explicit anymore.


More information about the webkit-reviews mailing list