[webkit-reviews] review granted: [Bug 195470] [ContentChangeObserver] Cleanup adjustObservedState : [Attachment 364036] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 8 12:10:18 PST 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted zalan
<zalan at apple.com>'s request for review:
Bug 195470: [ContentChangeObserver] Cleanup adjustObservedState
https://bugs.webkit.org/show_bug.cgi?id=195470

Attachment 364036: Patch

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




--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 364036
  --> https://bugs.webkit.org/attachment.cgi?id=364036
Patch

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

> Source/WebCore/ChangeLog:9
> +	   This is in preparation for introducing a observation window from
touchStart -> mouseMoved.

an observation

> Source/WebCore/page/ios/ContentChangeObserver.cpp:102
> +    if (!m_domTimerIsBeingExecuted)

m_observedDomTimerIsBeingExecuted

> Source/WebCore/page/ios/ContentChangeObserver.cpp:123
> +    if (!m_styleRecalcIsBeingExecuted)

m_isInObservedStyleRecalc?


More information about the webkit-reviews mailing list