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

Issue 1987073002: Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure… (Closed)

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

Description

Strip unused functionality from dart:html and fix strong mode errors. Switch from blacklisting pure interfaces to determining pure interfaces from the idl and whitelisting impure interfaces we need for dart2js. BUG= R=alanknight@google.com Committed: https://github.com/dart-lang/sdk/commit/f26e522f84c5226beb0c57607571efe85a763e46

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+686 lines, -176 lines) Patch
M sdk/lib/_internal/js_runtime/lib/interceptors.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 25 chunks +58 lines, -52 lines 2 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 10 chunks +42 lines, -39 lines 0 comments Download
M sdk/lib/js/dartium/cached_patches.dart View 2 chunks +9 lines, -9 lines 0 comments Download
M tools/dom/dom.json View 14 chunks +389 lines, -4 lines 0 comments Download
M tools/dom/scripts/database.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/generator.py View 3 chunks +146 lines, -44 lines 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 9 chunks +11 lines, -8 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/src/WrappedList.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/html_dart2js.darttemplate View 1 chunk +0 lines, -6 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 3 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
Jacob
Shrink the diff for ddc specific dart:html significantly.
4 years, 7 months ago (2016-05-18 00:09:20 UTC) #2
Jacob
4 years, 7 months ago (2016-05-18 16:43:47 UTC) #4
Alan Knight
lgtm https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (left): https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#oldcode11648 sdk/lib/html/dart2js/html_dart2js.dart:11648: - String __getter__(int index); Are these used by ...
4 years, 7 months ago (2016-05-18 17:17:04 UTC) #5
Jacob
https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (left): https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#oldcode11648 sdk/lib/html/dart2js/html_dart2js.dart:11648: - String __getter__(int index); On 2016/05/18 17:17:04, Alan Knight ...
4 years, 7 months ago (2016-05-18 17:59:59 UTC) #6
Alan Knight
On 2016/05/18 17:59:59, Jacob wrote: > https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart > File sdk/lib/html/dart2js/html_dart2js.dart (left): > > https://codereview.chromium.org/1987073002/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#oldcode11648 > ...
4 years, 7 months ago (2016-05-18 18:32:47 UTC) #7
Jacob
4 years, 7 months ago (2016-05-18 19:49:15 UTC) #9
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
f26e522f84c5226beb0c57607571efe85a763e46 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698