RESOLVED FIXED 234648
Web Inspector: blackboxed call frames should be grouped everywhere
https://bugs.webkit.org/show_bug.cgi?id=234648
Summary Web Inspector: blackboxed call frames should be grouped everywhere
Devin Rousso
Reported 2021-12-23 13:46:56 PST
# STEPS TO REPRODUCE 1. inspect <http://bogojoker.com/shell/> 2. create a "click" global Event Breakpoint 3. blackbox the <http://bogojoker.com/shell/js/jquery.js> script 4. click on the down arrow in the page -> should pause on <http://bogojoker.com/shell/js/easySlider.min.js:64> with two blackboxed call frames 5. evaluate `console.trace()` ## EXPECTED (anonymous function) (easySlider.min.js:56) Blackboxed - 2 call frames ## ACTUAL (anonymous function) (easySlider.min.js:56) handle (jquery.js:26:2120) (anonymous function) (jquery.js:25:11369)
Attachments
Patch (35.03 KB, patch)
2022-01-15 18:31 PST, Devin Rousso
no flags
Patch (34.00 KB, patch)
2022-01-19 12:07 PST, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2021-12-30 13:47:20 PST
Devin Rousso
Comment 2 2022-01-15 18:31:55 PST
Patrick Angle
Comment 3 2022-01-19 10:53:06 PST
Comment on attachment 449279 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449279&action=review r=me > Source/WebInspectorUI/UserInterface/Models/StackTrace.js:163 > + firstNonNativeNonAnonymousCallFrame ??= frame; Nice catch. It's a bit concerning that we don't seem to test this anywhere, though.
Devin Rousso
Comment 4 2022-01-19 11:51:50 PST
Comment on attachment 449279 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=449279&action=review >> Source/WebInspectorUI/UserInterface/Models/StackTrace.js:163 >> + firstNonNativeNonAnonymousCallFrame ??= frame; > > Nice catch. It's a bit concerning that we don't seem to test this anywhere, though. Good point! I'll add a test for this :) And actually, I'll split this into a separate bug.
Devin Rousso
Comment 5 2022-01-19 12:07:05 PST
EWS
Comment 6 2022-01-19 14:39:29 PST
Committed r288243 (246196@main): <https://commits.webkit.org/246196@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 449505 [details].
Note You need to log in before you can comment on or make changes to this bug.