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

Issue 1161813005: Implement a simple checkbox in Sky’s fn2 components library (Closed)

Created:
5 years, 6 months ago by jackson
Modified:
5 years, 6 months ago
Reviewers:
abarth-chromium
CC:
abarth-chromium, 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

Implement a simple checkbox in Sky’s fn2 components library R=abarth@chromium.org, abarth Committed: https://chromium.googlesource.com/external/mojo/+/32fe72ec0ca7d3bc948a448d5a478c825907cbc3

Patch Set 1 #

Total comments: 6

Patch Set 2 : abarth CR feedback #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -68 lines) Patch
M sky/engine/core/core.gni View 2 chunks +3 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.h View 2 chunks +3 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.cpp View 2 chunks +19 lines, -0 lines 0 comments Download
M sky/engine/core/painting/Canvas.idl View 1 chunk +2 lines, -1 line 0 comments Download
A sky/engine/core/painting/RRect.h View 1 chunk +38 lines, -0 lines 0 comments Download
A + sky/engine/core/painting/RRect.cpp View 1 chunk +8 lines, -3 lines 0 comments Download
A + sky/engine/core/painting/RRect.idl View 1 chunk +3 lines, -2 lines 0 comments Download
A + sky/examples/widgets/main.sky View 1 chunk +3 lines, -3 lines 0 comments Download
M sky/sdk/lib/framework/components2/checkbox.dart View 1 2 chunks +38 lines, -59 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jackson
5 years, 6 months ago (2015-06-05 20:56:47 UTC) #1
abarth-chromium
https://codereview.chromium.org/1161813005/diff/1/sky/engine/core/painting/Canvas.h File sky/engine/core/painting/Canvas.h (right): https://codereview.chromium.org/1161813005/diff/1/sky/engine/core/painting/Canvas.h#newcode46 sky/engine/core/painting/Canvas.h:46: void drawLine(float x0, float y0, float x1, float y1, ...
5 years, 6 months ago (2015-06-05 21:00:59 UTC) #2
jackson
https://codereview.chromium.org/1161813005/diff/1/sky/engine/core/painting/Canvas.h File sky/engine/core/painting/Canvas.h (right): https://codereview.chromium.org/1161813005/diff/1/sky/engine/core/painting/Canvas.h#newcode46 sky/engine/core/painting/Canvas.h:46: void drawLine(float x0, float y0, float x1, float y1, ...
5 years, 6 months ago (2015-06-05 21:14:12 UTC) #3
abarth-chromium
LGTM
5 years, 6 months ago (2015-06-05 21:51:17 UTC) #4
jackson
5 years, 6 months ago (2015-06-05 21:51:43 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
32fe72ec0ca7d3bc948a448d5a478c825907cbc3 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698