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

Issue 1603193002: Move two shape related properties into CSSPropertyParser (Closed)

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

Description

Move two shape related properties into CSSPropertyParser Move shape-outside/webkit-clip-path property handling from LegacyCSSPropertyParser into CSSPropertyParser. To make this possible I converted the code for parsing <shape-box> and <basic-shape>. Also add code that was missing for handling repeating-linear-gradient(). BUG=499780 Committed: https://crrev.com/2df9c12f319ce5093e4ca47cf33f9787d73fb57b Cr-Commit-Position: refs/heads/master@{#372065}

Patch Set 1 #

Patch Set 2 : V2 #

Patch Set 3 : V3 #

Patch Set 4 : V4 #

Patch Set 5 : V5 #

Total comments: 8

Patch Set 6 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+222 lines, -437 lines) Patch
M third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp View 1 2 3 4 5 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 2 3 4 5 3 chunks +0 lines, -18 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 5 chunks +217 lines, -43 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 1 2 3 4 5 5 chunks +0 lines, -371 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
rwlbuis
PTAL. I can also split it up in two patches if you prefer (one for ...
4 years, 11 months ago (2016-01-21 01:23:59 UTC) #6
rwlbuis
On 2016/01/21 01:23:59, rwlbuis wrote: > PTAL. I can also split it up in two ...
4 years, 11 months ago (2016-01-26 22:57:58 UTC) #7
Timothy Loh
On 2016/01/26 22:57:58, rwlbuis wrote: > On 2016/01/21 01:23:59, rwlbuis wrote: > > PTAL. I ...
4 years, 11 months ago (2016-01-27 00:39:26 UTC) #8
Timothy Loh
https://codereview.chromium.org/1603193002/diff/80001/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp File third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp (right): https://codereview.chromium.org/1603193002/diff/80001/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp#newcode91 third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp:91: && amount && amount->isPercentage()) { What changed to make ...
4 years, 11 months ago (2016-01-27 00:44:03 UTC) #9
rwlbuis
PTAL. https://codereview.chromium.org/1603193002/diff/80001/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp File third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp (right): https://codereview.chromium.org/1603193002/diff/80001/third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp#newcode91 third_party/WebKit/Source/core/css/CSSBasicShapeValues.cpp:91: && amount && amount->isPercentage()) { On 2016/01/27 00:44:03, ...
4 years, 11 months ago (2016-01-27 20:02:39 UTC) #10
Timothy Loh
lgtm
4 years, 10 months ago (2016-01-28 02:54:59 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1603193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1603193002/100001
4 years, 10 months ago (2016-01-28 03:07:23 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/108116)
4 years, 10 months ago (2016-01-28 04:45:15 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1603193002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1603193002/100001
4 years, 10 months ago (2016-01-28 09:52:02 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 10 months ago (2016-01-28 10:48:30 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-01-28 10:49:28 UTC) #21
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/2df9c12f319ce5093e4ca47cf33f9787d73fb57b
Cr-Commit-Position: refs/heads/master@{#372065}

Powered by Google App Engine
This is Rietveld 408576698