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

Issue 24267004: Emit CSP code in separate file. (Closed)

Created:
7 years, 3 months ago by ahe
Modified:
7 years, 3 months ago
Reviewers:
ngeoffray, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Merged with r27703. #

Patch Set 3 : Make tests pass #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+334 lines, -424 lines) Patch
M dart/pkg/pkg.status View 1 2 2 chunks +1 line, -8 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/compiler.dart View 2 chunks +1 line, -3 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 2 chunks +0 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 1 chunk +2 lines, -4 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 24 chunks +233 lines, -123 lines 3 comments Download
D dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 chunk +0 lines, -185 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart View 1 chunk +0 lines, -1 line 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 1 chunk +1 line, -1 line 0 comments Download
M dart/tests/compiler/dart2js/memory_compiler.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M dart/tests/compiler/dart2js/missing_file_test.dart View 1 2 1 chunk +80 lines, -78 lines 0 comments Download
M dart/tests/compiler/dart2js/package_root_test.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M dart/tests/compiler/dart2js/unneeded_part_js_test.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M dart/tests/compiler/dart2js_extra/dart2js_extra.status View 1 1 chunk +0 lines, -6 lines 0 comments Download
M dart/tests/isolate/isolate.status View 1 1 chunk +3 lines, -0 lines 0 comments Download
M dart/tests/lib/lib.status View 1 1 chunk +0 lines, -3 lines 0 comments Download
M dart/tools/testing/dart/test_suite.dart View 2 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
ahe
Not ready yet, for language test suite in CSP mode, the current status is: [06:43 ...
7 years, 3 months ago (2013-09-19 16:13:10 UTC) #1
ahe
Tests are passing now, please review.
7 years, 3 months ago (2013-09-20 12:54:44 UTC) #2
kasperl
LGTM. https://codereview.chromium.org/24267004/diff/3001/dart/pkg/pkg.status File dart/pkg/pkg.status (left): https://codereview.chromium.org/24267004/diff/3001/dart/pkg/pkg.status#oldcode106 dart/pkg/pkg.status:106: observe/test/observe_test: Fail # Issue 11970 Yay! https://codereview.chromium.org/24267004/diff/3001/dart/sdk/lib/_internal/compiler/implementation/apiimpl.dart File ...
7 years, 3 months ago (2013-09-20 13:04:47 UTC) #3
ahe
PTAL at patch set #3.
7 years, 3 months ago (2013-09-23 08:19:13 UTC) #4
ahe
Committed patchset #3 manually as r27745 (presubmit successful).
7 years, 3 months ago (2013-09-23 09:06:41 UTC) #5
kasperl
Still LGTM.
7 years, 3 months ago (2013-09-23 09:34:13 UTC) #6
ngeoffray
DBC https://codereview.chromium.org/24267004/diff/9014/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right): https://codereview.chromium.org/24267004/diff/9014/dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart#newcode862 dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:862: jsAst.Fun get finishIsolateConstructorFunction_NO_CSP { Is that dead code? ...
7 years, 3 months ago (2013-09-24 08:15:29 UTC) #7
ahe
7 years, 3 months ago (2013-09-24 14:05:09 UTC) #8
Message was sent while issue was closed.
Thank you!

https://codereview.chromium.org/24267004/diff/9014/dart/sdk/lib/_internal/com...
File dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart
(right):

https://codereview.chromium.org/24267004/diff/9014/dart/sdk/lib/_internal/com...
dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:862:
jsAst.Fun get finishIsolateConstructorFunction_NO_CSP {
On 2013/09/24 08:15:29, ngeoffray wrote:
> Is that dead code?

Yes, removed in https://codereview.chromium.org/24331012/.

Powered by Google App Engine
This is Rietveld 408576698