Bug 68165

Summary: Web Inspector: rename Console.clearConsoleMessages to Console.clearMessages, brush up console domain doc.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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 Pavel Feldman 2011-09-15 08:47:59 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-09-15 09:13:04 PDT
Created attachment 107503 [details]
Patch
Comment 2 Yury Semikhatsky 2011-09-15 10:03:17 PDT
Comment on attachment 107503 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=107503&action=review

> Source/WebCore/inspector/Inspector.json:360
> +                    { "name": "url", "type": "string", "description": "JavaScript script name or url." },

url -> URL here and in other places
Comment 3 Pavel Feldman 2011-09-16 02:28:23 PDT
Committed r95282: <http://trac.webkit.org/changeset/95282>