Bug 273109 - Switch to use enum class for typesetterOptions() template in ComplexTextControllerCoreText.mm
Summary: Switch to use enum class for typesetterOptions() template in ComplexTextContr...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Kilzer (:ddkilzer)
URL:
Keywords: InRadar
Depends on: 234054
Blocks:
  Show dependency treegraph
 
Reported: 2024-04-22 20:24 PDT by David Kilzer (:ddkilzer)
Modified: 2024-05-02 18:27 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2024-04-22 20:24:29 PDT
Switch to use enum class for typesetterOptions() template in Source/WebCore/platform/graphics/mac/ComplexTextControllerCoreText.mm.

The bool template was originally added by:

    Use thread safe initialization for statics in ComplexTextController::collectComplexTextRunsForCharacters
    <https://bugs.webkit.org/show_bug.cgi?id=234054>
    <rdar://problem/86553179>
    <https://commits.webkit.org/252669@main>
Comment 1 Radar WebKit Bug Importer 2024-04-22 20:24:58 PDT
<rdar://problem/126898039>
Comment 2 David Kilzer (:ddkilzer) 2024-04-22 20:31:36 PDT
Pull request: https://github.com/WebKit/WebKit/pull/27614
Comment 3 EWS 2024-05-02 18:27:33 PDT
Committed 278294@main (c2779697d1c9): <https://commits.webkit.org/278294@main>

Reviewed commits have been landed. Closing PR #27614 and removing active labels.