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

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

Created:
6 years, 3 months ago by shreeramk
Modified:
6 years, 3 months ago
Reviewers:
jamesr
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
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/[geometry,graphics]) 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=181072

Patch Set 1 #

Patch Set 2 : Rebasing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -57 lines) Patch
M Source/platform/geometry/FloatQuad.cpp View 2 chunks +3 lines, -5 lines 0 comments Download
M Source/platform/geometry/FloatSize.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M Source/platform/geometry/RoundedRect.cpp View 3 chunks +12 lines, -14 lines 0 comments Download
M Source/platform/graphics/Color.cpp View 4 chunks +7 lines, -9 lines 0 comments Download
M Source/platform/graphics/CrossfadeGeneratedImage.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/graphics/GraphicsContext.cpp View 1 3 chunks +7 lines, -9 lines 0 comments Download
M Source/platform/graphics/ImageBuffer.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEDropShadow.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/graphics/filters/FEGaussianBlur.cpp View 2 chunks +4 lines, -6 lines 0 comments Download
M Source/platform/graphics/filters/FEMorphology.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/platform/graphics/gpu/DrawingBuffer.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
shreeramk
Please review. Thanks!
6 years, 3 months ago (2014-08-28 21:13:23 UTC) #1
jamesr
jamesr@chromium.org changed reviewers: + jamesr@chromium.org
6 years, 3 months ago (2014-08-28 21:55:20 UTC) #2
jamesr
lgtm
6 years, 3 months ago (2014-08-28 21:55:20 UTC) #3
shreeramk
The CQ bit was checked by shreeram.k@samsung.com
6 years, 3 months ago (2014-08-29 02:25:38 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/shreeram.k@samsung.com/519463002/20001
6 years, 3 months ago (2014-08-29 02:26:41 UTC) #5
commit-bot: I haz the power
6 years, 3 months ago (2014-08-29 03:33:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as 181072

Powered by Google App Engine
This is Rietveld 408576698