RESOLVED FIXED 209826
Make FrameView and Frame TextStream-loggable
https://bugs.webkit.org/show_bug.cgi?id=209826
Summary Make FrameView and Frame TextStream-loggable
Simon Fraser (smfr)
Reported 2020-03-31 12:25:18 PDT
Make FrameView and Frame TextStream-loggable
Attachments
Patch (4.15 KB, patch)
2020-03-31 12:26 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2020-03-31 12:26:29 PDT
Darin Adler
Comment 2 2020-03-31 12:34:53 PDT
Comment on attachment 395078 [details] Patch I totally want to reverse the ValueOrNull thing for TextStream. By default pointers should log "value of pointed to thing or null" and we should have a function you can call on a pointer to make it instead log a hex pointer value. Also, if we keep ValueOrNull we can leave off the "OrNull" part. The real question is whether to log the pointer or the pointed-to thing. Not sure the word "value" is unambiguous about that, but it’s cool.
EWS
Comment 3 2020-03-31 19:49:38 PDT
Committed r259335: <https://trac.webkit.org/changeset/259335> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395078 [details].
Radar WebKit Bug Importer
Comment 4 2020-03-31 19:50:15 PDT
Note You need to log in before you can comment on or make changes to this bug.