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

Issue 471893002: Support consecutive slash operators for border-image value (Closed)

Created:
6 years, 4 months ago by je_julie(Not used)
Modified:
6 years ago
CC:
blink-reviews, brunoabinader
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Support consecutive slash operators for border-image value According to http://www.w3.org/TR/css3-background/#the-border-image, border-image-width value is optional and there could be consecutive slash operators between border-image-slice and border-image-outset. BUG=403699 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187506

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Remove white spaces #

Total comments: 4

Patch Set 4 : Update Testcase using shoudBe #

Total comments: 2

Patch Set 5 : Update TC #

Total comments: 2

Patch Set 6 : Update with one assignment per line #

Total comments: 2

Patch Set 7 : Update TC with shouldBeEqualToString #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -18 lines) Patch
A LayoutTests/fast/css/border-image-value-grammar.html View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/fast/css/border-image-value-grammar-expected.txt View 1 2 3 4 5 6 1 chunk +18 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSGrammar.y View 1 2 3 4 5 6 3 chunks +14 lines, -3 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 5 6 8 chunks +35 lines, -15 lines 0 comments Download

Messages

Total messages: 25 (2 generated)
je_julie(Not used)
Bruno, PTAL.
6 years, 4 months ago (2014-08-14 08:37:13 UTC) #1
abinader
On 2014/08/14 08:37:13, je_julie.kim wrote: > Bruno, PTAL. Looks good to me, could you please ...
6 years, 4 months ago (2014-08-18 14:04:17 UTC) #2
je_julie(Not used)
On 2014/08/18 14:04:17, abinader wrote: > On 2014/08/14 08:37:13, je_julie.kim wrote: > > Bruno, PTAL. ...
6 years, 4 months ago (2014-08-21 01:37:24 UTC) #3
je_julie(Not used)
Rob, PTAL.
6 years, 4 months ago (2014-08-21 01:40:10 UTC) #4
rwlbuis
https://codereview.chromium.org/471893002/diff/40001/LayoutTests/fast/css/border-image-value-grammar-expected.html File LayoutTests/fast/css/border-image-value-grammar-expected.html (right): https://codereview.chromium.org/471893002/diff/40001/LayoutTests/fast/css/border-image-value-grammar-expected.html#newcode17 LayoutTests/fast/css/border-image-value-grammar-expected.html:17: print_output(element); I think it is preferred to use shouldBe ...
6 years, 4 months ago (2014-08-21 15:54:26 UTC) #5
je_julie(Not used)
Thank you for your review. Please check my comment. https://codereview.chromium.org/471893002/diff/40001/LayoutTests/fast/css/border-image-value-grammar-expected.html File LayoutTests/fast/css/border-image-value-grammar-expected.html (right): https://codereview.chromium.org/471893002/diff/40001/LayoutTests/fast/css/border-image-value-grammar-expected.html#newcode17 LayoutTests/fast/css/border-image-value-grammar-expected.html:17: ...
6 years, 4 months ago (2014-08-22 00:31:39 UTC) #6
je_julie(Not used)
Rob, I updated testcase using shoudBe. As to rename field, please check my comment. Thanks,
6 years, 3 months ago (2014-08-26 10:38:57 UTC) #7
rwlbuis
https://codereview.chromium.org/471893002/diff/60001/LayoutTests/fast/css/border-image-value-grammar.html File LayoutTests/fast/css/border-image-value-grammar.html (right): https://codereview.chromium.org/471893002/diff/60001/LayoutTests/fast/css/border-image-value-grammar.html#newcode10 LayoutTests/fast/css/border-image-value-grammar.html:10: } Do you really need all of this? I ...
6 years, 3 months ago (2014-08-28 18:00:27 UTC) #8
je_julie(Not used)
https://codereview.chromium.org/471893002/diff/60001/LayoutTests/fast/css/border-image-value-grammar.html File LayoutTests/fast/css/border-image-value-grammar.html (right): https://codereview.chromium.org/471893002/diff/60001/LayoutTests/fast/css/border-image-value-grammar.html#newcode10 LayoutTests/fast/css/border-image-value-grammar.html:10: } On 2014/08/28 18:00:27, rwlbuis wrote: > Do you ...
6 years, 3 months ago (2014-08-29 10:25:39 UTC) #9
je_julie(Not used)
Rob, thank you for your comment and I updated TC. PTAL.
6 years, 3 months ago (2014-08-29 10:31:38 UTC) #10
rwlbuis
rob.buis@samsung.com changed reviewers: + eseidel@chromium.org, esprehn@chromium.org
6 years, 3 months ago (2014-08-29 15:12:11 UTC) #11
rwlbuis
Code and test look reasonable to me. Handing it off to the CSS experts now, ...
6 years, 3 months ago (2014-08-29 15:12:11 UTC) #12
je_julie(Not used)
esprehn, eseidel, PTAL.
6 years, 3 months ago (2014-09-02 12:21:35 UTC) #13
rwlbuis
On 2014/09/02 12:21:35, je_julie wrote: > esprehn, eseidel, > PTAL. Hi, you may want to ...
6 years, 1 month ago (2014-11-20 22:37:04 UTC) #14
esprehn
https://codereview.chromium.org/471893002/diff/80001/Source/core/css/parser/CSSPropertyParser.cpp File Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/471893002/diff/80001/Source/core/css/parser/CSSPropertyParser.cpp#newcode5718 Source/core/css/parser/CSSPropertyParser.cpp:5718: m_allowRepeat = m_allowForwardSlashOperator = m_allowWidth = m_requireOutset = false; ...
6 years, 1 month ago (2014-11-20 22:54:06 UTC) #15
je_julie(Not used)
Thanks for looking into it. rwlbuis, I ran try bots with this patch. esprehn, I ...
6 years, 1 month ago (2014-11-21 08:36:38 UTC) #16
je_julie(Not used)
Tim and esprehn, Could you take a look at this patch if you're available? On ...
6 years ago (2014-12-16 04:20:34 UTC) #18
Timothy Loh
On 2014/12/16 04:20:34, je_julie wrote: > Tim and esprehn, > Could you take a look ...
6 years ago (2014-12-18 23:12:12 UTC) #19
Timothy Loh
https://codereview.chromium.org/471893002/diff/100001/LayoutTests/fast/css/border-image-value-grammar.html File LayoutTests/fast/css/border-image-value-grammar.html (right): https://codereview.chromium.org/471893002/diff/100001/LayoutTests/fast/css/border-image-value-grammar.html#newcode9 LayoutTests/fast/css/border-image-value-grammar.html:9: shouldBe("style.getPropertyValue('border-image-slice')", "'3'"); Can we use shouldBeEqualToString? :)
6 years ago (2014-12-18 23:13:06 UTC) #20
je_julie(Not used)
Tim, Thanks a lot for review this patch. I updated TC with 'shouldBeEqualToString'. Could you ...
6 years ago (2014-12-19 02:17:53 UTC) #21
Timothy Loh
On 2014/12/19 02:17:53, je_julie wrote: > Tim, > Thanks a lot for review this patch. ...
6 years ago (2014-12-19 02:27:29 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/471893002/120001
6 years ago (2014-12-19 03:30:19 UTC) #24
commit-bot: I haz the power
6 years ago (2014-12-19 05:17:28 UTC) #25
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187506

Powered by Google App Engine
This is Rietveld 408576698