WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 192968
[WebKit][Win] Remove using namespace in the global scope
https://bugs.webkit.org/show_bug.cgi?id=192968
Summary
[WebKit][Win] Remove using namespace in the global scope
Fujii Hironori
Reported
2018-12-20 18:47:53 PST
[WebKit][Win] Remove using namespace in the global space This is a sub task of
Bug 192449
.
https://webkit.org/code-style-guidelines/#using-position
Attachments
Patch
(8.88 KB, patch)
2018-12-20 18:58 PST
,
Fujii Hironori
achristensen
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Fujii Hironori
Comment 1
2018-12-20 18:58:08 PST
Created
attachment 357916
[details]
Patch
Ross Kirsling
Comment 2
2018-12-20 22:02:10 PST
Comment on
attachment 357916
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=357916&action=review
LGTM though this requires a WebKit reviewer.
> Source/WebKit/Shared/WebWheelEvent.cpp:32 > -namespace WebKit { > +namespace WebKit { > +
Nit: This file should probably be dropped from the diff if we're only modifying whitespace.
Ross Kirsling
Comment 3
2018-12-20 22:10:48 PST
(In reply to Ross Kirsling from
comment #2
)
> Comment on
attachment 357916
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=357916&action=review
> > LGTM though this requires a WebKit reviewer.
Er, "owner" not reviewer.
Fujii Hironori
Comment 4
2018-12-21 00:13:05 PST
Thanks Ross. Added WK2 owners to Cc.
Alex Christensen
Comment 5
2018-12-21 09:42:58 PST
Comment on
attachment 357916
[details]
Patch Whitespace change is fine by me.
Fujii Hironori
Comment 6
2018-12-24 18:08:26 PST
Comment on
attachment 357916
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=357916&action=review
>> Source/WebKit/Shared/WebWheelEvent.cpp:32 >> + > > Nit: This file should probably be dropped from the diff if we're only modifying whitespace.
I want to remove the trailing space after '{' because it causes a trouble for my grepping script (
Bug 192449 Comment 1
). 😅
Fujii Hironori
Comment 7
2018-12-24 18:15:37 PST
Committed
r239550
: <
https://trac.webkit.org/changeset/239550
>
Radar WebKit Bug Importer
Comment 8
2018-12-24 18:16:22 PST
<
rdar://problem/46937469
>
Ross Kirsling
Comment 9
2018-12-24 18:30:27 PST
(In reply to Fujii Hironori from
comment #6
)
> Comment on
attachment 357916
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=357916&action=review
> > >> Source/WebKit/Shared/WebWheelEvent.cpp:32 > >> + > > > > Nit: This file should probably be dropped from the diff if we're only modifying whitespace. > > I want to remove the trailing space after '{' because it causes a trouble > for my grepping script (
Bug 192449 Comment 1
). 😅
Haha, I have no personal objection -- just wanted to be sensitive to "churn avoidance" concerns. :)
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