Bug 57761

Summary: Web Inspector: add support for the enumerated types in the protocol.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
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-04-04 09:56:12 PDT
Patch to follow.
Comment 1 Pavel Feldman 2011-04-04 10:05:42 PDT
Created attachment 88072 [details]
Patch
Comment 2 Yury Semikhatsky 2011-04-04 10:16:14 PDT
Comment on attachment 88072 [details]
Patch

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

> Source/WebCore/inspector/InspectorDebuggerAgent.cpp:307
> +    if (stringPauseState == "none")

Would be nice to have these constants generated from the protocol scheme.
Comment 3 Pavel Feldman 2011-04-04 11:01:16 PDT
Committed r82847: <http://trac.webkit.org/changeset/82847>