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

Issue 184693003: Merge SVGCSSParser into CSSPropertyParser.cpp (Closed)

Created:
6 years, 9 months ago by rwlbuis
Modified:
6 years, 9 months ago
Reviewers:
pdr., eseidel
CC:
blink-reviews, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Merge SVGCSSParser into CSSPropertyParser.cpp Because we always compile SVG there is no need anymore to have this in a separate file. Also now we end up with only one isSystemColor. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168179

Patch Set 1 #

Total comments: 1

Patch Set 2 : Move isSystemColor to CSSPropertyParser for better reuse #

Unified diffs Side-by-side diffs Delta from patch set Stats (+398 lines, -8 lines) Patch
M Source/core/core.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M Source/core/css/parser/BisonCSSParser-in.cpp View 1 2 chunks +1 line, -7 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 2 chunks +395 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
pdr.
https://codereview.chromium.org/184693003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/184693003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode56 Source/core/css/parser/CSSPropertyParser.cpp:56: static bool isSystemColor(int id) Can we now remove the ...
6 years, 9 months ago (2014-02-28 22:47:17 UTC) #1
rwlbuis
On 2014/02/28 22:47:17, pdr wrote: > https://codereview.chromium.org/184693003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp > File Source/core/css/parser/CSSPropertyParser.cpp (right): > > https://codereview.chromium.org/184693003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp#newcode56 > ...
6 years, 9 months ago (2014-02-28 23:04:13 UTC) #2
rwlbuis
On 2014/02/28 23:04:13, rwlbuis wrote: > On 2014/02/28 22:47:17, pdr wrote: > > > https://codereview.chromium.org/184693003/diff/1/Source/core/css/parser/CSSPropertyParser.cpp ...
6 years, 9 months ago (2014-02-28 23:05:09 UTC) #3
eseidel
lgtm
6 years, 9 months ago (2014-02-28 23:21:54 UTC) #4
eseidel
lgtm lgtm
6 years, 9 months ago (2014-02-28 23:21:54 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/184693003/1
6 years, 9 months ago (2014-02-28 23:22:12 UTC) #6
eseidel
not lgtm. pdr is your man.
6 years, 9 months ago (2014-02-28 23:22:18 UTC) #7
eseidel
The CQ bit was unchecked by eseidel@chromium.org
6 years, 9 months ago (2014-02-28 23:22:24 UTC) #8
pdr.
On 2014/02/28 23:22:24, eseidel wrote: > The CQ bit was unchecked by mailto:eseidel@chromium.org LGTM
6 years, 9 months ago (2014-02-28 23:24:19 UTC) #9
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-02-28 23:24:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/184693003/20001
6 years, 9 months ago (2014-02-28 23:24:31 UTC) #11
eseidel
Maybe we can convince you to do https://codereview.chromium.org/171233004/ too . :)
6 years, 9 months ago (2014-02-28 23:26:39 UTC) #12
rwlbuis
On 2014/02/28 23:26:39, eseidel wrote: > Maybe we can convince you to do https://codereview.chromium.org/171233004/ too ...
6 years, 9 months ago (2014-02-28 23:52:49 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-01 00:46:20 UTC) #14
commit-bot: I haz the power
Retried try job too often on blink_android_compile_rel for step(s) webkit_lint http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=blink_android_compile_rel&number=1144
6 years, 9 months ago (2014-03-01 00:46:20 UTC) #15
pdr.
On 2014/03/01 00:46:20, I haz the power (commit-bot) wrote: > Retried try job too often ...
6 years, 9 months ago (2014-03-01 00:52:03 UTC) #16
rwlbuis
On 2014/03/01 00:52:03, pdr wrote: > On 2014/03/01 00:46:20, I haz the power (commit-bot) wrote: ...
6 years, 9 months ago (2014-03-01 01:14:04 UTC) #17
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-01 01:16:50 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/184693003/20001
6 years, 9 months ago (2014-03-01 01:17:08 UTC) #19
commit-bot: I haz the power
Change committed as 168179
6 years, 9 months ago (2014-03-01 01:50:15 UTC) #20
jbroman
On 2014/03/01 01:50:15, I haz the power (commit-bot) wrote: > Change committed as 168179 Why ...
6 years, 9 months ago (2014-03-01 01:57:05 UTC) #21
rwlbuis
6 years, 9 months ago (2014-03-03 00:38:23 UTC) #22
Message was sent while issue was closed.
On 2014/03/01 01:57:05, jbroman wrote:
> On 2014/03/01 01:50:15, I haz the power (commit-bot) wrote:
> > Change committed as 168179
> 
> Why doesn't this change also delete SVGCSSParser.cpp?

Oops, you are right! I'll do it tomorrow unless somebody beats be to it.

Powered by Google App Engine
This is Rietveld 408576698