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

Issue 512293003: Removing "using" declarations that import names in the C++ Standard library.(Source/platform/[m* - … (Closed)

Created:
6 years, 3 months ago by shreeramk
Modified:
6 years, 3 months ago
Reviewers:
tkent
CC:
blink-reviews, shans, rjwright, Mike Lawther (Google), blink-reviews-animation_chromium.org, dstockwell, Timothy Loh, darktears, Steve Block, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Removing "using" declarations that import names in the C++ Standard library.(Source/platform/[m* - t*]) This is as per the the coding guidelines for blink. Do not use "using" declarations of any kind to import names in the standard template library. Directly qualify the names at the point they're used instead. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=181210

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -87 lines) Patch
M Source/platform/mac/ScrollAnimatorMac.mm View 2 chunks +2 lines, -3 lines 0 comments Download
M Source/platform/mac/ThemeMac.mm View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/network/HTTPHeaderMap.cpp View 2 chunks +1 line, -4 lines 0 comments Download
M Source/platform/scheduler/SchedulerTest.cpp View 4 chunks +9 lines, -10 lines 0 comments Download
M Source/platform/scroll/ScrollAnimator.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/scroll/ScrollAnimatorNone.cpp View 7 chunks +12 lines, -14 lines 0 comments Download
M Source/platform/scroll/ScrollView.cpp View 3 chunks +3 lines, -5 lines 0 comments Download
M Source/platform/scroll/Scrollbar.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/platform/scroll/ScrollbarThemeMacCommon.mm View 1 chunk +0 lines, -1 line 0 comments Download
M Source/platform/scroll/ScrollbarThemeOverlay.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M Source/platform/transforms/Matrix3DTransformOperation.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/transforms/MatrixTransformOperation.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/transforms/PerspectiveTransformOperation.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/transforms/RotateTransformOperation.cpp View 2 chunks +2 lines, -4 lines 0 comments Download
M Source/platform/transforms/TransformOperations.cpp View 3 chunks +2 lines, -4 lines 0 comments Download
M Source/platform/transforms/TransformationMatrix.cpp View 12 chunks +23 lines, -25 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
shreeramk
Please review. Thanks!
6 years, 3 months ago (2014-08-28 21:00:07 UTC) #1
shreeramk
Please review. Thanks!
6 years, 3 months ago (2014-09-01 18:17:20 UTC) #3
tkent
lgtm
6 years, 3 months ago (2014-09-02 01:56:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shreeram.k@samsung.com/512293003/1
6 years, 3 months ago (2014-09-02 01:57:38 UTC) #6
commit-bot: I haz the power
6 years, 3 months ago (2014-09-02 02:58:51 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as 181210

Powered by Google App Engine
This is Rietveld 408576698