Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1660)

Issue 51210043: Simplified 'pub get' step, added make zip target. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by pajamallama
Modified:
10 years, 3 months ago
Reviewers:
tapted
CC:
chrome-apps-internsyd_google.com
Base URL:
https://github.com/tapted/bleeding_edge.git@logging_to_screen
Visibility:
Public.

Description

Simplified 'pub get' step, added make zip target. Now make zip will create a new directory zip/ inside pub/ which only contains the files necessary for inclusion in the packaged app. Also the requirement for package:browser is removed, as the necessary code is extracted to js/browser.js. The package:browser/dart.js part of the file has been modified so that .dart files are replaced in the DOM by .precompiled.dart files. Also the path is changed to be in js/ instead of lib/src/app. The next patch will properly removed the duplicate files and fix the build system so that the app/ directory will not be required. R=tapted@chromium.org Committed: https://github.com/tapted/bleeding_edge/commit/415a3e4

Patch Set 1 #

Patch Set 2 : Style nit. #

Total comments: 5

Patch Set 3 : Same html file for both dartium & chrome. #

Patch Set 4 : Rebasing #

Total comments: 2

Patch Set 5 : Adding comments. #

Patch Set 6 : No change #

Patch Set 7 : No change #

Patch Set 8 : no-find-copies #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -25 lines) Patch
M dart/sdk/lib/_internal/pub/.gitignore View 1 chunk +2 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/Makefile View 1 1 chunk +12 lines, -2 lines 0 comments Download
M dart/sdk/lib/_internal/pub/app/Makefile View 1 2 1 chunk +5 lines, -11 lines 0 comments Download
D dart/sdk/lib/_internal/pub/app/build/.gitignore View 1 2 1 chunk +0 lines, -1 line 0 comments Download
A dart/sdk/lib/_internal/pub/app/js/.gitignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A dart/sdk/lib/_internal/pub/app/js/browser.js View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/app/js/main.js View 1 chunk +13 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/app/manifest.json View 2 chunks +3 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/pub/app/pub.html View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
A dart/sdk/lib/_internal/pub/js/browser.js View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/js/main.js View 1 2 1 chunk +1 line, -1 line 0 comments Download
A dart/sdk/lib/_internal/pub/lib/src/pubspec.yaml View 1 2 3 4 5 6 7 1 chunk +14 lines, -0 lines 0 comments Download
M dart/sdk/lib/_internal/pub/pub.html View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7
pajamallama
10 years, 3 months ago (2014-01-13 06:32:51 UTC) #1
tapted
https://codereview.appspot.com/51210043/diff/40001/dart/sdk/lib/_internal/pub/app/Makefile File dart/sdk/lib/_internal/pub/app/Makefile (right): https://codereview.appspot.com/51210043/diff/40001/dart/sdk/lib/_internal/pub/app/Makefile#newcode1 dart/sdk/lib/_internal/pub/app/Makefile:1: DPATH := /Users/tapted/devel/dart-sdk/bin hm - I'll put up a ...
10 years, 3 months ago (2014-01-13 07:46:26 UTC) #2
pajamallama
https://codereview.appspot.com/51210043/diff/40001/dart/sdk/lib/_internal/pub/app/js/main.js File dart/sdk/lib/_internal/pub/app/js/main.js (right): https://codereview.appspot.com/51210043/diff/40001/dart/sdk/lib/_internal/pub/app/js/main.js#newcode15 dart/sdk/lib/_internal/pub/app/js/main.js:15: function DartObject(o) { On 2014/01/13 07:46:27, tapted wrote: > ...
10 years, 3 months ago (2014-01-14 02:02:24 UTC) #3
pajamallama
Fixed the description. I need to do further changes but it would make more sense ...
10 years, 3 months ago (2014-01-14 06:10:38 UTC) #4
tapted
lgtm with a nit in browser.js - I'll keenly await the CL with more deleted ...
10 years, 3 months ago (2014-01-14 06:55:34 UTC) #5
pajamallama
https://codereview.appspot.com/51210043/diff/70001/dart/sdk/lib/_internal/pub/app/js/browser.js File dart/sdk/lib/_internal/pub/app/js/browser.js (right): https://codereview.appspot.com/51210043/diff/70001/dart/sdk/lib/_internal/pub/app/js/browser.js#newcode14 dart/sdk/lib/_internal/pub/app/js/browser.js:14: // Originally from dart package:browser/dart.js On 2014/01/14 06:55:34, tapted ...
10 years, 3 months ago (2014-01-14 07:17:03 UTC) #6
pajamallama
10 years, 3 months ago (2014-01-14 07:44:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #8 manually as r415a3e4 (presubmit successful).
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b