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

Issue 100453011: Rename css/CSSParser to css/parser/BisonCSSParser. (Closed)

Created:
6 years, 11 months ago by eseidel
Modified:
6 years, 11 months ago
CC:
blink-reviews, shans, eae+blinkwatch, yurys+blink_chromium.org, apavlov+blink_chromium.org, adamk+blink_chromium.org, pdr, loislo+blink_chromium.org, Steve Block, dino_apple.com, rwlbuis, Nils Barth (inactive), krit, caseq+blink_chromium.org, Nate Chapin, arv+blink, alancutter (OOO until 2018), marja+watch_chromium.org, dglazkov+blink, abarth-chromium, aandrey+blink_chromium.org, dstockwell, Timothy Loh, Rik, devtools-reviews_chromium.org, Eric Willigers, kenneth.christiansen, rjwright, sof, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, darktears, haraken, kojih, jsbell+bindings_chromium.org, alph+blink_chromium.org, vsevik+blink_chromium.org, Mike Lawther (Google), f(malita), Inactive, Stephen Chennney
Visibility:
Public.

Description

Rename css/CSSParser to css/parser/BisonCSSParser. This patch is just a global search/replace and a git mv and has no functional change. This was split off from: https://codereview.chromium.org/121673002/ This is in preparation for adding a new CSSParser class to act as the public API into the CSS Parser subsystem. Right now BisonCSSParser has over 300! public methods and members, all but 15 of which are public *only* to support CSSGrammar.y. Once this lands, I'll post a patch to add the new CSSParser API layer and fix all the code outside of css/parser not to know about BisonCSSParser at all. BUG=330389 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164386

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+409 lines, -11534 lines) Patch
M Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/animation/ElementAnimation.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/core.gypi View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/core_derived_sources.gyp View 1 chunk +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSGrammar.y View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/CSSGroupingRule.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSKeyframeRule.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSKeyframeRule.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSKeyframesRule.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSMatrix.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSPageRule.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
D Source/core/css/CSSParser.h View 1 chunk +0 lines, -644 lines 0 comments Download
D Source/core/css/CSSParser-in.cpp View 1 chunk +0 lines, -10481 lines 0 comments Download
M Source/core/css/CSSPrimitiveValue.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValue.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSStyleRule.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSStyleSheet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSStyleSheet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/CSSTokenizer.h View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/CSSTokenizer-in.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/CSSValuePool.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/DOMWindowCSS.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/FontFace.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/FontFaceSet.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/MediaList.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/MediaQueryExp.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/PropertySetCSSStyleDeclaration.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/SVGCSSParser.cpp View 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/css/StylePropertySet.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
A + Source/core/css/parser/BisonCSSParser.h View 6 chunks +12 lines, -12 lines 0 comments Download
A + Source/core/css/parser/BisonCSSParser-in.cpp View 227 chunks +293 lines, -293 lines 0 comments Download
M Source/core/css/resolver/FilterOperationResolver.cpp View 2 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/resolver/StyleBuilderCustom.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M Source/core/css/resolver/StyleResolver.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/CSSSelectorWatch.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/Element.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/dom/SelectorQuery.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/editing/EditingStyle.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/HTMLBodyElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasRenderingContext2D.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/CanvasStyle.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
M Source/core/html/shadow/HTMLContentElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 5 chunks +6 lines, -6 lines 0 comments Download
M Source/core/svg/SVGAnimateElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGAnimationElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/svg/SVGColor.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGElement.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/WebSelector.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
eseidel
6 years, 11 months ago (2013-12-30 19:37:59 UTC) #1
kenneth.r.christiansen
lgtm! Nice that you are splitting this out in a separate commit
6 years, 11 months ago (2013-12-30 19:43:52 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eseidel@chromium.org/100453011/1
6 years, 11 months ago (2013-12-30 19:44:53 UTC) #3
esprehn
On 2013/12/30 19:44:53, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
6 years, 11 months ago (2013-12-30 19:59:59 UTC) #4
commit-bot: I haz the power
Commit queue rejected this change because the description was changed between the time the change ...
6 years, 11 months ago (2013-12-30 20:46:57 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eseidel@chromium.org/100453011/1
6 years, 11 months ago (2013-12-30 22:13:07 UTC) #6
commit-bot: I haz the power
6 years, 11 months ago (2013-12-30 22:13:56 UTC) #7
Message was sent while issue was closed.
Change committed as 164386

Powered by Google App Engine
This is Rietveld 408576698