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

Issue 617493002: Only default to transition shorthand if all 4 values are set (Closed)

Created:
6 years, 2 months ago by rwlbuis
Modified:
6 years, 2 months ago
CC:
blink-reviews, blink-reviews-css, ed+blinkwatch_opera.com, dglazkov+blink, apavlov+blink_chromium.org, darktears, rune+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Only default to transition shorthand if all 4 values are set When setting any individual transition property the transition shorthand was used for cssText. This patch changes the behavior so that only when all 4 individual properties have a value set, the shorthand is used. A test is added to verify this. Matches Firefox behavior. BUG=310403 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183024

Patch Set 1 #

Patch Set 2 : Different approach #

Patch Set 3 : Add test #

Patch Set 4 : Also add check for animation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -6 lines) Patch
A LayoutTests/fast/css/transition-shorthand-cssText.html View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A LayoutTests/fast/css/transition-shorthand-cssText-expected.txt View 1 2 3 1 chunk +13 lines, -0 lines 0 comments Download
M Source/core/css/StylePropertySerializer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M Source/core/css/StylePropertySerializer.cpp View 1 2 3 5 chunks +8 lines, -5 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
rwlbuis
PTAL
6 years, 2 months ago (2014-09-29 21:46:33 UTC) #2
Timothy Loh
On 2014/09/29 21:46:33, rwlbuis wrote: > PTAL Is this something we also want to do ...
6 years, 2 months ago (2014-09-30 11:37:05 UTC) #3
rwlbuis
On 2014/09/30 11:37:05, Timothy Loh wrote: > On 2014/09/29 21:46:33, rwlbuis wrote: > > PTAL ...
6 years, 2 months ago (2014-09-30 11:57:22 UTC) #4
rwlbuis
On 2014/09/30 11:57:22, rwlbuis wrote: > On 2014/09/30 11:37:05, Timothy Loh wrote: > > On ...
6 years, 2 months ago (2014-09-30 15:34:07 UTC) #5
Timothy Loh
On 2014/09/30 15:34:07, rwlbuis wrote: > On 2014/09/30 11:57:22, rwlbuis wrote: > > On 2014/09/30 ...
6 years, 2 months ago (2014-10-01 00:29:31 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/617493002/60001
6 years, 2 months ago (2014-10-01 01:34:35 UTC) #8
commit-bot: I haz the power
6 years, 2 months ago (2014-10-01 02:53:02 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 183024

Powered by Google App Engine
This is Rietveld 408576698