[Webkit-unassigned] [Bug 256683] New: Web Inspector: Group source maps error under a unique details/summary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 18:51:57 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256683

            Bug ID: 256683
           Summary: Web Inspector: Group source maps error under a unique
                    details/summary
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: karlcow at apple.com
                CC: inspector-bugzilla-changes at group.apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 466329

  --> https://bugs.webkit.org/attachment.cgi?id=466329&action=review

console log with source maps errors

Many sites include source maps, but with an error, either the URL doesn't exist seen from outside, or the auth is not working, etc.
This results in a long list of errors or warnings in the console. 

Suggestions:
Groups them together under a summary/detail elements. 

<details>
    <summary>Source Maps Error</summary>
    Here the list of source maps errors. 
</details>


see the screenshot.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230512/e7074955/attachment.htm>


More information about the webkit-unassigned mailing list