Bug 106881

Summary: Tools/Scripts/check-webkit-style should not fail for Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMapping.h
Product: WebKit Reporter: yosin
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: schenney
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

yosin
Reported 2013-01-15 01:09:54 PST
enum defintion in Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMapping.h uses all capital letters with underscore for members: enum { VKEY_RETURN = 0x0D, VKEY_ESCAPE = 0x1B, VKEY_PRIOR = 0x21, VKEY_NEXT = 0x22, ... } This should be an exception.
Attachments
Note You need to log in before you can comment on or make changes to this bug.