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

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

Created:
6 years, 6 months ago by harpreet.sk
Modified:
6 years, 6 months ago
CC:
abarth-chromium, blink-layers+watch_chromium.org, blink-reviews, blink-reviews-rendering, cbiesinger, chromiumbugtracker_adobe.com, krit, eae+blinkwatch, ed+blinkwatch_opera.com, f(malita), fs, gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, leviw+renderwatch, pdr., rwlbuis, rune+blink, Stephen Chennney, zoltan1
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. According to the coding guidelines for blink, we should not use "using" declarations of any kind to import names in the C++ Standard library. This patch removes all those "using" declarations. Effected folder: Source/core/rendering Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176608

Patch Set 1 #

Patch Set 2 : Rebasing #

Patch Set 3 : Rebase #

Patch Set 4 : Fixing mac error #

Unified diffs Side-by-side diffs Delta from patch set Stats (+576 lines, -671 lines) Patch
M Source/core/rendering/AutoTableLayout.cpp View 17 chunks +27 lines, -29 lines 0 comments Download
M Source/core/rendering/FastTextAutosizer.cpp View 1 2 chunks +2 lines, -4 lines 0 comments Download
M Source/core/rendering/FixedTableLayout.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/FloatingObjects.cpp View 5 chunks +7 lines, -8 lines 0 comments Download
M Source/core/rendering/InlineBox.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/InlineFlowBox.cpp View 1 2 20 chunks +55 lines, -57 lines 0 comments Download
M Source/core/rendering/InlineTextBox.cpp View 1 2 11 chunks +19 lines, -21 lines 0 comments Download
M Source/core/rendering/RenderBlock.cpp View 1 2 25 chunks +56 lines, -56 lines 0 comments Download
M Source/core/rendering/RenderBlockFlow.cpp View 1 2 28 chunks +47 lines, -49 lines 0 comments Download
M Source/core/rendering/RenderBlockLineLayout.cpp View 1 12 chunks +16 lines, -17 lines 0 comments Download
M Source/core/rendering/RenderBox.cpp View 1 2 32 chunks +52 lines, -54 lines 0 comments Download
M Source/core/rendering/RenderBoxModelObject.cpp View 1 13 chunks +24 lines, -26 lines 0 comments Download
M Source/core/rendering/RenderDeprecatedFlexibleBox.cpp View 1 14 chunks +23 lines, -25 lines 0 comments Download
M Source/core/rendering/RenderFileUploadControl.cpp View 1 4 chunks +6 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderImage.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/rendering/RenderInline.cpp View 1 8 chunks +9 lines, -11 lines 0 comments Download
M Source/core/rendering/RenderLayer.cpp View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/rendering/RenderLayerModelObject.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderLineBoxList.cpp View 3 chunks +2 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderListBox.cpp View 1 8 chunks +10 lines, -12 lines 0 comments Download
M Source/core/rendering/RenderListItem.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderListMarker.cpp View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/rendering/RenderMarquee.cpp View 1 4 chunks +6 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderMenuList.cpp View 1 4 chunks +9 lines, -10 lines 0 comments Download
M Source/core/rendering/RenderMeter.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderMultiColumnSet.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderObject.cpp View 1 2 7 chunks +57 lines, -59 lines 0 comments Download
M Source/core/rendering/RenderPart.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderProgress.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderRegion.cpp View 2 chunks +6 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderReplaced.cpp View 1 4 chunks +7 lines, -9 lines 0 comments Download
M Source/core/rendering/RenderRubyBase.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderRubyRun.cpp View 3 chunks +6 lines, -8 lines 0 comments Download
M Source/core/rendering/RenderRubyText.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/rendering/RenderScrollbarPart.cpp View 3 chunks +2 lines, -4 lines 0 comments Download
M Source/core/rendering/RenderSearchField.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderTable.cpp View 1 17 chunks +23 lines, -25 lines 0 comments Download
M Source/core/rendering/RenderTableCell.cpp View 1 8 chunks +22 lines, -23 lines 0 comments Download
M Source/core/rendering/RenderTableSection.cpp View 1 14 chunks +19 lines, -21 lines 0 comments Download
M Source/core/rendering/RenderText.cpp View 1 2 14 chunks +23 lines, -24 lines 0 comments Download
M Source/core/rendering/RenderTextControl.cpp View 1 2 chunks +4 lines, -6 lines 0 comments Download
M Source/core/rendering/RenderTextControlSingleLine.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/RenderThemeChromiumMac.mm View 1 2 3 3 chunks +2 lines, -4 lines 0 comments Download
M Source/core/rendering/RootInlineBox.cpp View 1 2 10 chunks +14 lines, -16 lines 0 comments Download
M Source/core/rendering/compositing/CompositedLayerMapping.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/style/RenderStyle.cpp View 1 7 chunks +14 lines, -16 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyle.cpp View 1 chunk +0 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGResourceFilter.cpp View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/RenderSVGRoot.cpp View 1 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGInlineFlowBox.cpp View 1 chunk +0 lines, -2 lines 0 comments Download
M Source/core/rendering/svg/SVGInlineTextBox.cpp View 3 chunks +4 lines, -6 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
harpreet.sk
PTAL...
6 years, 6 months ago (2014-06-18 07:46:16 UTC) #1
harpreet.sk
PING
6 years, 6 months ago (2014-06-20 04:58:17 UTC) #2
esprehn
lgtm
6 years, 6 months ago (2014-06-20 07:41:21 UTC) #3
harpreet.sk
The CQ bit was checked by harpreet.sk@samsung.com
6 years, 6 months ago (2014-06-20 07:54:07 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harpreet.sk@samsung.com/339333002/1
6 years, 6 months ago (2014-06-20 07:54:49 UTC) #5
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-20 07:55:14 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/rendering/InlineFlowBox.cpp: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 6 months ago (2014-06-20 07:55:16 UTC) #7
harpreet.sk
The CQ bit was checked by harpreet.sk@samsung.com
6 years, 6 months ago (2014-06-20 10:59:45 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harpreet.sk@samsung.com/339333002/40001
6 years, 6 months ago (2014-06-20 11:00:31 UTC) #9
harpreet.sk
The CQ bit was unchecked by harpreet.sk@samsung.com
6 years, 6 months ago (2014-06-20 12:03:36 UTC) #10
harpreet.sk
The CQ bit was checked by harpreet.sk@samsung.com
6 years, 6 months ago (2014-06-20 12:05:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/harpreet.sk@samsung.com/339333002/60001
6 years, 6 months ago (2014-06-20 12:07:06 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 6 months ago (2014-06-20 13:10:16 UTC) #13
commit-bot: I haz the power
6 years, 6 months ago (2014-06-20 13:48:38 UTC) #14
Message was sent while issue was closed.
Change committed as 176608

Powered by Google App Engine
This is Rietveld 408576698