Bug 125815
| Summary: | Web Inspector: Remove protocol command Runtime.run | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | Web Inspector (Deprecated) | Assignee: | Joseph Pecoraro <joepeck> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | graouts, joepeck, timothy |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Pecoraro
We don't use RuntimeAgent.run, and its implementation is empty. It was only added for Chromium to jump start a paused process, which is a concept that has been removed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Spoke too soon, looks like this could still be used for Workers. Leave this for now, and we may need to address it when coming back to workers.