Bug 126906
Summary: | Web Inspector: implement beep breakpoint action using InspectorFrontendHost | ||
---|---|---|---|
Product: | WebKit | Reporter: | Blaze Burg <bburg> |
Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | joepeck, timothy, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Blaze Burg
When breakpoint actions move to JSC, it won't make sense to perform a beep through JSC.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/15804536>
Timothy Hatcher
Moving it to InspectorFrontendHost might cause a performance issue for auto-continue breakpoints. Though it does make sense for the host to beep instead of the device.
Joseph Pecoraro
We will need to do this anyways, or put some platform agnostic beep into JavaScriptCore when pushing down ScriptDebugServer and breakpoint actions into JSC.
Timothy Hatcher
*** This bug has been marked as a duplicate of bug 127885 ***