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

Issue 1174213005: Adds TextStyle decoration, decorationColor, decorationStyle (Closed)

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

Description

Adds TextStyle decoration, decorationColor, decorationStyle Currently only the decoration property is actually translated to a CSS style. R=abarth@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/881e6e8cef188b6cff3d73ef9fd2739108927118

Patch Set 1 #

Total comments: 7

Patch Set 2 : Updated per review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -6 lines) Patch
M sky/examples/widgets/styled_text.dart View 1 1 chunk +3 lines, -2 lines 0 comments Download
M sky/sdk/lib/painting/text_style.dart View 1 6 chunks +62 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
hansmuller
PTAL
5 years, 6 months ago (2015-06-19 00:02:04 UTC) #3
abarth-chromium
lgtm https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart File sky/sdk/lib/painting/text_style.dart (right): https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart#newcode63 sky/sdk/lib/painting/text_style.dart:63: } Should we just use an assert instead? ...
5 years, 6 months ago (2015-06-19 00:06:10 UTC) #5
Hixie
https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart File sky/sdk/lib/painting/text_style.dart (right): https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart#newcode71 sky/sdk/lib/painting/text_style.dart:71: final Object decoration; // TextDecoration | List<TextDecoration> You almost ...
5 years, 6 months ago (2015-06-19 00:14:32 UTC) #6
Hixie
https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart File sky/sdk/lib/painting/text_style.dart (right): https://codereview.chromium.org/1174213005/diff/1/sky/sdk/lib/painting/text_style.dart#newcode71 sky/sdk/lib/painting/text_style.dart:71: final Object decoration; // TextDecoration | List<TextDecoration> You almost ...
5 years, 6 months ago (2015-06-19 00:14:32 UTC) #7
hansmuller
The TextStyle constructor is const again, the value of decoration: must be List<TextDecoration> and I've ...
5 years, 6 months ago (2015-06-19 17:29:40 UTC) #8
hansmuller1
5 years, 6 months ago (2015-06-19 17:30:55 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
881e6e8cef188b6cff3d73ef9fd2739108927118 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698