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

Issue 12207008: Move source maps package to the dart repo, so it can be used by other internal (Closed)

Created:
7 years, 10 months ago by Siggi Cherem (dart-lang)
Modified:
7 years, 9 months ago
CC:
reviews_dartlang.org, ahe, Bob Nystrom
Visibility:
Public.

Description

Move source maps package to the dart repo, so it can be used by other internal tools. Committed: https://code.google.com/p/dart/source/detail?r=20300

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1868 lines, -0 lines) Patch
M pkg/pkg.status View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
A pkg/source_maps/README.md View 1 chunk +27 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/builder.dart View 1 2 3 1 chunk +146 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/parser.dart View 1 2 3 1 chunk +391 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/printer.dart View 1 2 3 1 chunk +89 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/source_maps.dart View 1 2 3 1 chunk +25 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/span.dart View 1 2 3 1 chunk +330 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/src/utils.dart View 1 chunk +29 lines, -0 lines 0 comments Download
A pkg/source_maps/lib/src/vlq.dart View 1 chunk +103 lines, -0 lines 0 comments Download
A pkg/source_maps/pubspec.yaml View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
A pkg/source_maps/test/builder_test.dart View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
A pkg/source_maps/test/common.dart View 1 2 3 1 chunk +97 lines, -0 lines 0 comments Download
A pkg/source_maps/test/end2end_test.dart View 1 2 3 1 chunk +106 lines, -0 lines 0 comments Download
A pkg/source_maps/test/parser_test.dart View 1 2 3 1 chunk +36 lines, -0 lines 0 comments Download
A pkg/source_maps/test/printer_test.dart View 1 2 3 1 chunk +82 lines, -0 lines 0 comments Download
A pkg/source_maps/test/run.dart View 1 2 3 1 chunk +38 lines, -0 lines 0 comments Download
A pkg/source_maps/test/span_test.dart View 1 2 3 1 chunk +215 lines, -0 lines 0 comments Download
A pkg/source_maps/test/utils_test.dart View 1 chunk +54 lines, -0 lines 0 comments Download
A pkg/source_maps/test/vlq_test.dart View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
Siggi Cherem (dart-lang)
This CL is a simple code move: the same code was reviewed before in our ...
7 years, 10 months ago (2013-02-05 05:12:59 UTC) #1
Jennifer Messerly
On 2013/02/05 05:12:59, Siggi Cherem (dart-lang) wrote: > This CL is a simple code move: ...
7 years, 10 months ago (2013-02-05 05:22:08 UTC) #2
Siggi Cherem (dart-lang)
On 2013/02/05 05:22:08, John Messerly wrote: > On 2013/02/05 05:12:59, Siggi Cherem (dart-lang) wrote: > ...
7 years, 10 months ago (2013-02-05 05:34:25 UTC) #3
dgrove
On 2013/02/05 05:34:25, Siggi Cherem (dart-lang) wrote: > On 2013/02/05 05:22:08, John Messerly wrote: > ...
7 years, 10 months ago (2013-02-05 05:35:28 UTC) #4
Jennifer Messerly
On 2013/02/05 05:35:28, dgrove wrote: > On 2013/02/05 05:34:25, Siggi Cherem (dart-lang) wrote: > > ...
7 years, 10 months ago (2013-02-05 06:13:22 UTC) #5
Jennifer Messerly
Here's a concrete example. Yaml is a package. Pub needs to import Yaml. So I ...
7 years, 10 months ago (2013-02-05 06:14:26 UTC) #6
Siggi Cherem (dart-lang)
On 2013/02/05 06:14:26, John Messerly wrote: > Here's a concrete example. Yaml is a package. ...
7 years, 10 months ago (2013-02-05 18:17:46 UTC) #7
Siggi Cherem (dart-lang)
On 2013/02/05 18:17:46, Siggi Cherem (dart-lang) wrote: > On 2013/02/05 06:14:26, John Messerly wrote: > ...
7 years, 10 months ago (2013-02-06 01:41:13 UTC) #8
Jennifer Messerly
On 2013/02/06 01:41:13, Siggi Cherem (dart-lang) wrote: > On 2013/02/05 18:17:46, Siggi Cherem (dart-lang) wrote: ...
7 years, 10 months ago (2013-02-06 01:43:18 UTC) #9
Jennifer Messerly
fwiw, this CL LGTM for checkin.
7 years, 10 months ago (2013-02-06 02:01:27 UTC) #10
Siggi Cherem (dart-lang)
On 2013/02/06 02:01:27, John Messerly wrote: > fwiw, this CL LGTM for checkin. Thanks John ...
7 years, 10 months ago (2013-02-06 02:05:06 UTC) #11
ahe
Sorry, I didn't realize that you were waiting for my input. This is definitely something ...
7 years, 9 months ago (2013-03-20 11:04:45 UTC) #12
Siggi Cherem (dart-lang)
On 2013/03/20 11:04:45, ahe wrote: > Sorry, I didn't realize that you were waiting for ...
7 years, 9 months ago (2013-03-20 23:04:16 UTC) #13
Jennifer Messerly
SGTM. Thanks guys!
7 years, 9 months ago (2013-03-20 23:29:21 UTC) #14
Siggi Cherem (dart-lang)
ok - I just updated to the latest sources. Submitting.
7 years, 9 months ago (2013-03-20 23:41:00 UTC) #15
Siggi Cherem (dart-lang)
7 years, 9 months ago (2013-03-20 23:41:59 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 manually as r20300 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698