WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
164732
Web Inspector: Workers cannot step over importScripts line if Page is paused
https://bugs.webkit.org/show_bug.cgi?id=164732
Summary
Web Inspector: Workers cannot step over importScripts line if Page is paused
Joseph Pecoraro
Reported
2016-11-14 14:07:24 PST
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
Comment 1
2016-11-14 14:10:13 PST
<
rdar://problem/29254060
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug