[Webkit-unassigned] [Bug 106881] New: Tools/Scripts/check-webkit-style should not fail for Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMapping.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 15 01:08:07 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=106881

           Summary: Tools/Scripts/check-webkit-style should not fail for
                    Tools/DumpRenderTree/chromium/TestRunner/src/KeyCodeMa
                    pping.h
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yosin at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list