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

Issue 10950007: Fix generating html_dart2js.dart and html_dartium.dart files. (Closed)

Created:
8 years, 3 months ago by podivilov
Modified:
8 years, 3 months ago
Reviewers:
vsm, Emily Fortuna
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix generating html_dart2js.dart and html_dartium.dart files. R=efortuna@google.com,vsm@google.com Committed: https://code.google.com/p/dart/source/detail?r=12506

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -48 lines) Patch
M lib/html/scripts/dartdomgenerator.py View 3 chunks +24 lines, -23 lines 0 comments Download
M lib/html/scripts/systembase.py View 2 chunks +3 lines, -1 line 0 comments Download
M lib/html/scripts/systemhtml.py View 1 chunk +3 lines, -1 line 0 comments Download
M lib/html/scripts/systemnative.py View 1 chunk +1 line, -2 lines 0 comments Download
M lib/html/templates/html/dart2js/html_dart2js.darttemplate View 1 chunk +21 lines, -21 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
podivilov
8 years, 3 months ago (2012-09-18 13:33:53 UTC) #1
vsm
Hi Pavel, can you comment on what exactly is broken? Is this just cleanup?
8 years, 3 months ago (2012-09-18 15:49:02 UTC) #2
Emily Fortuna
lgtm. Thanks Pavel! @Vijay, with the changes in this refactoring CL: https://codereview.chromium.org/10917264/ html_dart2js.dart from being ...
8 years, 3 months ago (2012-09-18 16:51:51 UTC) #3
vsm
lgtm
8 years, 3 months ago (2012-09-18 17:14:41 UTC) #4
podivilov
8 years, 3 months ago (2012-09-18 17:16:58 UTC) #5
On 2012/09/18 15:49:02, vsm wrote:
> Hi Pavel, can you comment on what exactly is broken?  Is this just cleanup?

Hi Vijay!

GenerateSingleFile has some hard-coded paths, so after moving generated files it
stopped to update html_dart2js.dart file properly. I didn't expect any changes
in html_dart2js.dart anyway, so it came unnoticed.

Also, paths to html/src/*.dart files in html_dart2js.darttemplate were
incorrect, but I didn't noticed that as well due to the bug in
GenerateSingleFile.

Powered by Google App Engine
This is Rietveld 408576698