[Webkit-unassigned] [Bug 126055] New: #defined constants should use all uppercase names with words separated by underscores.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 19 23:30:00 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126055
Summary: #defined constants should use all uppercase names with
words separated by underscores.
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: geryxyz at inf.u-szeged.hu
wrong:
#define lowercase
good:
#define UPPER_CASE
--
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