Bug 90266

Summary: Web Inspector: Annotate TextViewer.js
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Vsevolod Vlasov 2012-06-29 03:47:35 PDT
Patch to follow
Comment 1 Vsevolod Vlasov 2012-06-29 03:50:33 PDT
Created attachment 150130 [details]
Patch
Comment 2 Yury Semikhatsky 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"
Comment 3 Vsevolod Vlasov 2012-06-29 04:22:59 PDT
Committed r121549: <http://trac.webkit.org/changeset/121549>