RESOLVED FIXED90266
Web Inspector: Annotate TextViewer.js
https://bugs.webkit.org/show_bug.cgi?id=90266
Summary Web Inspector: Annotate TextViewer.js
Vsevolod Vlasov
Reported 2012-06-29 03:47:35 PDT
Patch to follow
Attachments
Patch (38.86 KB, patch)
2012-06-29 03:50 PDT, Vsevolod Vlasov
yurys: review+
Vsevolod Vlasov
Comment 1 2012-06-29 03:50:33 PDT
Yury Semikhatsky
Comment 2 2012-06-29 04:12:23 PDT
Comment on attachment 150130 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=150130&action=review > Source/WebCore/inspector/Inspector.json:2599 > + { "name": "contextId", "$ref": "Runtime.ExecutionContextId", "optional": true, "description": "Specifies in which isolated context to perform script run. Each content script lives in an isolated context and this parameter may be used to specify on of those contexts. If the parameter is omitted or 0 the evaluation will be performed in the context of the inspected page." }, While you are here, please fix the typo: "specify on of those" -> "specify one of those"
Vsevolod Vlasov
Comment 3 2012-06-29 04:22:59 PDT
Note You need to log in before you can comment on or make changes to this bug.