Bug 230851

Summary: Rename Style::queuePostResolutionCallback to Style::deprecatedQueuePostResolutionCallback
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, changseok, esprehn+autocc, ews-watchlist, gyuyoung.kim, mifenton, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 203139    
Attachments:
Description Flags
Patch simon.fraser: review+

Description Tim Nguyen (:ntim) 2021-09-27 11:41:12 PDT
According to the WIP patch in bug 203139, the HTML 5 event loop should be used instead.
Comment 1 Tim Nguyen (:ntim) 2021-09-27 11:53:08 PDT
Created attachment 439375 [details]
Patch
Comment 2 Simon Fraser (smfr) 2021-09-27 12:01:10 PDT
Comment on attachment 439375 [details]
Patch

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

> Source/WebCore/style/StyleTreeResolver.h:115
> +void deprecatedQueuePostResolutionCallback(Function<void()>&&); // Integrate with the HTML5 event loop instead.

I think this comment could be more helpful. Where in the code should I do stuff instead of calling this function?
Comment 3 Tim Nguyen (:ntim) 2021-09-27 14:21:49 PDT
Committed r283134 (242191@main): <https://commits.webkit.org/242191@main>
Comment 4 Radar WebKit Bug Importer 2021-09-27 14:22:16 PDT
<rdar://problem/83591148>