Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Issue 363613003: Removing using declarations that import names in the C++ Standard library. (Closed)

Created:
6 years, 5 months ago by Sunil Ratnu
Modified:
6 years, 5 months ago
Reviewers:
tkent
CC:
blink-reviews, Raymond Toy
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Removing using declarations that import names in the C++ Standard library. This is as per the the coding guidelines for blink, which disallows the use of "using" declarations of any kind to import names in the C++ Standard library. This is in continuation of the CL https://codereview.chromium.org/334593005/ Effected Folders: Source/modules/ BUG=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=177345

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -55 lines) Patch
M Source/modules/webaudio/AudioBufferSourceNode.cpp View 5 chunks +9 lines, -11 lines 0 comments Download
M Source/modules/webaudio/AudioNodeInput.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/modules/webaudio/AudioParamTimeline.cpp View 4 chunks +6 lines, -8 lines 0 comments Download
M Source/modules/webaudio/AudioScheduledSourceNode.cpp View 3 chunks +2 lines, -4 lines 0 comments Download
M Source/modules/webaudio/AudioSummingJunction.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webaudio/DelayDSPKernel.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webaudio/OfflineAudioDestinationNode.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M Source/modules/webaudio/OscillatorNode.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/webaudio/PannerNode.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/modules/webaudio/RealtimeAnalyser.cpp View 6 chunks +6 lines, -8 lines 0 comments Download
M Source/modules/webaudio/WaveShaperDSPKernel.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/websockets/MainThreadWebSocketChannel.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/modules/websockets/WebSocketFrame.cpp View 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Sunil Ratnu
PTAL.
6 years, 5 months ago (2014-07-01 12:02:11 UTC) #1
tkent
lgtm
6 years, 5 months ago (2014-07-01 22:39:04 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sunil.ratnu@samsung.com/363613003/1
6 years, 5 months ago (2014-07-01 22:40:06 UTC) #3
commit-bot: I haz the power
6 years, 5 months ago (2014-07-02 00:03:41 UTC) #4
Message was sent while issue was closed.
Change committed as 177345

Powered by Google App Engine
This is Rietveld 408576698