Bug 164732
| Summary: | Web Inspector: Workers cannot step over importScripts line if Page is paused | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
Joseph Pecoraro
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/29254060>