[Webkit-unassigned] [Bug 218140] New: Web Inspector: URL breakpoints should also pause when HTML attributes that trigger loads are set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 15:28:31 PDT 2020


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

            Bug ID: 218140
           Summary: Web Inspector: URL breakpoints should also pause when
                    HTML attributes that trigger loads are set
           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: drousso at apple.com
                CC: inspector-bugzilla-changes at group.apple.com

Right now, URL breakpoints are limited to XHR and fetch.  They should really include anything that can trigger network activity (but realistically we only care about situations where that trigger is some JavaScript code).

```
let image = new Image;
image.src = "foo.png"; // should be able to pause here
```

-- 
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/20201023/2dba2281/attachment.htm>


More information about the webkit-unassigned mailing list