New issue
Advanced search Search tips

Issue 591911 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

We should use DLOG(INFO) instead of stderr in core/editing

Project Member Reported by yosin@chromium.org, Mar 4 2016

Issue description

Output to |stderr| outputs nothing in "Immediate Window" in VS.
We should use WTFLogAlways(format, ...) instead of fprintf(), fputs().

See "wtf/Assertion.h" for signature and |Node::showTreeForThis()| for usage.

 

Comment 1 by yosin@chromium.org, Mar 24 2016

Summary: We should use DLOG(INFO) instead of stderr in core/editing (was: We should use WTFLogAlways() instead of stderr in core/editing)
DLOG(INFO) + StringBuffer
Status: WontFix (was: Assigned)
Now there is no fprintf(), fputs().
We are using StringBuffer style.

Sign in to add a comment