Bug 277736
| Summary: | [GLIB] SysprofAnnotator uses non-empty empty string for descriptions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Georges Basile Stavracas Neto <feaneron> |
| Component: | WPE WebKit | Assignee: | Georges Basile Stavracas Neto <feaneron> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Georges Basile Stavracas Neto
Instead of a fully empty string ("") or no string at all (nullptr), it uses a whitespaced string (" "). This makes Sysprof think there's a description, when in fact it doesn't have.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Georges Basile Stavracas Neto
Pull request: https://github.com/WebKit/WebKit/pull/31833
EWS
Committed 282044@main (d83571d66df9): <https://commits.webkit.org/282044@main>
Reviewed commits have been landed. Closing PR #31833 and removing active labels.