[Webkit-unassigned] [Bug 208502] New: Web Inspector: the execution context picker is shown on pages with only one execution context if there are internal execution contexts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 2 23:57:25 PST 2020


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

            Bug ID: 208502
           Summary: Web Inspector: the execution context picker is shown
                    on pages with only one execution context if there are
                    internal execution contexts
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
               URL: https://devinrousso.com/demo/WebKit/stream_of_water.ht
                    ml
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

# STEPS TO REPRODUCE:
1. inspect <https://devinrousso.com/demo/WebKit/stream_of_water.html>
=> the execution context picker is shown with:
    * Auto - stream_of_water.html
    -----
    * stream_of_water.html

This is because the page also has internal execution contexts, which are currently incorrectly counted when determining whether to show the execution context picker (we shouldn't show it if there is only one execution context).  For non-engineering builds, internal execution contexts should be ignored.

-- 
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/20200303/1bd3d7ab/attachment.htm>


More information about the webkit-unassigned mailing list