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

Issue 2195453002: Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html n… (Closed)

Created:
4 years, 4 months ago by Jacob
Modified:
4 years, 4 months ago
Reviewers:
Alan Knight, terry
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html native classes where private classes are not an issue. BUG= R=alanknight@google.com Committed: https://github.com/dart-lang/sdk/commit/7f2950916ecf6d3c9d77858b621c9591135f2c92

Patch Set 1 #

Patch Set 2 : Fix so that logic to enable private user define @JS classes does not impact codegen for dart:html n… #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -4 lines) Patch
M sdk/lib/js/dartium/js_dartium.dart View 4 chunks +9 lines, -4 lines 2 comments Download

Messages

Total messages: 8 (2 generated)
Jacob
4 years, 4 months ago (2016-07-28 21:30:16 UTC) #2
Alan Knight
lgtm
4 years, 4 months ago (2016-08-03 20:57:39 UTC) #3
Jacob
Committed patchset #2 (id:20001) manually as 7f2950916ecf6d3c9d77858b621c9591135f2c92 (presubmit successful).
4 years, 4 months ago (2016-08-03 21:03:46 UTC) #5
terry
This doesn't require a regen of Dartium patch files? https://codereview.chromium.org/2195453002/diff/20001/sdk/lib/js/dartium/js_dartium.dart File sdk/lib/js/dartium/js_dartium.dart (right): https://codereview.chromium.org/2195453002/diff/20001/sdk/lib/js/dartium/js_dartium.dart#newcode719 sdk/lib/js/dartium/js_dartium.dart:719: ...
4 years, 4 months ago (2016-08-04 13:50:34 UTC) #6
terry
https://codereview.chromium.org/2195453002/diff/20001/sdk/lib/js/dartium/js_dartium.dart File sdk/lib/js/dartium/js_dartium.dart (right): https://codereview.chromium.org/2195453002/diff/20001/sdk/lib/js/dartium/js_dartium.dart#newcode719 sdk/lib/js/dartium/js_dartium.dart:719: if (isPrivateUserDefinedClass) { On 2016/08/04 13:50:33, terry wrote: > ...
4 years, 4 months ago (2016-08-04 13:58:21 UTC) #7
terry
4 years, 4 months ago (2016-08-04 14:26:41 UTC) #8
Message was sent while issue was closed.
I re-gen'd patch files and didn't see any change :-/

Powered by Google App Engine
This is Rietveld 408576698