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

Issue 13956006: Remove insertRange. (Closed)

Created:
7 years, 8 months ago by floitsch
Modified:
7 years, 8 months ago
CC:
reviews_dartlang.org, blois, Jennifer Messerly, srdjan
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 5

Patch Set 3 : Replace type with var.wq #

Total comments: 4

Patch Set 4 : Rebuild DOM (unrelated CL) and update status files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -787 lines) Patch
M editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart View 1 2 3 1 chunk +2 lines, -6 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/element.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/pathos/lib/path.dart View 1 2 5 chunks +18 lines, -6 lines 0 comments Download
M pkg/serialization/lib/src/serialization_rule.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/unittest/lib/mock.dart View 1 2 3 2 chunks +3 lines, -2 lines 0 comments Download
M pkg/yaml/lib/model.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/yaml/lib/parser.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/yaml/test/yaml_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/lib/array.dart View 1 2 3 2 chunks +2 lines, -13 lines 0 comments Download
M runtime/lib/growable_array.dart View 1 2 3 1 chunk +5 lines, -30 lines 0 comments Download
M runtime/lib/typeddata.dart View 1 2 3 1 chunk +1 line, -6 lines 0 comments Download
M runtime/tests/vm/dart/byte_array_optimized_test.dart View 20 chunks +0 lines, -40 lines 0 comments Download
M runtime/tests/vm/dart/byte_array_test.dart View 21 chunks +0 lines, -42 lines 0 comments Download
M samples/sample_extension/test_sample_asynchronous_extension.dart View 1 chunk +2 lines, -4 lines 0 comments Download
M samples/swarm/swarm_ui_lib/observable/observable.dart View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M sdk/lib/_collection_dev/list.dart View 1 2 3 2 chunks +2 lines, -12 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 1 2 3 2 chunks +9 lines, -45 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/nodes.dart View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/markdown/inline_parser.dart View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M sdk/lib/collection/list.dart View 1 2 3 1 chunk +4 lines, -19 lines 0 comments Download
M sdk/lib/core/list.dart View 1 2 3 2 chunks +6 lines, -23 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 36 chunks +41 lines, -175 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 36 chunks +41 lines, -175 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 1 2 3 2 chunks +3 lines, -7 lines 0 comments Download
M sdk/lib/io/http_headers.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 1 2 3 6 chunks +6 lines, -30 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 1 2 3 6 chunks +6 lines, -30 lines 0 comments Download
M sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M sdk/lib/web_sql/dartium/web_sql_dartium.dart View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 1 chunk +11 lines, -0 lines 0 comments Download
D tests/corelib/list_insert_range_test.dart View 1 chunk +0 lines, -47 lines 0 comments Download
M tests/corelib/list_remove_range_test.dart View 1 2 3 2 chunks +7 lines, -11 lines 0 comments Download
M tests/html/element_test.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/dom/src/WrappedList.dart View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 1 2 3 2 chunks +2 lines, -10 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 1 2 3 1 chunk +1 line, -5 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/git_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/string_encoding/benchmark_runner.dart View 1 chunk +2 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
floitsch
7 years, 8 months ago (2013-04-12 21:23:24 UTC) #1
floitsch
7 years, 8 months ago (2013-04-12 21:26:13 UTC) #2
nweiz
This is a nice change. LGTM other than a couple comments. https://codereview.chromium.org/13956006/diff/1039/pkg/pathos/lib/path.dart File pkg/pathos/lib/path.dart (right): ...
7 years, 8 months ago (2013-04-12 21:49:01 UTC) #3
floitsch
https://codereview.chromium.org/13956006/diff/1039/pkg/pathos/lib/path.dart File pkg/pathos/lib/path.dart (right): https://codereview.chromium.org/13956006/diff/1039/pkg/pathos/lib/path.dart#newcode21 pkg/pathos/lib/path.dart:21: for (int i = 0; i < length; i++) ...
7 years, 8 months ago (2013-04-12 22:14:06 UTC) #4
nweiz
https://codereview.chromium.org/13956006/diff/1039/pkg/pathos/lib/path.dart File pkg/pathos/lib/path.dart (right): https://codereview.chromium.org/13956006/diff/1039/pkg/pathos/lib/path.dart#newcode23 pkg/pathos/lib/path.dart:23: } On 2013/04/12 22:14:06, floitsch wrote: > On 2013/04/12 ...
7 years, 8 months ago (2013-04-12 22:25:52 UTC) #5
blois
DOM changes lgtm
7 years, 8 months ago (2013-04-12 23:01:37 UTC) #6
floitsch
7 years, 8 months ago (2013-04-15 09:39:16 UTC) #7
Lasse Reichstein Nielsen
lgtm https://chromiumcodereview.appspot.com/13956006/diff/8001/sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart File sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart (left): https://chromiumcodereview.appspot.com/13956006/diff/8001/sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart#oldcode4 sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart:4: } Was this related to insertRange? https://chromiumcodereview.appspot.com/13956006/diff/8001/tests/co19/co19-runtime.status File ...
7 years, 8 months ago (2013-04-15 11:19:15 UTC) #8
floitsch
https://codereview.chromium.org/13956006/diff/8001/sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart File sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart (left): https://codereview.chromium.org/13956006/diff/8001/sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart#oldcode4 sdk/lib/_internal/dartdoc/test/test_files/packages/fake_package/fake_package.dart:4: } On 2013/04/15 11:19:15, Lasse Reichstein Nielsen wrote: > ...
7 years, 8 months ago (2013-04-15 14:22:30 UTC) #9
floitsch
7 years, 8 months ago (2013-04-15 15:20:59 UTC) #10
Message was sent while issue was closed.
Committed patchset #4 manually as r21464 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698