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

Issue 1318963006: Add a UseCounter for clip CSS or -webkit-clip-path that clips positioned descendants. (Closed)

Created:
5 years, 3 months ago by chrishtr
Modified:
5 years, 3 months ago
Reviewers:
pdr.
CC:
blink-reviews, blink-reviews-paint_chromium.org, blink-reviews-rendering, dshwang, eae+blinkwatch, jchaffraix+rendering, leviw+renderwatch, pdr+renderingwatchlist_chromium.org, slimming-paint-reviews_chromium.org, szager+layoutwatch_chromium.org, zoltan1
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Add a UseCounter for clip CSS or -webkit-clip-path that clips positioned descendants. BUG=527617 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=201840

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -6 lines) Patch
A LayoutTests/paint/deprecation/css-clip-and-clip-path.html View 1 1 chunk +52 lines, -0 lines 0 comments Download
A LayoutTests/paint/deprecation/css-clip-and-clip-path-expected.txt View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLCanvasElement.cpp View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/layout/ClipRect.h View 1 2 3 4 2 chunks +7 lines, -0 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerClipper.cpp View 1 2 3 4 3 chunks +8 lines, -3 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPainter.cpp View 7 chunks +14 lines, -3 lines 0 comments Download
M Source/core/paint/DeprecatedPaintLayerPaintingInfo.h View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (3 generated)
chrishtr
The CL as-is over-counts cases when the element with a clip is an ancestor of ...
5 years, 3 months ago (2015-09-04 22:43:15 UTC) #2
pdr.
https://codereview.chromium.org/1318963006/diff/1/LayoutTests/paint/deprecation/css-clip-and-clip-path.html File LayoutTests/paint/deprecation/css-clip-and-clip-path.html (right): https://codereview.chromium.org/1318963006/diff/1/LayoutTests/paint/deprecation/css-clip-and-clip-path.html#newcode28 LayoutTests/paint/deprecation/css-clip-and-clip-path.html:28: background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Google_Chrome_icon_%282011%29.svg/200px-Google_Chrome_icon_%282011%29.svg.png'); Please use an image from the repo ...
5 years, 3 months ago (2015-09-04 22:55:14 UTC) #3
chrishtr
https://codereview.chromium.org/1318963006/diff/1/LayoutTests/paint/deprecation/css-clip-and-clip-path.html File LayoutTests/paint/deprecation/css-clip-and-clip-path.html (right): https://codereview.chromium.org/1318963006/diff/1/LayoutTests/paint/deprecation/css-clip-and-clip-path.html#newcode28 LayoutTests/paint/deprecation/css-clip-and-clip-path.html:28: background: url('https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Google_Chrome_icon_%282011%29.svg/200px-Google_Chrome_icon_%282011%29.svg.png'); On 2015/09/04 at 22:55:14, pdr wrote: > ...
5 years, 3 months ago (2015-09-04 23:39:00 UTC) #4
pdr.
LGTM https://codereview.chromium.org/1318963006/diff/40001/Source/core/paint/DeprecatedPaintLayerClipper.cpp File Source/core/paint/DeprecatedPaintLayerClipper.cpp (right): https://codereview.chromium.org/1318963006/diff/40001/Source/core/paint/DeprecatedPaintLayerClipper.cpp#newcode88 Source/core/paint/DeprecatedPaintLayerClipper.cpp:88: const ClipRect& rect& = intersection(newClip, clipRects.posClipRect()); One too ...
5 years, 3 months ago (2015-09-05 00:07:48 UTC) #5
chrishtr
https://codereview.chromium.org/1318963006/diff/40001/Source/core/paint/DeprecatedPaintLayerClipper.cpp File Source/core/paint/DeprecatedPaintLayerClipper.cpp (right): https://codereview.chromium.org/1318963006/diff/40001/Source/core/paint/DeprecatedPaintLayerClipper.cpp#newcode88 Source/core/paint/DeprecatedPaintLayerClipper.cpp:88: const ClipRect& rect& = intersection(newClip, clipRects.posClipRect()); On 2015/09/05 at ...
5 years, 3 months ago (2015-09-05 00:21:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1318963006/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1318963006/80001
5 years, 3 months ago (2015-09-05 00:21:59 UTC) #9
commit-bot: I haz the power
5 years, 3 months ago (2015-09-05 02:51:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=201840

Powered by Google App Engine
This is Rietveld 408576698