Bug 33116 - style-bot doesn't like underscores in function names
Summary: style-bot doesn't like underscores in function names
Status: RESOLVED DUPLICATE of bug 33663
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-02 16:19 PST by Robert Hogan
Modified: 2010-01-17 16:06 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Hogan 2010-01-02 16:19:53 PST
> qt_drt_setTimelineProfilingEnabled is incorrectly named. Don't use underscores
> in your identifier names.  [readability/naming] [4]

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

This function naming style is in use for extern functions in Qt WebKit used by Qt's DRT.

See http://trac.webkit.org/browser/trunk/WebKit/qt/Api/qwebframe.cpp#L90 and co.
Comment 1 Adam Barth 2010-01-17 16:06:41 PST

*** This bug has been marked as a duplicate of bug 33663 ***