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

Issue 951213004: Make CSSRuleSourceData use the CSSRule Type enum (Closed)

Created:
5 years, 10 months ago by rwlbuis
Modified:
5 years, 10 months ago
Reviewers:
Timothy Loh
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, blink-reviews-style_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, blink-reviews-css, devtools-reviews_chromium.org, ed+blinkwatch_opera.com, lushnikov+blink_chromium.org, yurys+blink_chromium.org, pfeldman+blink_chromium.org, dglazkov+blink, apavlov+blink_chromium.org, kozyatinskiy+blink_chromium.org, darktears, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make CSSRuleSourceData use the CSSRule Type enum Since CSSRule::Type encompasses CSSRuleSourceData::Type, use the former everywhere and remove the latter, to avoid any confusion between the two roughly equivalent enums. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190972

Patch Set 1 #

Patch Set 2 : Even better #

Patch Set 3 : Use StyleRule::Type #

Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -82 lines) Patch
M Source/core/css/CSSPropertySourceData.h View 1 2 2 chunks +6 lines, -23 lines 0 comments Download
M Source/core/css/StyleRule.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/StyleRule.cpp View 1 2 5 chunks +8 lines, -0 lines 0 comments Download
M Source/core/css/StyleSheetContents.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M Source/core/css/parser/BisonCSSParser-in.cpp View 1 2 7 chunks +8 lines, -8 lines 0 comments Download
M Source/core/css/parser/CSSGrammar.y View 1 2 8 chunks +8 lines, -8 lines 0 comments Download
M Source/core/css/parser/CSSParserImpl.h View 1 2 1 chunk +3 lines, -4 lines 0 comments Download
M Source/core/css/parser/CSSParserImpl.cpp View 1 2 11 chunks +15 lines, -15 lines 0 comments Download
M Source/core/css/parser/CSSParserObserver.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/inspector/InspectorStyleSheet.cpp View 1 2 7 chunks +15 lines, -15 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
rwlbuis
PTAL
5 years, 10 months ago (2015-02-26 22:34:29 UTC) #2
Timothy Loh
On 2015/02/26 22:34:29, rwlbuis wrote: > PTAL lgtm if you make it use StyleRule::Type instead ...
5 years, 10 months ago (2015-02-26 22:51:53 UTC) #3
rwlbuis
On 2015/02/26 22:51:53, Timothy Loh wrote: > On 2015/02/26 22:34:29, rwlbuis wrote: > > PTAL ...
5 years, 10 months ago (2015-02-26 23:46:30 UTC) #4
Timothy Loh
On 2015/02/26 23:46:30, rwlbuis wrote: > On 2015/02/26 22:51:53, Timothy Loh wrote: > > On ...
5 years, 10 months ago (2015-02-26 23:56:00 UTC) #5
rwlbuis
On 2015/02/26 23:56:00, Timothy Loh wrote: > On 2015/02/26 23:46:30, rwlbuis wrote: > > On ...
5 years, 10 months ago (2015-02-27 00:03:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/951213004/40001
5 years, 10 months ago (2015-02-27 00:04:26 UTC) #8
commit-bot: I haz the power
5 years, 10 months ago (2015-02-27 03:33:33 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190972

Powered by Google App Engine
This is Rietveld 408576698