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

Issue 2666053004: Remove dynamic call from _LinkedHashSet. Remove some dcalls from the dart:html util library. (Closed)

Created:
3 years, 10 months ago by Jacob
Modified:
3 years, 10 months ago
Reviewers:
vsm, Alan Knight
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Remove dynamic call from _LinkedHashSet. Remove some dcalls from the dart:html util library. BUG= R=alanknight@google.com, vsm@google.com Committed: https://github.com/dart-lang/sdk/commit/a8c7e74424c5d11ebbc7a42f80b9389ad27642d5

Patch Set 1 #

Total comments: 5

Patch Set 2 : Remove dynamic call from _LinkedHashSet. Remove some dcalls from the dart:html util library. #

Total comments: 2

Patch Set 3 : Remove dynamic call from _LinkedHashSet. Remove some dcalls from the dart:html util library. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -71 lines) Patch
M pkg/dev_compiler/lib/js/amd/dart_sdk.js View 7 chunks +15 lines, -14 lines 0 comments Download
M pkg/dev_compiler/lib/js/common/dart_sdk.js View 7 chunks +15 lines, -14 lines 0 comments Download
M pkg/dev_compiler/lib/js/es6/dart_sdk.js View 7 chunks +15 lines, -14 lines 0 comments Download
M pkg/dev_compiler/lib/js/legacy/dart_sdk.js View 7 chunks +15 lines, -14 lines 0 comments Download
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View Binary file 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart View 1 2 5 chunks +11 lines, -10 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
Jacob
https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart File pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart (right): https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart#newcode238 pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart:238: List l = JS('', '#', e); This is a ...
3 years, 10 months ago (2017-02-01 02:17:39 UTC) #2
vsm
https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart File pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart (right): https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart#newcode130 pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart:130: List copy = JS('List', '#', readSlot(slot)); var copy = ...
3 years, 10 months ago (2017-02-01 18:37:14 UTC) #5
Jacob
https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart File pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart (right): https://codereview.chromium.org/2666053004/diff/1/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart#newcode130 pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart:130: List copy = JS('List', '#', readSlot(slot)); On 2017/02/01 18:37:13, ...
3 years, 10 months ago (2017-02-01 20:33:49 UTC) #6
Alan Knight
lgtm
3 years, 10 months ago (2017-02-01 20:45:31 UTC) #7
vsm
lgtm https://codereview.chromium.org/2666053004/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart File pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart (right): https://codereview.chromium.org/2666053004/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart#newcode238 pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart:238: List l = JS('', '#', e); should be ...
3 years, 10 months ago (2017-02-01 20:59:43 UTC) #8
Jacob
https://codereview.chromium.org/2666053004/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart File pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart (right): https://codereview.chromium.org/2666053004/diff/20001/pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart#newcode238 pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart:238: List l = JS('', '#', e); On 2017/02/01 20:59:43, ...
3 years, 10 months ago (2017-02-01 21:26:45 UTC) #9
Jacob
3 years, 10 months ago (2017-02-01 21:26:52 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
a8c7e74424c5d11ebbc7a42f80b9389ad27642d5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698