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

Issue 573863003: simple index.html files for folders that contain entry points (Closed)

Created:
6 years, 3 months ago by jakemac
Modified:
6 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

simple index.html files for folders that contain entry points BUG= http://dartbug.com/20963 R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=40408

Patch Set 1 #

Patch Set 2 : show subdirectories as well #

Total comments: 8

Patch Set 3 : review updates #

Total comments: 4

Patch Set 4 : update pubspec/changelog #

Patch Set 5 : remove unused import #

Unified diffs Side-by-side diffs Delta from patch set Stats (+229 lines, -2 lines) Patch
M pkg/pkg.status View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
A pkg/polymer/lib/src/build/index_page_builder.dart View 1 2 3 4 1 chunk +104 lines, -0 lines 0 comments Download
M pkg/polymer/lib/transformer.dart View 3 chunks +6 lines, -1 line 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A pkg/polymer/test/build/index_page_builder_test.dart View 1 2 1 chunk +112 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
jakemac
6 years, 3 months ago (2014-09-16 17:19:07 UTC) #2
Siggi Cherem (dart-lang)
very nice. Some small suggestions below https://codereview.chromium.org/573863003/diff/20001/pkg/polymer/lib/src/build/index_page_builder.dart File pkg/polymer/lib/src/build/index_page_builder.dart (right): https://codereview.chromium.org/573863003/diff/20001/pkg/polymer/lib/src/build/index_page_builder.dart#newcode27 pkg/polymer/lib/src/build/index_page_builder.dart:27: return ''; nit: ...
6 years, 3 months ago (2014-09-16 19:40:50 UTC) #3
jakemac
https://codereview.chromium.org/573863003/diff/20001/pkg/polymer/lib/src/build/index_page_builder.dart File pkg/polymer/lib/src/build/index_page_builder.dart (right): https://codereview.chromium.org/573863003/diff/20001/pkg/polymer/lib/src/build/index_page_builder.dart#newcode27 pkg/polymer/lib/src/build/index_page_builder.dart:27: return ''; Changed to 'all_entry_points' On 2014/09/16 19:40:50, Siggi ...
6 years, 3 months ago (2014-09-16 21:17:05 UTC) #4
Siggi Cherem (dart-lang)
cool, lgtm - just a suggestion to simplify the sorting https://codereview.chromium.org/573863003/diff/40001/pkg/polymer/lib/src/build/index_page_builder.dart File pkg/polymer/lib/src/build/index_page_builder.dart (right): https://codereview.chromium.org/573863003/diff/40001/pkg/polymer/lib/src/build/index_page_builder.dart#newcode13 ...
6 years, 3 months ago (2014-09-17 20:32:54 UTC) #5
jakemac
https://codereview.chromium.org/573863003/diff/40001/pkg/polymer/lib/src/build/index_page_builder.dart File pkg/polymer/lib/src/build/index_page_builder.dart (right): https://codereview.chromium.org/573863003/diff/40001/pkg/polymer/lib/src/build/index_page_builder.dart#newcode13 pkg/polymer/lib/src/build/index_page_builder.dart:13: import 'package:html5lib/dom.dart'; On 2014/09/17 20:32:54, Siggi Cherem (dart-lang) wrote: ...
6 years, 3 months ago (2014-09-17 22:14:01 UTC) #6
jakemac
6 years, 3 months ago (2014-09-17 22:14:22 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as 40408 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698