Bug 85617
Summary: | Web Inspector: add notion of JavaScript context id to the protocol | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yury Semikhatsky <yurys> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 85612 |
Yury Semikhatsky
When evaluating a JavaScript code we need to specify in which context to perform the evaluation. Currently we can only specify a frame but there may be several isolated worlds sharing the same frame(e.g. content scripts injected by Chrome extensions) and we cannot specify in which of them we want to perform the eval. As we already have surrogate ID's for injected scripts it makes sense to reuse them for all contexts including those in isolated worlds and expose them in the protocol.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yury Semikhatsky
It was fixed as part of https://bugs.webkit.org/show_bug.cgi?id=85612