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

Issue 1731583003: blink: Rename enums and functions to not collide with chromium style. (Closed)

Created:
4 years, 10 months ago by danakj
Modified:
4 years, 10 months ago
Reviewers:
pdr., esprehn
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-html_chromium.org, caseq+blink_chromium.org, chromium-reviews, dcheng, devtools-reviews_chromium.org, dglazkov+blink, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, piman, rwlbuis, sergeyv+blink_chromium.org, Nico
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

blink: Rename enums and functions to not collide with chromium style. This fixes collisions in: core/css/CSSBasicShapeValues.h core/css/CSSQuadValue.h core/css/CSSSelector.h R=pdr,esprehn@chromium.org BUG=582312 Committed: https://crrev.com/695202101c6f8cc9346a1f74158b66426ac6919c Cr-Commit-Position: refs/heads/master@{#377436}

Patch Set 1 #

Total comments: 4

Patch Set 2 : get-names-2: . #

Patch Set 3 : get-names-2: . #

Patch Set 4 : get-names-2: . #

Patch Set 5 : get-names-2: . #

Patch Set 6 : get-names-2: . #

Patch Set 7 : get-names-2: . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -98 lines) Patch
M third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/BasicShapeFunctions.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSBasicShapeValues.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSQuadValue.h View 1 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSQuadValue.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.h View 8 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.cpp View 1 2 3 4 5 10 chunks +11 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelectorList.cpp View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/PageRuleCollector.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/RuleFeature.cpp View 1 2 3 4 5 6 10 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/css/RuleSet.cpp View 4 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.cpp View 1 2 3 4 5 6 15 chunks +19 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorFilter.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserSelector.h View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserSelector.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSSelectorParser.cpp View 1 2 3 4 5 6 5 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLContentElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41 (20 generated)
danakj
https://codereview.chromium.org/1731583003/diff/1/third_party/WebKit/Source/core/css/CSSSelector.h File third_party/WebKit/Source/core/css/CSSSelector.h (right): https://codereview.chromium.org/1731583003/diff/1/third_party/WebKit/Source/core/css/CSSSelector.h#newcode95 third_party/WebKit/Source/core/css/CSSSelector.h:95: enum MatchType { Please critique the choices I made ...
4 years, 10 months ago (2016-02-24 00:35:24 UTC) #1
pdr.
LGTM https://codereview.chromium.org/1731583003/diff/1/third_party/WebKit/Source/core/css/CSSSelector.h File third_party/WebKit/Source/core/css/CSSSelector.h (right): https://codereview.chromium.org/1731583003/diff/1/third_party/WebKit/Source/core/css/CSSSelector.h#newcode95 third_party/WebKit/Source/core/css/CSSSelector.h:95: enum MatchType { On 2016/02/24 at 00:35:24, danakj ...
4 years, 10 months ago (2016-02-24 00:43:35 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/1
4 years, 10 months ago (2016-02-24 00:45:21 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/120282) chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-24 00:49:55 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/20001
4 years, 10 months ago (2016-02-24 01:12:51 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/40001
4 years, 10 months ago (2016-02-24 01:19:29 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/120314) chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-24 01:39:04 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/60001
4 years, 10 months ago (2016-02-24 01:50:23 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/80001
4 years, 10 months ago (2016-02-24 02:00:44 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/100001
4 years, 10 months ago (2016-02-24 02:18:26 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/97628) linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 10 months ago (2016-02-24 02:38:24 UTC) #26
esprehn
Why are we name mangling instead of just adding Get? I dunno about the funny ...
4 years, 10 months ago (2016-02-24 02:42:53 UTC) #27
esprehn
Why are we name mangling instead of just adding Get? I dunno about the funny ...
4 years, 10 months ago (2016-02-24 02:48:32 UTC) #28
danakj
On Tue, Feb 23, 2016 at 6:42 PM, Elliott Sprehn <esprehn@chromium.org> wrote: > Why are ...
4 years, 10 months ago (2016-02-24 19:53:05 UTC) #29
danakj
On Tue, Feb 23, 2016 at 6:42 PM, Elliott Sprehn <esprehn@chromium.org> wrote: > Why are ...
4 years, 10 months ago (2016-02-24 19:53:06 UTC) #30
esprehn
If other people are okay with the names that seems fine.
4 years, 10 months ago (2016-02-24 20:00:52 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/120001
4 years, 10 months ago (2016-02-24 20:49:21 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179025)
4 years, 10 months ago (2016-02-24 23:17:27 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1731583003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1731583003/120001
4 years, 10 months ago (2016-02-24 23:20:30 UTC) #38
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 10 months ago (2016-02-25 00:29:16 UTC) #39
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 00:30:38 UTC) #41
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/695202101c6f8cc9346a1f74158b66426ac6919c
Cr-Commit-Position: refs/heads/master@{#377436}

Powered by Google App Engine
This is Rietveld 408576698