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

Issue 846933002: Handle null in value list in getLayeredShorthandValue (Closed)

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

Description

Handle null in value list in getLayeredShorthandValue By setting the backgroundRepeatY property to null it can happen that accessing that CSS value returns a null pointer. In that case simply bail out early. BUG=445825 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=188842

Patch Set 1 #

Patch Set 2 : Use checkShorthandAvailable=true #

Patch Set 3 : Try to fix tests #

Patch Set 4 : Fix more tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -20 lines) Patch
M LayoutTests/cssom/cssvalue-comparison.html View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
D LayoutTests/cssom/cssvalue-comparison-expected.txt View 1 2 3 2 chunks +10 lines, -10 lines 0 comments Download
A LayoutTests/fast/css/background-repeat-null-y-crash.html View 1 1 chunk +9 lines, -0 lines 0 comments Download
A + LayoutTests/fast/css/background-repeat-null-y-crash-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/fast/css/script-tests/image-set-setting.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/Element/setAttributeNode-for-existing-attribute.html View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M LayoutTests/fast/dom/background-shorthand-csstext.html View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/background-shorthand-csstext-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySerializer.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (4 generated)
rwlbuis
PTAL. I am not yet sure this is the correct fix. For a start, I ...
5 years, 11 months ago (2015-01-13 00:00:05 UTC) #2
rwlbuis
On 2015/01/13 00:00:05, rwlbuis wrote: > PTAL. I am not yet sure this is the ...
5 years, 11 months ago (2015-01-15 23:14:16 UTC) #3
Timothy Loh
On 2015/01/15 23:14:16, rwlbuis wrote: > On 2015/01/13 00:00:05, rwlbuis wrote: > > PTAL. I ...
5 years, 11 months ago (2015-01-16 03:25:20 UTC) #4
rwlbuis
On 2015/01/16 03:25:20, Timothy Loh wrote: > On 2015/01/15 23:14:16, rwlbuis wrote: > > On ...
5 years, 11 months ago (2015-01-16 20:18:02 UTC) #5
rwlbuis
On 2015/01/16 20:18:02, rwlbuis wrote: > On 2015/01/16 03:25:20, Timothy Loh wrote: > > On ...
5 years, 11 months ago (2015-01-22 15:17:35 UTC) #6
Timothy Loh
On 2015/01/22 15:17:35, rwlbuis wrote: > On 2015/01/16 20:18:02, rwlbuis wrote: > > On 2015/01/16 ...
5 years, 11 months ago (2015-01-22 23:01:11 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/846933002/60001
5 years, 11 months ago (2015-01-22 23:03:40 UTC) #9
commit-bot: I haz the power
Exceeded time limit waiting for builds to trigger.
5 years, 11 months ago (2015-01-23 01:04:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/846933002/60001
5 years, 11 months ago (2015-01-23 01:14:12 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-23 01:42:00 UTC) #14
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=188842

Powered by Google App Engine
This is Rietveld 408576698