WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
148240
[Win] Miscellaneous Windows Cleanups
https://bugs.webkit.org/show_bug.cgi?id=148240
Summary
[Win] Miscellaneous Windows Cleanups
Brent Fulgham
Reported
2015-08-20 13:38:35 PDT
After
Bug 148001
(
r188662
), I noticed a few more places where cleanups are needed: 1. STDMETHODCALLTYPE should never appear in a method implementation (only in the declaration). 2. Release(void) -> Release() 3. C++14 member initializers 4. 0 -> nullptr This patch corrects these issues.
Attachments
Patch
(44.67 KB, patch)
2015-08-20 13:50 PDT
,
Brent Fulgham
dino
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
2015-08-20 13:50:43 PDT
Created
attachment 259488
[details]
Patch
Dean Jackson
Comment 2
2015-08-20 13:52:22 PDT
Comment on
attachment 259488
[details]
Patch rs=me
WebKit Commit Bot
Comment 3
2015-08-20 13:52:54 PDT
Attachment 259488
[details]
did not pass style-queue: ERROR: Source/WebKit/win/AccessibleBase.cpp:435: AccessibleBase::get_accDescription is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/WebKit/win/AccessibleBase.cpp:454: AccessibleBase::get_accRole is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/WebKit/win/AccessibleBase.cpp:672: AccessibleBase::get_accSelection is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/WebKit/win/AccessibleBase.cpp:677: AccessibleBase::get_accFocus is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] ERROR: Source/WebKit/win/AccessibleBase.cpp:703: AccessibleBase::get_accDefaultAction is incorrectly named. Don't use underscores in your identifier names. [readability/naming/underscores] [4] Total errors found: 5 in 31 files If any of these errors are false positives, please file a bug against check-webkit-style.
Brent Fulgham
Comment 4
2015-08-20 14:37:03 PDT
Committed
r188703
: <
http://trac.webkit.org/changeset/188703
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug