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

Issue 1206373002: Implement ClipRRect (Closed)

Created:
5 years, 6 months ago by jackson
Modified:
5 years, 6 months ago
Reviewers:
abarth-chromium, Hixie
CC:
gregsimon, jackson_old, mojo-reviews_chromium.org, qsr+mojo_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : cr feedback #

Total comments: 7

Patch Set 3 : cr feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -1 line) Patch
M sky/sdk/lib/README.md View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
M sky/sdk/lib/rendering/box.dart View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
M sky/sdk/lib/widgets/basic.dart View 1 2 3 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 14 (2 generated)
jackson
5 years, 6 months ago (2015-06-25 17:07:48 UTC) #1
abarth-chromium
https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart File sky/sdk/lib/rendering/box.dart (right): https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart#newcode561 sky/sdk/lib/rendering/box.dart:561: final double yRad; xRadius and yRadius Please use complete ...
5 years, 6 months ago (2015-06-25 17:11:21 UTC) #2
Hixie
https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart File sky/sdk/lib/rendering/box.dart (right): https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart#newcode561 sky/sdk/lib/rendering/box.dart:561: final double yRad; also, constructors first. fields second or ...
5 years, 6 months ago (2015-06-25 17:16:59 UTC) #5
Hixie
https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart File sky/sdk/lib/rendering/box.dart (right): https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/rendering/box.dart#newcode571 sky/sdk/lib/rendering/box.dart:571: sky.RRect rrect = new sky.RRect()..setRectXY(rect, xRad, yRad); Doesn't RRect() ...
5 years, 6 months ago (2015-06-25 17:16:59 UTC) #6
jackson
https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/widgets/basic.dart File sky/sdk/lib/widgets/basic.dart (right): https://codereview.chromium.org/1206373002/diff/1/sky/sdk/lib/widgets/basic.dart#newcode116 sky/sdk/lib/widgets/basic.dart:116: RenderClipRRect createNode() => new RenderClipRRect(xRad: xRad, yRad: yRad); On ...
5 years, 6 months ago (2015-06-25 17:21:35 UTC) #7
abarth-chromium
On 2015/06/25 at 17:21:35, jackson wrote: > ClipRect and ClipOval are missing them, but RenderClipRect ...
5 years, 6 months ago (2015-06-25 17:30:13 UTC) #8
jackson
Here is some text that I can add to the readme in lib/ or lib/widgets/ ...
5 years, 6 months ago (2015-06-25 17:56:07 UTC) #9
abarth-chromium
LGTM https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md File sky/sdk/lib/README.md (right): https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md#newcode78 sky/sdk/lib/README.md:78: the widget. This text is good, but I'm ...
5 years, 6 months ago (2015-06-25 18:04:13 UTC) #10
Hixie
https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md File sky/sdk/lib/README.md (right): https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md#newcode78 sky/sdk/lib/README.md:78: the widget. On 2015/06/25 at 18:04:12, abarth wrote: > ...
5 years, 6 months ago (2015-06-25 18:22:36 UTC) #11
Hixie
https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/widgets/basic.dart File sky/sdk/lib/widgets/basic.dart (right): https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/widgets/basic.dart#newcode109 sky/sdk/lib/widgets/basic.dart:109: // ClipRect has nothing to sync see comment below ...
5 years, 6 months ago (2015-06-25 18:24:47 UTC) #12
abarth-chromium
https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md File sky/sdk/lib/README.md (right): https://codereview.chromium.org/1206373002/diff/20001/sky/sdk/lib/README.md#newcode78 sky/sdk/lib/README.md:78: the widget. On 2015/06/25 at 18:22:36, Hixie wrote: > ...
5 years, 6 months ago (2015-06-25 18:34:01 UTC) #13
jackson
5 years, 6 months ago (2015-06-25 20:32:30 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
cb7478e737ebf03e39c8f65752171f35cf4a366a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698