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

Issue 225903003: Tokenize one line at a time. (Closed)

Created:
6 years, 8 months ago by ahe
Modified:
6 years, 7 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org, lukechurch, Johnni Winther
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address Kasper's comments #

Patch Set 3 : Make line numbering an alternate stylesheet (and remove a line-ending hack which didn't work) #

Patch Set 4 : Merged with r35632 #

Patch Set 5 : Too many changes #

Total comments: 8

Patch Set 6 : Address Kasper's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -43 lines) Patch
M dart/site/try/build_try.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M dart/site/try/index.html View 1 2 3 4 3 chunks +11 lines, -1 line 0 comments Download
A dart/site/try/line_numbers.css View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
M dart/site/try/nossl.appcache View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M dart/site/try/project_server.dart View 1 2 3 4 2 chunks +2 lines, -7 lines 0 comments Download
M dart/site/try/src/interaction_manager.dart View 1 2 3 4 5 3 chunks +61 lines, -23 lines 0 comments Download
M dart/site/try/src/ui.dart View 1 chunk +1 line, -3 lines 0 comments Download
M dart/tests/try/paste_content_rewriting_test.dart View 1 2 3 4 2 chunks +10 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
ahe
Work in progress.
6 years, 8 months ago (2014-04-04 14:19:14 UTC) #1
kasperl
Comments in progress. https://codereview.chromium.org/225903003/diff/1/dart/site/try/src/interaction_manager.dart File dart/site/try/src/interaction_manager.dart (right): https://codereview.chromium.org/225903003/diff/1/dart/site/try/src/interaction_manager.dart#newcode246 dart/site/try/src/interaction_manager.dart:246: int lineNumber = 1; If you ...
6 years, 8 months ago (2014-04-07 04:54:24 UTC) #2
ahe
Thanks for taking a look, Kasper! https://codereview.chromium.org/225903003/diff/1/dart/site/try/src/interaction_manager.dart File dart/site/try/src/interaction_manager.dart (right): https://codereview.chromium.org/225903003/diff/1/dart/site/try/src/interaction_manager.dart#newcode246 dart/site/try/src/interaction_manager.dart:246: int lineNumber = ...
6 years, 8 months ago (2014-04-07 09:38:29 UTC) #3
ahe
It's ready for review now :-)
6 years, 7 months ago (2014-05-01 15:07:31 UTC) #4
ahe
FYI: this will regress colorization of multiline tokens, see https://code.google.com/p/dart/issues/detail?id=18580. I feel it is more ...
6 years, 7 months ago (2014-05-01 15:40:23 UTC) #5
ahe
Adding Johnni in case he is curious about how I use the new tokens.
6 years, 7 months ago (2014-05-02 07:10:26 UTC) #6
kasperl
LGTM. https://codereview.chromium.org/225903003/diff/90001/dart/site/try/project_server.dart File dart/site/try/project_server.dart (right): https://codereview.chromium.org/225903003/diff/90001/dart/site/try/project_server.dart#newcode11 dart/site/try/project_server.dart:11: Stream; Do you actually need this? https://codereview.chromium.org/225903003/diff/90001/dart/site/try/src/interaction_manager.dart File ...
6 years, 7 months ago (2014-05-02 08:01:05 UTC) #7
ahe
One more regression: https://code.google.com/p/dart/issues/detail?id=18601
6 years, 7 months ago (2014-05-02 08:29:07 UTC) #8
ahe
Thank you, Kasper! https://codereview.chromium.org/225903003/diff/90001/dart/site/try/project_server.dart File dart/site/try/project_server.dart (right): https://codereview.chromium.org/225903003/diff/90001/dart/site/try/project_server.dart#newcode11 dart/site/try/project_server.dart:11: Stream; On 2014/05/02 08:01:06, kasperl wrote: ...
6 years, 7 months ago (2014-05-02 10:01:45 UTC) #9
ahe
6 years, 7 months ago (2014-05-02 12:08:50 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r35688 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698