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 / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | schenney |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
yosin
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |