Bug 76062

Summary: Web Inspector: CodeGeneratorInspector.py: fix codestyle of generated enums
Product: WebKit Reporter: Peter Rybin <prybin>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, prybin, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 72861    
Attachments:
Description Flags
Patch
none
InspectorFrontend.h base version
none
New InspectorFrontend.h none

Description Peter Rybin 2012-01-11 07:51:27 PST
Builder template classes use enum constants as their parameters. The enum constants should be named in CamelCase rather than in ALL_CAPS_WITH_UNDERSCORE.
Comment 1 Peter Rybin 2012-01-11 07:57:02 PST
Created attachment 122023 [details]
Patch
Comment 2 Peter Rybin 2012-01-11 08:01:31 PST
Created attachment 122024 [details]
InspectorFrontend.h base version
Comment 3 Peter Rybin 2012-01-11 08:02:37 PST
Created attachment 122025 [details]
New InspectorFrontend.h
Comment 4 WebKit Review Bot 2012-01-11 09:36:35 PST
Comment on attachment 122023 [details]
Patch

Clearing flags on attachment: 122023

Committed r104716: <http://trac.webkit.org/changeset/104716>
Comment 5 WebKit Review Bot 2012-01-11 09:36:41 PST
All reviewed patches have been landed.  Closing bug.