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

Issue 1168643003: Add support for korean-hangul-formal list style type (Closed)

Created:
5 years, 6 months ago by rwlbuis
Modified:
5 years, 6 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-paint_chromium.org, blink-reviews-rendering, blink-reviews-style_chromium.org, dglazkov+blink, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add support for korean-hangul-formal list style type In order to support this make toCJKIdeographic aware of the exact language being used because they have different behaviors [1]. This makes it also easier to add more cjk types in the future. For tests import relevant ones from csswg-test github repo and change them to use the dump-list.js framework. Behavior matches Firefox. [1] http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130718/#extended-cjk Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197049

Patch Set 1 #

Patch Set 2 : Just the hangul change #

Patch Set 3 : Rework toCJKIdeographic #

Patch Set 4 : Add tests #

Patch Set 5 : Fix tests #

Patch Set 6 : Rebase against ToT #

Patch Set 7 : Clean up a bit more #

Total comments: 10

Patch Set 8 : Address review comments #

Patch Set 9 : Fix table param #

Patch Set 10 : Actually add a 0 value for the neg fields #

Unified diffs Side-by-side diffs Delta from patch set Stats (+324 lines, -16 lines) Patch
A LayoutTests/fast/lists/css3-counter-styles-052.html View 1 2 3 4 5 6 7 1 chunk +42 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-052-expected.txt View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-053.html View 1 2 3 4 5 6 7 1 chunk +56 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-053-expected.txt View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-054.html View 1 2 3 4 5 6 7 1 chunk +36 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-054-expected.txt View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-055.html View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-055-expected.txt View 1 2 3 4 5 6 7 1 chunk +8 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-056.html View 1 2 3 4 5 6 7 1 chunk +33 lines, -0 lines 0 comments Download
A LayoutTests/fast/lists/css3-counter-styles-056-expected.txt View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M LayoutTests/fast/lists/li-values.html View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M LayoutTests/fast/lists/li-values-expected.txt View 1 2 3 4 2 chunks +1 line, -1 line 0 comments Download
M Source/core/css/CSSPrimitiveValueMappings.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSValueKeywords.in View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/layout/LayoutListMarker.cpp View 1 2 3 4 5 6 7 8 9 9 chunks +51 lines, -14 lines 0 comments Download
M Source/core/paint/ListMarkerPainter.cpp View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/style/ComputedStyleConstants.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 25 (9 generated)
rwlbuis
PTAL. Should be pretty easy after this to add more cjk types.
5 years, 6 months ago (2015-06-08 18:37:30 UTC) #2
leviw_travelin_and_unemployed
On 2015/06/08 at 18:37:30, rob.buis wrote: > PTAL. Should be pretty easy after this to ...
5 years, 6 months ago (2015-06-08 20:02:23 UTC) #3
rwlbuis
On 2015/06/08 20:02:23, leviw wrote: > On 2015/06/08 at 18:37:30, rob.buis wrote: > > PTAL. ...
5 years, 6 months ago (2015-06-08 20:33:29 UTC) #4
rwlbuis
On 2015/06/08 20:33:29, rwlbuis wrote: > On 2015/06/08 20:02:23, leviw wrote: > > On 2015/06/08 ...
5 years, 6 months ago (2015-06-11 15:30:11 UTC) #5
leviw_travelin_and_unemployed
This looks like it should be reviewed by someone with an E as the *first* ...
5 years, 6 months ago (2015-06-11 20:25:31 UTC) #7
eae
https://codereview.chromium.org/1168643003/diff/120001/LayoutTests/fast/lists/css3-counter-styles-052.html File LayoutTests/fast/lists/css3-counter-styles-052.html (right): https://codereview.chromium.org/1168643003/diff/120001/LayoutTests/fast/lists/css3-counter-styles-052.html#newcode5 LayoutTests/fast/lists/css3-counter-styles-052.html:5: <title>korean-hangul-formal, 0-9</title> Use single or double quotes consistently. We ...
5 years, 6 months ago (2015-06-11 20:41:43 UTC) #8
rwlbuis
PTAL :) https://codereview.chromium.org/1168643003/diff/120001/LayoutTests/fast/lists/css3-counter-styles-052.html File LayoutTests/fast/lists/css3-counter-styles-052.html (right): https://codereview.chromium.org/1168643003/diff/120001/LayoutTests/fast/lists/css3-counter-styles-052.html#newcode5 LayoutTests/fast/lists/css3-counter-styles-052.html:5: <title>korean-hangul-formal, 0-9</title> On 2015/06/11 20:41:43, eae wrote: ...
5 years, 6 months ago (2015-06-11 22:20:16 UTC) #9
rwlbuis
PTAL :)
5 years, 6 months ago (2015-06-11 22:20:16 UTC) #10
eae
LGTM
5 years, 6 months ago (2015-06-11 22:21:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168643003/140001
5 years, 6 months ago (2015-06-11 22:39:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/66330)
5 years, 6 months ago (2015-06-12 01:48:40 UTC) #15
rwlbuis
On 2015/06/12 01:48:40, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years, 6 months ago (2015-06-12 01:54:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168643003/160001
5 years, 6 months ago (2015-06-12 12:48:59 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/66428)
5 years, 6 months ago (2015-06-12 15:14:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1168643003/180001
5 years, 6 months ago (2015-06-12 16:08:01 UTC) #24
commit-bot: I haz the power
5 years, 6 months ago (2015-06-12 17:45:09 UTC) #25
Message was sent while issue was closed.
Committed patchset #10 (id:180001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197049

Powered by Google App Engine
This is Rietveld 408576698