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

Issue 2390373002: Fix setting properties on CSSFontFaceRule (Closed)

Created:
4 years, 2 months ago by rwlbuis
Modified:
4 years, 2 months ago
Reviewers:
Timothy Loh
CC:
chromium-reviews, blink-reviews-style_chromium.org, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix setting properties on CSSFontFaceRule Fix setting properties on CSSFontFaceRule, before this patch we used the regular css style property parsing routines which are different from the @font-face specific descriptor parsing. So reintroduce a mode to the CSSParserMode enumeration for font-face rule and use it in order to properly parse @font-face descriptors. BUG=652362 Committed: https://crrev.com/03ea643145f194a757feeb7ced2240c2d2c8f5dc Cr-Commit-Position: refs/heads/master@{#423177}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Patch for landing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+34 lines, -3 lines) Patch
A third_party/WebKit/LayoutTests/fast/css/font-face-family-setting.html View 1 chunk +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserImpl.cpp View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSParserMode.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 15 (9 generated)
rwlbuis
PTAL.
4 years, 2 months ago (2016-10-04 21:09:21 UTC) #6
Timothy Loh
lgtm https://codereview.chromium.org/2390373002/diff/1/third_party/WebKit/Source/core/css/StylePropertySet.h File third_party/WebKit/Source/core/css/StylePropertySet.h (right): https://codereview.chromium.org/2390373002/diff/1/third_party/WebKit/Source/core/css/StylePropertySet.h#newcode208 third_party/WebKit/Source/core/css/StylePropertySet.h:208: CSSParserMode = HTMLStandardMode); Doesn't look like any of ...
4 years, 2 months ago (2016-10-05 03:08:54 UTC) #7
rwlbuis
https://codereview.chromium.org/2390373002/diff/1/third_party/WebKit/Source/core/css/StylePropertySet.h File third_party/WebKit/Source/core/css/StylePropertySet.h (right): https://codereview.chromium.org/2390373002/diff/1/third_party/WebKit/Source/core/css/StylePropertySet.h#newcode208 third_party/WebKit/Source/core/css/StylePropertySet.h:208: CSSParserMode = HTMLStandardMode); On 2016/10/05 03:08:54, Timothy Loh wrote: ...
4 years, 2 months ago (2016-10-05 14:21:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2390373002/20001
4 years, 2 months ago (2016-10-05 14:22:02 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 2 months ago (2016-10-05 16:17:07 UTC) #13
commit-bot: I haz the power
4 years, 2 months ago (2016-10-05 16:19:20 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/03ea643145f194a757feeb7ced2240c2d2c8f5dc
Cr-Commit-Position: refs/heads/master@{#423177}

Powered by Google App Engine
This is Rietveld 408576698