Bug 195463 - [ContentChangeObserver] Add StartedDOMTimerExecution and StartedStyleRecalc
Summary: [ContentChangeObserver] Add StartedDOMTimerExecution and StartedStyleRecalc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-08 09:18 PST by zalan
Modified: 2019-03-08 13:11 PST (History)
5 users (show)

See Also:


Attachments
Patch (6.19 KB, patch)
2019-03-08 09:27 PST, zalan
no flags Details | Formatted Diff | Diff
Patch (6.12 KB, patch)
2019-03-08 12:32 PST, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.