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

Issue 23651010: Fix getComputedStyle background-position to output calc values (Closed)

Created:
7 years, 3 months ago by Srini
Modified:
7 years, 2 months ago
CC:
blink-reviews, apavlov+blink_chromium.org, dglazkov+blink, eae+blinkwatch, darktears
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Fix getComputedStyle background-position to output calc values BUG=260097 Review URL: https://codereview.chromium.org/23651010 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=159351

Patch Set 1 #

Total comments: 2

Patch Set 2 : Update test and cleanup the patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -1 line) Patch
A LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc.html View 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt View 1 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.cpp View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
Srini
Hi, Can you review this patch? I will rework if any changes required. Thanks, -Srini.
7 years, 3 months ago (2013-09-03 07:38:58 UTC) #1
alancutter (OOO until 2018)
On 2013/09/03 07:38:58, Srini wrote: > Hi, > > Can you review this patch? I ...
7 years, 3 months ago (2013-09-16 07:54:27 UTC) #2
Srini
On 2013/09/16 07:54:27, alancutter wrote: > On 2013/09/03 07:38:58, Srini wrote: > > Hi, > ...
7 years, 3 months ago (2013-09-20 12:49:08 UTC) #3
Srini
Hi, can you review this patch? Thanks!.
7 years, 2 months ago (2013-09-27 11:32:26 UTC) #4
eae
What is the motivation behind this change? Does the spec say anything about how the ...
7 years, 2 months ago (2013-09-27 17:35:47 UTC) #5
Srini
On 2013/09/27 17:35:47, eae wrote: > What is the motivation behind this change? Does the ...
7 years, 2 months ago (2013-09-27 18:04:35 UTC) #6
eae
On 2013/09/27 18:04:35, Srini wrote: > On 2013/09/27 17:35:47, eae wrote: > > What is ...
7 years, 2 months ago (2013-09-27 18:05:42 UTC) #7
Srini
On 2013/09/27 18:05:42, eae wrote: > On 2013/09/27 18:04:35, Srini wrote: > > On 2013/09/27 ...
7 years, 2 months ago (2013-09-27 18:53:20 UTC) #8
eae
On 2013/09/27 18:53:20, Srini wrote: > Should I change it to return just computed/final px ...
7 years, 2 months ago (2013-09-27 18:57:17 UTC) #9
Srini
On 2013/09/27 18:57:17, eae wrote: > On 2013/09/27 18:53:20, Srini wrote: > > Should I ...
7 years, 2 months ago (2013-09-27 19:23:42 UTC) #10
eae
Thanks. Any time.
7 years, 2 months ago (2013-09-27 19:57:22 UTC) #11
alancutter (OOO until 2018)
On 2013/09/27 18:57:17, eae wrote: > On 2013/09/27 18:53:20, Srini wrote: > > Should I ...
7 years, 2 months ago (2013-10-07 21:53:21 UTC) #12
mithro-old
https://codereview.chromium.org/23651010/diff/1/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt File LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt (right): https://codereview.chromium.org/23651010/diff/1/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt#newcode3 LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt:3: left calc(10% + 20) bottom calc(30 + 40%) You ...
7 years, 2 months ago (2013-10-08 05:08:11 UTC) #13
Srini
On 2013/10/08 05:08:11, mithro wrote: > https://codereview.chromium.org/23651010/diff/1/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt > File > LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position-calc-expected.txt > (right): > > ...
7 years, 2 months ago (2013-10-08 05:44:52 UTC) #14
Srini
On 2013/10/07 21:53:21, alancutter wrote: > On 2013/09/27 18:57:17, eae wrote: > > On 2013/09/27 ...
7 years, 2 months ago (2013-10-08 05:50:41 UTC) #15
alancutter (OOO until 2018)
On 2013/10/08 05:50:41, Srini wrote: > On 2013/10/07 21:53:21, alancutter wrote: > > We will ...
7 years, 2 months ago (2013-10-08 11:20:08 UTC) #16
alancutter (OOO until 2018)
On 2013/10/08 11:20:08, alancutter wrote: > This can just become "cssValuePool().createValue(length, style);". I meant to ...
7 years, 2 months ago (2013-10-08 11:23:27 UTC) #17
Srini
On 2013/10/08 11:23:27, alancutter wrote: > On 2013/10/08 11:20:08, alancutter wrote: > > This can ...
7 years, 2 months ago (2013-10-08 16:12:12 UTC) #18
Srini
eae: Can you check this patch up again? This patch makes us in par with ...
7 years, 2 months ago (2013-10-10 07:07:40 UTC) #19
eae
LGTM
7 years, 2 months ago (2013-10-10 15:31:25 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/srinivasa.ragavan.venkateswaran@intel.com/23651010/21001
7 years, 2 months ago (2013-10-10 16:28:58 UTC) #21
commit-bot: I haz the power
7 years, 2 months ago (2013-10-10 17:36:40 UTC) #22
Message was sent while issue was closed.
Change committed as 159351

Powered by Google App Engine
This is Rietveld 408576698