Bug 252558
| Summary: | [GTK][WPE] UI process release log not shown | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
| Component: | WebKitGTK | Assignee: | Carlos Garcia Campos <cgarcia> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | Keywords: | Gtk |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 178276 | ||
Carlos Garcia Campos
The problem is that logLevelString() implementation in WebKit layer doesn't take RELEASE_LOG_DISABLED into account. Actually the implementation of logLevelString() in all layers does the same, getting th value of WEBKIT_DEBUG env var, but with a few differences. We can have a single implementation in WTF and use WTF::logLevelString() from WebCore and WebKit.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Garcia Campos
Pull request: https://github.com/WebKit/WebKit/pull/10358
EWS
Committed 260601@main (173e3ebecf4f): <https://commits.webkit.org/260601@main>
Reviewed commits have been landed. Closing PR #10358 and removing active labels.