Bug 195463

Summary: [ContentChangeObserver] Add StartedDOMTimerExecution and StartedStyleRecalc
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description zalan 2019-03-08 09:18:43 PST
This is in preparation for explicit isObservingContentChanges()
Comment 1 Radar WebKit Bug Importer 2019-03-08 09:20:57 PST
<rdar://problem/48714762>
Comment 2 zalan 2019-03-08 09:27:02 PST
Created attachment 364020 [details]
Patch
Comment 3 Simon Fraser (smfr) 2019-03-08 12:01:13 PST
Comment on attachment 364020 [details]
Patch

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

> Source/WebCore/page/ios/ContentChangeObserver.h:166
> +    bool m_isObservingPendingStyleRecalc { false };

m_isWaitingForStyleRecalc
Comment 4 zalan 2019-03-08 12:32:26 PST
Created attachment 364050 [details]
Patch
Comment 5 WebKit Commit Bot 2019-03-08 13:11:46 PST
Comment on attachment 364050 [details]
Patch

Clearing flags on attachment: 364050

Committed r242654: <https://trac.webkit.org/changeset/242654>
Comment 6 WebKit Commit Bot 2019-03-08 13:11:48 PST
All reviewed patches have been landed.  Closing bug.