Bug 273808 - [RenderObject] logging to stderr by fprintf doesn't work on Windows Debug Console
Summary: [RenderObject] logging to stderr by fprintf doesn't work on Windows Debug Con...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: PC Windows 10
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-05-06 23:03 PDT by Kohei Asano
Modified: 2024-05-08 15:16 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kohei Asano 2024-05-06 23:03:31 PDT
RenderingObject logging utils emit parts of info to stderr, as we see https://github.com/WebKit/WebKit/blob/main/Source/WebCore/rendering/RenderObject.cpp#L2736-L2761 . This doesn't work well on Windows, and platform independent logging should have used WTFLogAlways instead.
Comment 2 Kohei Asano 2024-05-07 21:28:14 PDT
Pull request: https://github.com/WebKit/WebKit/pull/28224
Comment 3 EWS 2024-05-08 15:15:54 PDT
Committed 278532@main (63eb3f6b9a35): <https://commits.webkit.org/278532@main>

Reviewed commits have been landed. Closing PR #28224 and removing active labels.
Comment 4 Radar WebKit Bug Importer 2024-05-08 15:16:15 PDT
<rdar://problem/127768950>