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

Issue 132383002: Line-breaking plumbing and bits and pieces. (Closed)

Created:
6 years, 11 months ago by pquitslund
Modified:
6 years, 11 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Line-breaking plumbing and bits and pieces. Some tentative abstractions for implementing simple line breaking algorithms. R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=31683

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+217 lines, -32 lines) Patch
M pkg/analyzer/lib/src/services/formatter_impl.dart View 1 4 chunks +13 lines, -7 lines 0 comments Download
M pkg/analyzer/lib/src/services/writer.dart View 1 2 6 chunks +158 lines, -24 lines 4 comments Download
M pkg/analyzer/test/services/formatter_test.dart View 2 chunks +46 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
pquitslund
Very much a work in progress but hopefully a good jumping off point for further ...
6 years, 11 months ago (2014-01-09 19:03:30 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/132383002/diff/50001/pkg/analyzer/lib/src/services/writer.dart File pkg/analyzer/lib/src/services/writer.dart (right): https://codereview.chromium.org/132383002/diff/50001/pkg/analyzer/lib/src/services/writer.dart#newcode69 pkg/analyzer/lib/src/services/writer.dart:69: List<Chunk> breakLine(Line line) { Try as I might, ...
6 years, 11 months ago (2014-01-09 19:29:23 UTC) #2
pquitslund
Thanks! https://codereview.chromium.org/132383002/diff/50001/pkg/analyzer/lib/src/services/writer.dart File pkg/analyzer/lib/src/services/writer.dart (right): https://codereview.chromium.org/132383002/diff/50001/pkg/analyzer/lib/src/services/writer.dart#newcode69 pkg/analyzer/lib/src/services/writer.dart:69: List<Chunk> breakLine(Line line) { On 2014/01/09 19:29:24, Brian ...
6 years, 11 months ago (2014-01-09 23:04:11 UTC) #3
pquitslund
6 years, 11 months ago (2014-01-09 23:04:38 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r31683 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698