RESOLVED FIXED 234012
Web Inspector: After r286657, anonymous layers are providing an empty string for their grouping text
https://bugs.webkit.org/show_bug.cgi?id=234012
Summary Web Inspector: After r286657, anonymous layers are providing an empty string ...
Patrick Angle
Reported 2021-12-08 09:02:50 PST
The frontend makes the assumption that text will only be provided for named layers, and that anonymous layers will instead forgo setting the `text` for the grouping payload. We either need to conditionalize setting the text, or handle empty strings in the frontend, not just undefined strings.
Attachments
Patch v1.0 (3.60 KB, patch)
2021-12-08 15:32 PST, Patrick Angle
no flags
Patch v1.1 (2.05 KB, patch)
2021-12-14 12:43 PST, Patrick Angle
no flags
Radar WebKit Bug Importer
Comment 1 2021-12-08 09:03:08 PST
Patrick Angle
Comment 2 2021-12-08 15:32:53 PST
Created attachment 446439 [details] Patch v1.0
Patrick Angle
Comment 3 2021-12-14 12:43:19 PST
Created attachment 447148 [details] Patch v1.1
Devin Rousso
Comment 4 2021-12-14 12:51:52 PST
Comment on attachment 447148 [details] Patch v1.1 rs=me
EWS
Comment 5 2021-12-14 14:06:08 PST
Committed r287046 (245243@main): <https://commits.webkit.org/245243@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 447148 [details].
Note You need to log in before you can comment on or make changes to this bug.