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

Issue 1535463002: Parse border-radius shorthand in CSSPropertyParser with CSSParserTokens (Closed)

Created:
5 years ago by rwlbuis
Modified:
4 years, 11 months ago
Reviewers:
Timothy Loh
CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Parse border-radius shorthand in CSSPropertyParser with CSSParserTokens Move border-radius property handling from LegacyCSSPropertyParser into CSSPropertyParser. Also move its related longhands. BUG=499780 Committed: https://crrev.com/1aa3ac45628b36da02fb46f3cc47b6fc09544155 Cr-Commit-Position: refs/heads/master@{#369680}

Patch Set 1 #

Patch Set 2 : V2 #

Patch Set 3 : Rebase #

Patch Set 4 : Rebase again #

Patch Set 5 : Cleanup #

Patch Set 6 : Rebase #

Patch Set 7 : Fix test fails #

Total comments: 9

Patch Set 8 : Address review comments #

Patch Set 9 : Also remove ImplicitScope #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -37 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 6 7 8 4 chunks +70 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 1 2 3 4 5 3 chunks +7 lines, -37 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
rwlbuis
PTAL.
4 years, 11 months ago (2016-01-13 03:18:53 UTC) #4
Timothy Loh
https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3675 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3675: static bool consumeRadii(RefPtrWillBeRawPtr<CSSPrimitiveValue> radii[4], RefPtrWillBeRawPtr<CSSPrimitiveValue> radii2[4], CSSParserTokenRange& range, CSSParserMode ...
4 years, 11 months ago (2016-01-14 06:38:45 UTC) #5
rwlbuis
PTAL. https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3675 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3675: static bool consumeRadii(RefPtrWillBeRawPtr<CSSPrimitiveValue> radii[4], RefPtrWillBeRawPtr<CSSPrimitiveValue> radii2[4], CSSParserTokenRange& range, ...
4 years, 11 months ago (2016-01-14 22:45:50 UTC) #6
Timothy Loh
lgtm https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1535463002/diff/120001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3687 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3687: if (range.atEnd() && i == 1 && unresolvedProperty ...
4 years, 11 months ago (2016-01-15 01:11:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1535463002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1535463002/160001
4 years, 11 months ago (2016-01-15 01:23:23 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/166556)
4 years, 11 months ago (2016-01-15 01:29:26 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1535463002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1535463002/160001
4 years, 11 months ago (2016-01-15 02:39:58 UTC) #13
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years, 11 months ago (2016-01-15 04:06:47 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-15 04:08:41 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/1aa3ac45628b36da02fb46f3cc47b6fc09544155
Cr-Commit-Position: refs/heads/master@{#369680}

Powered by Google App Engine
This is Rietveld 408576698