Chromium Code Reviews

Issue 647723002: Remove -webkit-aspect-ratio. (Closed)

Created:
6 years, 2 months ago by andersr
Modified:
6 years, 2 months ago
Reviewers:
Timothy Loh, Tab Atkins
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-rendering, cbiesinger, dglazkov+blink, eae+blinkwatch, ed+blinkwatch_opera.com, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, rwlbuis, rune+blink, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Remove -webkit-aspect-ratio. This property is parsed and stored on RenderStyle, but it's not used anywhere, i.e. it has no effect. If we later decide that we want this after all, we can re-implement it as 'aspect-ratio' behind a flag. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183652

Patch Set 1 #

Patch Set 2 : Remove -webkit-aspect-ratio. #

Patch Set 3 : Remove -webkit-aspect-ratio, with correct base. #

Patch Set 4 : Remove webkitAspectRatio from css-properties-as-js-properties. #

Patch Set 5 : Forgot to remove webkitAspectRatio from virtual/stable. :( #

Unified diffs Side-by-side diffs Stats (+2 lines, -328 lines)
M LayoutTests/css3/calc/number-parsing.html View 1 chunk +0 lines, -1 line 0 comments
D LayoutTests/fast/css/aspect-ratio-inheritance.html View 1 chunk +0 lines, -17 lines 0 comments
D LayoutTests/fast/css/aspect-ratio-inheritance-expected.txt View 1 chunk +0 lines, -7 lines 0 comments
D LayoutTests/fast/css/aspect-ratio-parsing-tests.html View 1 chunk +0 lines, -42 lines 0 comments
D LayoutTests/fast/css/aspect-ratio-parsing-tests-expected.txt View 1 chunk +0 lines, -28 lines 0 comments
M LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt View 1 chunk +0 lines, -1 line 0 comments
M LayoutTests/webexposed/css-properties-as-js-properties-expected.txt View 1 chunk +0 lines, -1 line 0 comments
M Source/core/core.gypi View 1 chunk +0 lines, -2 lines 0 comments
D Source/core/css/CSSAspectRatioValue.h View 1 chunk +0 lines, -68 lines 0 comments
D Source/core/css/CSSAspectRatioValue.cpp View 1 chunk +0 lines, -44 lines 0 comments
M Source/core/css/CSSComputedStyleDeclaration.cpp View 2 chunks +0 lines, -5 lines 0 comments
M Source/core/css/CSSProperties.in View 1 chunk +0 lines, -1 line 0 comments
M Source/core/css/CSSValue.h View 2 chunks +0 lines, -2 lines 0 comments
M Source/core/css/CSSValue.cpp View 6 chunks +0 lines, -14 lines 0 comments
M Source/core/css/MediaQueryEvaluator.cpp View 1 chunk +0 lines, -1 line 0 comments
M Source/core/css/MediaQueryExp.cpp View 1 chunk +0 lines, -1 line 0 comments
M Source/core/css/StylePropertySet.cpp View 1 chunk +0 lines, -1 line 0 comments
M Source/core/css/parser/BisonCSSParser-in.cpp View 1 chunk +0 lines, -1 line 0 comments
M Source/core/css/parser/CSSPropertyParser.h View 1 chunk +0 lines, -2 lines 0 comments
M Source/core/css/parser/CSSPropertyParser.cpp View 3 chunks +0 lines, -32 lines 0 comments
M Source/core/css/resolver/StyleBuilderCustom.cpp View 2 chunks +0 lines, -29 lines 0 comments
M Source/core/frame/UseCounter.cpp View 1 chunk +1 line, -1 line 0 comments
M Source/core/rendering/RenderFlexibleBox.cpp View 1 chunk +1 line, -1 line 0 comments
M Source/core/rendering/style/RenderStyle.h View 3 chunks +0 lines, -12 lines 0 comments
M Source/core/rendering/style/StyleRareNonInheritedData.h View 2 chunks +0 lines, -5 lines 0 comments
M Source/core/rendering/style/StyleRareNonInheritedData.cpp View 6 chunks +0 lines, -9 lines 0 comments

Messages

Total messages: 25 (10 generated)
andersr
Judging from https://bugs.webkit.org/show_bug.cgi?id=47738 , it looks like aspect-ratio was never actually implemented (only parsed and ...
6 years, 2 months ago (2014-10-10 12:14:33 UTC) #2
Timothy Loh
On 2014/10/10 12:14:33, andersr wrote: > Judging from https://bugs.webkit.org/show_bug.cgi?id=47738 , it looks like > aspect-ratio ...
6 years, 2 months ago (2014-10-10 14:24:41 UTC) #3
andersr
> Let's just remove it. Yes. Done. PTAL. > I guess this is trivial enough ...
6 years, 2 months ago (2014-10-12 13:27:12 UTC) #4
Timothy Loh
On 2014/10/12 13:27:12, andersr wrote: > > Let's just remove it. > > Yes. Done. ...
6 years, 2 months ago (2014-10-12 23:50:05 UTC) #5
andersr
On 2014/10/12 23:50:05, Timothy Loh wrote: > On 2014/10/12 13:27:12, andersr wrote: > > > ...
6 years, 2 months ago (2014-10-13 08:43:49 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647723002/440001
6 years, 2 months ago (2014-10-13 08:44:38 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/28948)
6 years, 2 months ago (2014-10-13 09:49:35 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647723002/660001
6 years, 2 months ago (2014-10-13 10:28:34 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/28961)
6 years, 2 months ago (2014-10-13 11:36:17 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647723002/860001
6 years, 2 months ago (2014-10-13 11:48:24 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/31487)
6 years, 2 months ago (2014-10-13 13:42:30 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647723002/860001
6 years, 2 months ago (2014-10-13 13:47:26 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/31511)
6 years, 2 months ago (2014-10-13 15:52:40 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/647723002/860001
6 years, 2 months ago (2014-10-14 06:40:40 UTC) #24
commit-bot: I haz the power
6 years, 2 months ago (2014-10-14 08:04:01 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:860001) as 183652

Powered by Google App Engine