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

Issue 2714283002: Fix unexpected blurry text caused by combination of skew and promotion (Closed)

Created:
3 years, 10 months ago by yigu
Modified:
3 years, 9 months ago
Reviewers:
flackr, chrishtr, pdr.
CC:
ajuma+watch_chromium.org, blink-reviews, blink-reviews-layout_chromium.org, blink-reviews-platform-graphics_chromium.org, Rik, chromium-reviews, danakj+watch_chromium.org, dshwang, drott+blinkwatch_chromium.org, krit, eae+blinkwatch, fmalita+watch_chromium.org, jbroman, jchaffraix+rendering, Justin Novosad, kinuko+watch, leviw+renderwatch, pdr+graphicswatchlist_chromium.org, pdr+renderingwatchlist_chromium.org, rwlbuis, Stephen Chennney, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix unexpected blurry text caused by combination of skew and promotion BUG=631872 TEST=CompositingReasonFinderTest.CompositeSkewWithPromotedSkewedAncestor; third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2

Patch Set 1 #

Total comments: 10

Patch Set 2 : Refactor && add unit tests #

Total comments: 2

Patch Set 3 : Track descendants instead of using extra traversal #

Patch Set 4 : Layout test update && bug fix #

Messages

Total messages: 27 (7 generated)
yigu
Hi Rob, the current implementation works when loading the test page or resize the window. ...
3 years, 10 months ago (2017-02-25 01:31:26 UTC) #3
flackr
https://codereview.chromium.org/2714283002/diff/1/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html File third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html (right): https://codereview.chromium.org/2714283002/diff/1/third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html#newcode4 third_party/WebKit/LayoutTests/compositing/text-within-skewed-promoted-element.html:4: Check that separately compositing text within a skewed promoted ...
3 years, 10 months ago (2017-02-25 15:16:19 UTC) #4
yigu
Thanks Rob for the feedback. I have to walk down the tree one more time ...
3 years, 9 months ago (2017-02-27 22:03:42 UTC) #6
flackr
I think there was a slight misunderstanding, given <div id="a" class="skew"> <div id="b" class="skew"></div> </div> ...
3 years, 9 months ago (2017-02-28 21:40:14 UTC) #7
yigu
Hi Philip, I'm trying to fix a bug that caused by counter-skewed non-composited element A ...
3 years, 9 months ago (2017-02-28 22:10:47 UTC) #10
pdr.
On 2017/02/28 at 22:10:47, yigu wrote: > Hi Philip, I'm trying to fix a bug ...
3 years, 9 months ago (2017-03-01 03:05:34 UTC) #13
flackr
On 2017/03/01 03:05:34, pdr. wrote: > On 2017/02/28 at 22:10:47, yigu wrote: > > Hi ...
3 years, 9 months ago (2017-03-01 15:42:34 UTC) #14
yigu
On 2017/03/01 15:42:34, flackr wrote: > On 2017/03/01 03:05:34, pdr. wrote: > > On 2017/02/28 ...
3 years, 9 months ago (2017-03-01 21:19:09 UTC) #15
yigu
Any feedback? Thanks!
3 years, 9 months ago (2017-03-06 18:22:47 UTC) #16
pdr.
On 2017/03/06 at 18:22:47, yigu wrote: > Any feedback? Thanks! This appears to still fail ...
3 years, 9 months ago (2017-03-06 18:24:26 UTC) #17
yigu
On 2017/03/06 18:24:26, pdr. wrote: > On 2017/03/06 at 18:22:47, yigu wrote: > > Any ...
3 years, 9 months ago (2017-03-06 18:27:37 UTC) #18
yigu
On 2017/03/06 18:27:37, yigu wrote: > On 2017/03/06 18:24:26, pdr. wrote: > > On 2017/03/06 ...
3 years, 9 months ago (2017-03-06 18:28:08 UTC) #19
yigu
On 2017/03/06 18:28:08, yigu wrote: > On 2017/03/06 18:27:37, yigu wrote: > > On 2017/03/06 ...
3 years, 9 months ago (2017-03-06 22:44:29 UTC) #20
chrishtr
Sorry for not responding earlier, in particular after comment 9 on issue 631872. I didn't ...
3 years, 9 months ago (2017-03-06 22:54:35 UTC) #21
flackr
On 2017/03/06 22:54:35, chrishtr wrote: > Sorry for not responding earlier, in particular after comment ...
3 years, 9 months ago (2017-03-07 20:20:24 UTC) #22
chrishtr
On 2017/03/07 at 20:20:24, flackr wrote: > On 2017/03/06 22:54:35, chrishtr wrote: > > Sorry ...
3 years, 9 months ago (2017-03-08 22:43:17 UTC) #23
flackr
On 2017/03/08 22:43:17, chrishtr wrote: > On 2017/03/07 at 20:20:24, flackr wrote: > > On ...
3 years, 9 months ago (2017-03-09 15:04:42 UTC) #24
chrishtr
On 2017/03/09 at 15:04:42, flackr wrote: > On 2017/03/08 22:43:17, chrishtr wrote: > > On ...
3 years, 9 months ago (2017-03-09 17:20:35 UTC) #25
chrishtr
Close this CL then, right?
3 years, 9 months ago (2017-03-17 17:09:52 UTC) #26
yigu
3 years, 9 months ago (2017-03-17 17:14:45 UTC) #27
Message was sent while issue was closed.
On 2017/03/17 17:09:52, chrishtr wrote:
> Close this CL then, right?

Yes. Closed.

Powered by Google App Engine
This is Rietveld 408576698