Bug 57761 - Web Inspector: add support for the enumerated types in the protocol.
Summary: Web Inspector: add support for the enumerated types in the protocol.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-04 09:56 PDT by Pavel Feldman
Modified: 2011-04-04 11:01 PDT (History)
10 users (show)

See Also:


Attachments
Patch (23.09 KB, patch)
2011-04-04 10:05 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>