Bug 46666
| Summary: | Should CF WebInspectorClient::sendMessageToFrontend() really be synchronous? | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Web Inspector (Deprecated) | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | pfeldman, simon.fraser, yurys |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | OS X 10.5 | ||
Simon Fraser (smfr)
Bug 46224 shows a stack where a call to WebInspectorClient::sendMessageToFrontend() causes script to run, resulting in bad things happening. This seems bad. Why isn't WebInspectorClient::sendMessageToFrontend() async?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
I'm referring to WebInspectorClientCF here.
Simon Fraser (smfr)
I'll fix this via bug 46224.
*** This bug has been marked as a duplicate of bug 46224 ***