Bug 74110
Summary: | Web Inspector: [protocol] runtime.RemoteObject shouldn't be reused for client-to-server messages | ||
---|---|---|---|
Product: | WebKit | Reporter: | Peter Rybin <peter.rybin> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, peter.rybin, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Peter Rybin
Protocol type "runtime.RemoteObject" was designed for server sending remote object data back to client.
It's use in opposite direction (client to server) looks misleading; only 2 fields are actually used of 6.
A more specialized type should be created instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |