[Webkit-unassigned] [Bug 164732] New: Web Inspector: Workers cannot step over importScripts line if Page is paused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 14 14:07:24 PST 2016


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

            Bug ID: 164732
           Summary: Web Inspector: Workers cannot step over importScripts
                    line if Page is paused
    Classification: Unclassified
           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: joepeck at webkit.org
                CC: bburg at apple.com, joepeck at webkit.org,
                    mattbaker at apple.com, nvasilyev at apple.com,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

Summary:
Workers cannot step over importScripts line if Page is paused

On a page where the worker is paused at an importScripts statement and the Page is paused in JavaScript, then the worker cannot step over the importScripts statement. This is because the Main Thread has suspended Main Thread callbacks (setMainThreadCallbacksPaused) on which importScripts currently depends.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161114/58823e3e/attachment.html>


More information about the webkit-unassigned mailing list