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

Issue 1155983003: 'quotes' property is serialized wrongly on inline styles (Closed)

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

Description

'quotes' property is serialized wrongly on inline styles Changed 'quotes' property to be serialized with space separators instead of comma separators. BUG=491787 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195973

Patch Set 1 #

Patch Set 2 : Added test case #

Total comments: 4

Patch Set 3 : Updating as per review comments #

Total comments: 2

Patch Set 4 : Formatted indentation correctly #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M LayoutTests/fast/css/quotes-parsing.html View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/css/parser/CSSPropertyParser.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
ramya.v
PTAL! Do I need to add test case? Thanks
5 years, 7 months ago (2015-05-27 08:09:45 UTC) #2
Timothy Loh
On 2015/05/27 08:09:45, ramya.v wrote: > PTAL! > Do I need to add test case? ...
5 years, 7 months ago (2015-05-27 08:15:00 UTC) #3
ramya.v
On 2015/05/27 08:15:00, Timothy Loh wrote: > On 2015/05/27 08:09:45, ramya.v wrote: > > PTAL! ...
5 years, 7 months ago (2015-05-27 08:46:31 UTC) #4
Timothy Loh
https://codereview.chromium.org/1155983003/diff/20001/LayoutTests/fast/css/quotes-parsing.html File LayoutTests/fast/css/quotes-parsing.html (right): https://codereview.chromium.org/1155983003/diff/20001/LayoutTests/fast/css/quotes-parsing.html#newcode13 LayoutTests/fast/css/quotes-parsing.html:13: assert_equals(div.style.quotes, "\"a\" \"b\""); If you use a single-quoted string, ...
5 years, 7 months ago (2015-05-27 09:11:37 UTC) #5
ramya.v
Updated as per review comments. PTAL! Thanks https://codereview.chromium.org/1155983003/diff/20001/LayoutTests/fast/css/quotes-parsing.html File LayoutTests/fast/css/quotes-parsing.html (right): https://codereview.chromium.org/1155983003/diff/20001/LayoutTests/fast/css/quotes-parsing.html#newcode13 LayoutTests/fast/css/quotes-parsing.html:13: assert_equals(div.style.quotes, "\"a\" ...
5 years, 7 months ago (2015-05-27 09:22:15 UTC) #6
Timothy Loh
lgtm https://codereview.chromium.org/1155983003/diff/40001/LayoutTests/fast/css/quotes-parsing.html File LayoutTests/fast/css/quotes-parsing.html (right): https://codereview.chromium.org/1155983003/diff/40001/LayoutTests/fast/css/quotes-parsing.html#newcode15 LayoutTests/fast/css/quotes-parsing.html:15: div.style.quotes = '"a" "b"'; extra indentation here?
5 years, 7 months ago (2015-05-27 09:45:55 UTC) #7
ramya.v
Sorry for the petty mistake. Made indentation proper now. https://codereview.chromium.org/1155983003/diff/40001/LayoutTests/fast/css/quotes-parsing.html File LayoutTests/fast/css/quotes-parsing.html (right): https://codereview.chromium.org/1155983003/diff/40001/LayoutTests/fast/css/quotes-parsing.html#newcode15 LayoutTests/fast/css/quotes-parsing.html:15: ...
5 years, 7 months ago (2015-05-27 09:51:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1155983003/60001
5 years, 7 months ago (2015-05-27 10:03:19 UTC) #11
commit-bot: I haz the power
5 years, 7 months ago (2015-05-27 11:40:15 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195973

Powered by Google App Engine
This is Rietveld 408576698