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

Issue 1765933003: style: Rename the PseudoId enum values to CamelCase and prefix them. (Closed)

Created:
4 years, 9 months ago by danakj
Modified:
4 years, 9 months ago
Reviewers:
pdr., esprehn
CC:
esprehn, darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-dom_chromium.org, blink-reviews-layout_chromium.org, blink-reviews-paint_chromium.org, blink-reviews-style_chromium.org, caseq+blink_chromium.org, chromium-reviews, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dshwang, krit, eae+blinkwatch, f(malita), fs, gyuyoung2, jchaffraix+rendering, kouhei+svg_chromium.org, kozyatinskiy+blink_chromium.org, leviw+renderwatch, lushnikov+blink_chromium.org, pdr+svgwatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, pfeldman+blink_chromium.org, piman, rwlbuis, Stephen Chennney, sergeyv+blink_chromium.org, sof, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, Nico, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

style: Rename the PseudoId enum values to CamelCase and prefix them. R=pdr BUG=584539 Committed: https://crrev.com/55d0a18194e3abe3ef52f48f021fa677c4803153 Cr-Commit-Position: refs/heads/master@{#379909}

Patch Set 1 #

Patch Set 2 : enum-clash-PseudoId: rebase #

Total comments: 2

Patch Set 3 : enum-clash-PseudoId: rebase #

Patch Set 4 : enum-clash-PseudoId: none #

Unified diffs Side-by-side diffs Delta from patch set Stats (+238 lines, -224 lines) Patch
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/CSSSelector.cpp View 1 2 3 2 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/css/ElementRuleCollector.cpp View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/PseudoStyleRequest.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/SelectorChecker.cpp View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/MatchedPropertiesCache.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 1 2 3 5 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ContainerNode.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Element.cpp View 1 9 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/core/dom/ElementRareData.h View 2 chunks +12 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/dom/FirstLetterPseudoElement.cpp View 7 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/dom/LayoutTreeBuilderTraversal.cpp View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.h View 1 2 3 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/PseudoElement.cpp View 1 2 3 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/events/EventPathTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/frame/FrameView.cpp View 1 2 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorCSSAgent.cpp View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorDOMAgent.cpp View 3 chunks +24 lines, -24 lines 0 comments Download
M third_party/WebKit/Source/core/inspector/InspectorHighlight.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/HitTestResult.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutBlock.cpp View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutCounter.cpp View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.h View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutObject.cpp View 1 2 3 9 chunks +14 lines, -14 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutScrollbar.cpp View 1 chunk +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTreeAsText.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp View 1 2 5 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/core/paint/SVGInlineTextBoxPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/paint/TextPainter.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.h View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 1 2 3 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyleConstants.h View 1 2 3 1 chunk +21 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
danakj
4 years, 9 months ago (2016-03-04 22:03:31 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1765933003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1765933003/1
4 years, 9 months ago (2016-03-04 23:23:03 UTC) #3
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 9 months ago (2016-03-04 23:23:07 UTC) #5
danakj
pingeroonie, just in case this gets lost, as there were lots of patches.
4 years, 9 months ago (2016-03-05 01:32:08 UTC) #6
pdr.
The codechange here looks fine but I worry the names might regress understandability. This isn't ...
4 years, 9 months ago (2016-03-07 23:34:03 UTC) #8
esprehn
Lgtm w/ none fixed. https://codereview.chromium.org/1765933003/diff/20001/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp File third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp (right): https://codereview.chromium.org/1765933003/diff/20001/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp#newcode515 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp:515: return styledNode->ensureComputedStyle(styledNode->isPseudoElement() ? PseudoIdNoPseudo : ...
4 years, 9 months ago (2016-03-08 02:18:48 UTC) #9
danakj
d https://codereview.chromium.org/1765933003/diff/20001/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp File third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp (right): https://codereview.chromium.org/1765933003/diff/20001/third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp#newcode515 third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp:515: return styledNode->ensureComputedStyle(styledNode->isPseudoElement() ? PseudoIdNoPseudo : m_pseudoElementSpecifier); On 2016/03/08 ...
4 years, 9 months ago (2016-03-08 18:30:15 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1765933003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1765933003/60001
4 years, 9 months ago (2016-03-08 18:31:46 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-08 21:33:36 UTC) #14
commit-bot: I haz the power
4 years, 9 months ago (2016-03-08 21:34:22 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/55d0a18194e3abe3ef52f48f021fa677c4803153
Cr-Commit-Position: refs/heads/master@{#379909}

Powered by Google App Engine
This is Rietveld 408576698