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

Issue 11783009: Big merge from experimental to bleeding edge. (Closed)

Created:
7 years, 11 months ago by floitsch
Modified:
7 years, 11 months ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Big merge from experimental to bleeding edge. Committed: https://code.google.com/p/dart/source/detail?r=16687

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21161 lines, -7386 lines) Patch
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/formatter/testsource/test004$A_in.dart View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/formatter/testsource/test004$A_out.dart View 1 chunk +1 line, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/CoreRuntimeTypesTest.dart View 1 chunk +4 lines, -4 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/css/CssAutoIndentStrategy.java View 1 chunk +0 lines, -68 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/css/CssSourceViewerConfiguration.java View 2 chunks +0 lines, -10 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/utils/Node.java View 4 chunks +0 lines, -40 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/utils/WebEditor.java View 4 chunks +5 lines, -17 lines 0 comments Download
D editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/utils/WebEditorAutoIndentStrategy.java View 1 chunk +0 lines, -41 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui.web/src/com/google/dart/tools/ui/web/yaml/YamlAutoIndentStrategy.java View 1 chunk +26 lines, -13 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.ui_test/src/com/google/dart/tools/ui/correction/QuickFixProcessorTest.java View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/args/lib/args.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/args/test/args_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/fixnum/lib/src/int32.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/fixnum/lib/src/int64.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/fixnum/test/int_64_vm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/http.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/http/lib/src/base_client.dart View 5 chunks +5 lines, -4 lines 0 comments Download
M pkg/http/lib/src/base_request.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/http/lib/src/client.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/http/lib/src/io_client.dart View 4 chunks +8 lines, -2 lines 0 comments Download
M pkg/http/lib/src/mock_client.dart View 5 chunks +5 lines, -4 lines 0 comments Download
M pkg/http/lib/src/multipart_file.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/lib/src/multipart_request.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/http/lib/src/response.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/http/lib/src/utils.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M pkg/http/lib/testing.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/http/test/client_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M pkg/http/test/http_test.dart View 13 chunks +22 lines, -20 lines 0 comments Download
M pkg/http/test/mock_client_test.dart View 4 chunks +7 lines, -6 lines 0 comments Download
M pkg/http/test/multipart_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/http/test/request_test.dart View 4 chunks +10 lines, -10 lines 0 comments Download
M pkg/http/test/response_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/http/test/utils.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/intl/example/basic/basic_example.dart View 3 chunks +7 lines, -4 lines 0 comments Download
M pkg/intl/lib/bidi_utils.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/intl/lib/date_format.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/lib/date_symbol_data_file.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/intl/lib/date_symbol_data_local.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/intl/lib/intl.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M pkg/intl/lib/intl_standalone.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/intl/lib/message_lookup_local.dart View 3 chunks +11 lines, -9 lines 0 comments Download
M pkg/intl/lib/src/date_format_internal.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/intl/lib/src/file_data_reader.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/intl/lib/src/intl_helpers.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/intl/lib/src/lazy_locale_data.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/intl/test/date_time_format_file_test_stub.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/intl/test/date_time_format_http_request_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/intl/test/date_time_format_local_test_stub.dart View 2 chunks +4 lines, -2 lines 0 comments Download
M pkg/intl/test/date_time_format_test_core.dart View 4 chunks +9 lines, -5 lines 0 comments Download
M pkg/intl/test/intl_message_test.dart View 5 chunks +13 lines, -12 lines 0 comments Download
M pkg/intl/tool/generate_locale_data_files.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/oauth2/lib/src/authorization_code_grant.dart View 4 chunks +4 lines, -3 lines 0 comments Download
M pkg/oauth2/lib/src/client.dart View 4 chunks +6 lines, -5 lines 0 comments Download
M pkg/oauth2/lib/src/credentials.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M pkg/oauth2/lib/src/handle_access_token_response.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/oauth2/lib/src/utils.dart View 3 chunks +3 lines, -6 lines 0 comments Download
M pkg/oauth2/test/authorization_code_grant_test.dart View 4 chunks +25 lines, -13 lines 0 comments Download
M pkg/oauth2/test/client_test.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M pkg/oauth2/test/credentials_test.dart View 4 chunks +12 lines, -7 lines 0 comments Download
M pkg/oauth2/test/handle_access_token_response_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/oauth2/test/utils.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/path/lib/path.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/serialization/lib/serialization.dart View 5 chunks +8 lines, -7 lines 0 comments Download
M pkg/serialization/lib/src/basic_rule.dart View 9 chunks +34 lines, -22 lines 0 comments Download
M pkg/serialization/lib/src/mirrors_helpers.dart View 4 chunks +7 lines, -7 lines 0 comments Download
M pkg/serialization/lib/src/reader_writer.dart View 7 chunks +12 lines, -9 lines 0 comments Download
M pkg/serialization/lib/src/serialization_helpers.dart View 5 chunks +16 lines, -8 lines 0 comments Download
pkg/serialization/lib/src/serialization_rule.dart View 7 chunks +25 lines, -68 lines 0 comments Download
M pkg/serialization/test/serialization_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/unittest/lib/html_enhanced_config.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M pkg/unittest/lib/matcher.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/unittest/lib/mock.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/unittest/lib/src/collection_matchers.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/unittest/lib/src/config.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/unittest/lib/src/core_matchers.dart View 5 chunks +23 lines, -23 lines 0 comments Download
M pkg/unittest/lib/src/future_matchers.dart View 1 chunk +9 lines, -7 lines 0 comments Download
M pkg/unittest/lib/unittest.dart View 2 chunks +2 lines, -1 line 0 comments Download
M pkg/webdriver/lib/webdriver.dart View 6 chunks +6 lines, -7 lines 0 comments Download
runtime/bin/builtin.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/dartutils.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M runtime/bin/io.dart View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/process_patch.dart View 7 chunks +27 lines, -14 lines 0 comments Download
M runtime/bin/socket_patch.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/array.dart View 8 chunks +156 lines, -36 lines 0 comments Download
M runtime/lib/array_patch.dart View 1 chunk +36 lines, -5 lines 0 comments Download
A + runtime/lib/async_sources.gypi View 1 chunk +1 line, -2 lines 0 comments Download
M runtime/lib/byte_array.dart View 41 chunks +131 lines, -81 lines 0 comments Download
M runtime/lib/double.cc View 2 chunks +15 lines, -2 lines 0 comments Download
M runtime/lib/double.dart View 9 chunks +34 lines, -21 lines 0 comments Download
M runtime/lib/double_patch.dart View 1 chunk +11 lines, -2 lines 0 comments Download
M runtime/lib/expando_patch.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M runtime/lib/function_patch.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/lib/growable_array.dart View 5 chunks +85 lines, -14 lines 0 comments Download
M runtime/lib/immutable_map.dart View 2 chunks +65 lines, -14 lines 0 comments Download
M runtime/lib/integers.dart View 2 chunks +29 lines, -4 lines 0 comments Download
M runtime/lib/integers_patch.dart View 1 chunk +62 lines, -1 line 0 comments Download
M runtime/lib/isolate_patch.dart View 2 chunks +10 lines, -43 lines 0 comments Download
M runtime/lib/math_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/mirrors_impl.dart View 3 chunks +6 lines, -6 lines 0 comments Download
runtime/lib/regexp.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/lib/regexp_patch.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M runtime/lib/string_base.dart View 10 chunks +130 lines, -28 lines 0 comments Download
M runtime/lib/string_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
A runtime/lib/timer_patch.dart View 1 chunk +38 lines, -0 lines 0 comments Download
M runtime/tests/vm/dart/isolate_mirror_local_test.dart View 6 chunks +38 lines, -49 lines 0 comments Download
M runtime/tests/vm/dart/isolate_unhandled_exception_test.dart View 1 chunk +6 lines, -5 lines 0 comments Download
M runtime/tests/vm/dart/isolate_unhandled_exception_uri_test.dart View 1 chunk +6 lines, -5 lines 0 comments Download
M runtime/tests/vm/vm.status View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap.h View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/bootstrap_natives.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/bootstrap_nocorelib.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/custom_isolate_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/exceptions.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 chunk +1 line, -3 lines 0 comments Download
M runtime/vm/intrinsifier.h View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/intrinsifier_arm.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 2 chunks +0 lines, -93 lines 0 comments Download
M runtime/vm/intrinsifier_x64.cc View 1 chunk +0 lines, -92 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 5 chunks +35 lines, -0 lines 0 comments Download
M runtime/vm/object_store.h View 2 chunks +6 lines, -0 lines 0 comments Download
M runtime/vm/parser.cc View 4 chunks +10 lines, -10 lines 0 comments Download
M runtime/vm/snapshot_test.dart View 8 chunks +12 lines, -11 lines 0 comments Download
M runtime/vm/symbols.h View 2 chunks +3 lines, -2 lines 0 comments Download
M runtime/vm/vm.gypi View 7 chunks +102 lines, -0 lines 0 comments Download
M samples/calculator/calculator.dart View 1 chunk +0 lines, -1 line 0 comments Download
M samples/calculator/tape.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/chat/chat_server_lib.dart View 7 chunks +8 lines, -7 lines 0 comments Download
M samples/chat/chat_stress_client.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M samples/chat/dart_client/chat.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M samples/clock/balls.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/clock/clock.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M samples/clock/numbers.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/dartcombat/grids.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M samples/dartcombat/player.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/isolate_html/isolate_sample.dart View 2 chunks +1 line, -2 lines 0 comments Download
M samples/logo/logo.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M samples/markdown/block_parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/markdown/markdown.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/newissues/newissues.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M samples/sample_extension/sample_asynchronous_extension.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/solar3d/web/solar.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/solar3d/web/sphere_model_data.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/spirodraw/Spirodraw.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/swarm/DataSource.dart View 4 chunks +4 lines, -11 lines 0 comments Download
M samples/swarm/UIState.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/swarm/Views.dart View 2 chunks +4 lines, -5 lines 0 comments Download
M samples/swarm/swarm_ui_lib/base/AnimationScheduler.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/layout/GridLayout.dart View 7 chunks +10 lines, -8 lines 0 comments Download
M samples/swarm/swarm_ui_lib/layout/layout.dart View 1 chunk +1 line, -0 lines 0 comments Download
samples/swarm/swarm_ui_lib/observable/observable.dart View 5 chunks +28 lines, -8 lines 0 comments Download
M samples/swarm/swarm_ui_lib/touch/touch.dart View 1 chunk +1 line, -0 lines 0 comments Download
M samples/swarm/swarm_ui_lib/util/CollectionUtils.dart View 3 chunks +21 lines, -33 lines 0 comments Download
M samples/swarm/swarm_ui_lib/view/CompositeView.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/view/MeasureText.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/view/view.dart View 1 chunk +1 line, -0 lines 0 comments Download
M samples/swarm/swarmlib.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/tests/samples/chat/chat_server_test.dart View 10 chunks +11 lines, -11 lines 0 comments Download
M samples/third_party/dromaeo/Dromaeo.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/third_party/dromaeo/Suites.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/third_party/dromaeo/common/BenchUtil.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M samples/third_party/dromaeo/common/JSON.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M samples/third_party/dromaeo/tests/RunnerSuite.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/dromaeo/tests/dom-attr-html.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/dromaeo/tests/dom-modify-html.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/third_party/todomvc/web/model.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/compiler.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/apiimpl.dart View 2 chunks +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/closure.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/code_buffer.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compile_time_constants.dart View 2 chunks +9 lines, -9 lines 0 comments Download
sdk/lib/_internal/compiler/implementation/compiler.dart View 2 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 3 chunks +4 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/renamer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js/nodes.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 7 chunks +17 lines, -15 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 chunk +6 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/runtime_types.dart View 1 chunk +1 line, -1 line 0 comments Download
A + sdk/lib/_internal/compiler/implementation/lib/async_patch.dart View 1 chunk +1 line, -25 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/constant_map.dart View 3 chunks +13 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/core_patch.dart View 3 chunks +58 lines, -22 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/io_patch.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart View 1 chunk +0 lines, -20 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 6 chunks +93 lines, -8 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_helper.dart View 5 chunks +93 lines, -73 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_number.dart View 3 chunks +30 lines, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_string.dart View 3 chunks +47 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/regexp_helper.dart View 4 chunks +23 lines, -43 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/string_helper.dart View 4 chunks +77 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/library_loader.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart View 3 chunks +8 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/mirrors_util.dart View 4 chunks +13 lines, -13 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 5 chunks +5 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/members.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/resolution/scope.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/byte_strings.dart View 5 chunks +16 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/keyword.dart View 4 chunks +5 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/string_scanner.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/token.dart View 4 chunks +11 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 3 chunks +21 lines, -14 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 3 chunks +7 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 4 chunks +20 lines, -7 lines 0 comments Download
sdk/lib/_internal/compiler/implementation/ssa/value_set.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/string_validator.dart View 4 chunks +32 lines, -21 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/tree/dartstring.dart View 10 chunks +85 lines, -61 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/tree/nodes.dart View 5 chunks +96 lines, -5 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/tree/unparser.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/types/concrete_types_inferrer.dart View 7 chunks +24 lines, -17 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/util/link.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/util/link_implementation.dart View 1 chunk +15 lines, -7 lines 0 comments Download
M sdk/lib/_internal/dartdoc/bin/dartdoc.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 10 chunks +18 lines, -13 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/client/client-live-nav.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/dartdoc/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/json_serializer.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/markdown/block_parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/markdown/html_renderer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/test/dartdoc_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 chunk +5 lines, -3 lines 0 comments Download
A sdk/lib/async/async.dart View 1 chunk +17 lines, -0 lines 0 comments Download
A sdk/lib/async/async_error.dart View 1 chunk +74 lines, -0 lines 0 comments Download
A + sdk/lib/async/async_sources.gypi View 1 chunk +11 lines, -4 lines 0 comments Download
A sdk/lib/async/future.dart View 1 chunk +186 lines, -0 lines 0 comments Download
A sdk/lib/async/future_impl.dart View 1 chunk +460 lines, -0 lines 0 comments Download
A sdk/lib/async/merge_stream.dart View 1 chunk +282 lines, -0 lines 0 comments Download
A sdk/lib/async/signal.dart View 1 chunk +90 lines, -0 lines 0 comments Download
A sdk/lib/async/stream.dart View 1 chunk +838 lines, -0 lines 0 comments Download
A sdk/lib/async/stream_controller.dart View 1 chunk +156 lines, -0 lines 0 comments Download
A sdk/lib/async/stream_impl.dart View 1 chunk +1017 lines, -0 lines 0 comments Download
A sdk/lib/async/stream_pipe.dart View 1 chunk +460 lines, -0 lines 0 comments Download
A sdk/lib/async/string_transform.dart View 1 chunk +127 lines, -0 lines 0 comments Download
A + sdk/lib/async/timer.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/collection/collections.dart View 3 chunks +154 lines, -14 lines 0 comments Download
M sdk/lib/core/collection.dart View 1 chunk +1 line, -87 lines 0 comments Download
M sdk/lib/core/core.dart View 2 chunks +1 line, -3 lines 0 comments Download
M sdk/lib/core/corelib_sources.gypi View 2 chunks +1 line, -3 lines 0 comments Download
M sdk/lib/core/double.dart View 2 chunks +8 lines, -4 lines 0 comments Download
M sdk/lib/core/errors.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/core/expect.dart View 1 chunk +2 lines, -1 line 0 comments Download
D sdk/lib/core/future.dart View 1 chunk +0 lines, -281 lines 0 comments Download
D sdk/lib/core/future_impl.dart View 1 chunk +0 lines, -291 lines 0 comments Download
M sdk/lib/core/int.dart View 1 chunk +29 lines, -4 lines 0 comments Download
M sdk/lib/core/iterable.dart View 1 chunk +551 lines, -1 line 0 comments Download
M sdk/lib/core/iterator.dart View 1 chunk +51 lines, -5 lines 0 comments Download
M sdk/lib/core/list.dart View 5 chunks +266 lines, -26 lines 0 comments Download
M sdk/lib/core/map.dart View 7 chunks +87 lines, -56 lines 0 comments Download
M sdk/lib/core/num.dart View 3 chunks +28 lines, -19 lines 0 comments Download
M sdk/lib/core/queue.dart View 8 chunks +35 lines, -94 lines 0 comments Download
M sdk/lib/core/regexp.dart View 3 chunks +5 lines, -5 lines 0 comments Download
D sdk/lib/core/sequences.dart View 1 chunk +0 lines, -207 lines 0 comments Download
M sdk/lib/core/set.dart View 7 chunks +28 lines, -82 lines 0 comments Download
A sdk/lib/core/sink.dart View 1 chunk +40 lines, -0 lines 0 comments Download
M sdk/lib/core/string.dart View 4 chunks +58 lines, -3 lines 0 comments Download
M sdk/lib/core/string_buffer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/core/strings.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/crypto/crypto.dart View 3 chunks +16 lines, -9 lines 0 comments Download
M sdk/lib/crypto/hash_utils.dart View 3 chunks +5 lines, -6 lines 0 comments Download
M sdk/lib/crypto/hmac.dart View 3 chunks +21 lines, -9 lines 0 comments Download
M sdk/lib/crypto/sha1.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/crypto/sha256.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 128 chunks +2395 lines, -776 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 130 chunks +2397 lines, -778 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 5 chunks +53 lines, -8 lines 0 comments Download
M sdk/lib/html/html_common/lists.dart View 1 chunk +18 lines, -0 lines 0 comments Download
M sdk/lib/io/directory_impl.dart View 9 chunks +17 lines, -17 lines 0 comments Download
M sdk/lib/io/file_impl.dart View 30 chunks +67 lines, -72 lines 0 comments Download
M sdk/lib/io/http_headers.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/io/http_parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/http_utils.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/io/io.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/io/mime_multipart_parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/path_impl.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/io/process.dart View 2 chunks +5 lines, -1 line 0 comments Download
M sdk/lib/io/websocket_impl.dart View 5 chunks +7 lines, -7 lines 0 comments Download
M sdk/lib/isolate/base.dart View 4 chunks +16 lines, -5 lines 0 comments Download
M sdk/lib/isolate/isolate.dart View 1 chunk +4 lines, -1 line 0 comments Download
M sdk/lib/isolate/isolate_sources.gypi View 1 chunk +2 lines, -1 line 0 comments Download
A sdk/lib/isolate/isolate_stream.dart View 1 chunk +215 lines, -0 lines 0 comments Download
A sdk/lib/isolate/mangler.dart View 1 chunk +270 lines, -0 lines 0 comments Download
D sdk/lib/isolate/timer.dart View 1 chunk +0 lines, -25 lines 0 comments Download
M sdk/lib/json/json.dart View 4 chunks +559 lines, -362 lines 0 comments Download
M sdk/lib/math/base.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M sdk/lib/mirrors/mirrors.dart View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 18 chunks +396 lines, -126 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 18 chunks +396 lines, -126 lines 0 comments Download
M sdk/lib/uri/uri.dart View 1 chunk +21 lines, -0 lines 0 comments Download
M sdk/lib/utf/utf16.dart View 7 chunks +33 lines, -21 lines 0 comments Download
M sdk/lib/utf/utf32.dart View 6 chunks +39 lines, -22 lines 0 comments Download
M sdk/lib/utf/utf8.dart View 6 chunks +35 lines, -22 lines 0 comments Download
M sdk/lib/utf/utf_core.dart View 10 chunks +39 lines, -29 lines 0 comments Download
M tests/benchmark_smoke/benchmark_lib.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/co19/co19-compiler.status View 1 chunk +5 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 3 chunks +248 lines, -1 line 0 comments Download
M tests/compiler/dart2js/builtin_equals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/closure_codegen_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/code_motion_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/dart_backend_test.dart View 1 chunk +1 line, -1 line 0 comments Download
tests/compiler/dart2js/gvn_dynamic_field_get_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/gvn_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/identity_test.dart View 1 chunk +4 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 2 chunks +5 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_stub_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/pretty_parameter_test.dart View 1 chunk +3 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/rewrite_better_user_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_guard_unuser_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
tests/compiler/dart2js/value_range_test.dart View 7 chunks +8 lines, -8 lines 0 comments Download
M tests/compiler/dart2js_extra/for_in_test.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M tests/compiler/dart2js_extra/invalid_length_negative_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/list_factory_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/type_argument_factory_crash_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/type_argument_factory_nocrash_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/corelib/collection_contains_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/collection_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/core_runtime_types_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/corelib/corelib.status View 2 chunks +11 lines, -3 lines 0 comments Download
M tests/corelib/for_in_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/future_test.dart View 22 chunks +47 lines, -166 lines 0 comments Download
M tests/corelib/futures_test.dart View 4 chunks +6 lines, -5 lines 0 comments Download
A tests/corelib/has_next_iterator_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M tests/corelib/indexed_list_access_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/corelib/int_parse_radix_test.dart View 1 chunk +88 lines, -0 lines 0 comments Download
A tests/corelib/iterable_element_at_test.dart View 1 chunk +42 lines, -0 lines 0 comments Download
A tests/corelib/iterable_first_matching_test.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A tests/corelib/iterable_first_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A tests/corelib/iterable_join_test.dart View 1 chunk +63 lines, -0 lines 0 comments Download
A tests/corelib/iterable_last_matching_test.dart View 1 chunk +46 lines, -0 lines 0 comments Download
A tests/corelib/iterable_last_test.dart View 1 chunk +22 lines, -0 lines 0 comments Download
A tests/corelib/iterable_length_test.dart View 1 chunk +41 lines, -0 lines 0 comments Download
A tests/corelib/iterable_min_max_test.dart View 1 chunk +78 lines, -0 lines 0 comments Download
A tests/corelib/iterable_single_matching_test.dart View 1 chunk +33 lines, -0 lines 0 comments Download
A tests/corelib/iterable_single_test.dart View 1 chunk +31 lines, -0 lines 0 comments Download
A tests/corelib/iterable_skip_test.dart View 1 chunk +206 lines, -0 lines 0 comments Download
A tests/corelib/iterable_skip_while_test.dart View 1 chunk +146 lines, -0 lines 0 comments Download
A tests/corelib/iterable_take_test.dart View 1 chunk +216 lines, -0 lines 0 comments Download
A tests/corelib/iterable_take_while_test.dart View 1 chunk +130 lines, -0 lines 0 comments Download
A tests/corelib/iterable_to_list_test.dart View 1 chunk +57 lines, -0 lines 0 comments Download
A tests/corelib/iterable_to_set_test.dart View 1 chunk +55 lines, -0 lines 0 comments Download
tests/corelib/json_test.dart View 1 chunk +249 lines, -0 lines 0 comments Download
M tests/corelib/linked_hash_map_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/corelib/list_first_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/corelib/list_fixed_test.dart View 1 chunk +27 lines, -0 lines 0 comments Download
A tests/corelib/list_growable_test.dart View 1 chunk +60 lines, -0 lines 0 comments Download
M tests/corelib/list_index_of_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/list_iterators_test.dart View 1 chunk +22 lines, -19 lines 0 comments Download
A + tests/corelib/list_last_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/corelib/list_removeat_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/list_set_range_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/list_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
A tests/corelib/map_keys2_test.dart View 1 chunk +32 lines, -0 lines 0 comments Download
A tests/corelib/map_keys_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
M tests/corelib/map_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
A tests/corelib/map_values2_test.dart View 1 chunk +51 lines, -0 lines 0 comments Download
A tests/corelib/map_values_test.dart View 1 chunk +45 lines, -0 lines 0 comments Download
A tests/corelib/num_clamp_test.dart View 1 chunk +78 lines, -0 lines 0 comments Download
A + tests/corelib/queue_first_test.dart View 1 chunk +8 lines, -5 lines 0 comments Download
M tests/corelib/queue_iterator_test.dart View 3 chunks +11 lines, -22 lines 0 comments Download
A + tests/corelib/queue_last_test.dart View 1 chunk +8 lines, -5 lines 0 comments Download
A tests/corelib/queue_single_test.dart View 1 chunk +17 lines, -0 lines 0 comments Download
M tests/corelib/queue_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/corelib/range_error_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/corelib/reg_exp1_test.dart View 1 chunk +5 lines, -5 lines 0 comments Download
M tests/corelib/reg_exp5_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/reg_exp_all_matches_test.dart View 4 chunks +23 lines, -23 lines 0 comments Download
M tests/corelib/reg_exp_start_end_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/corelib/set_iterator_test.dart View 5 chunks +19 lines, -28 lines 0 comments Download
M tests/corelib/set_test.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M tests/corelib/sort_helper.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M tests/corelib/stopwatch_test.dart View 6 chunks +7 lines, -8 lines 0 comments Download
M tests/corelib/string_base_vm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/corelib/string_character_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download
M tests/corelib/string_from_list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/string_pattern_test.dart View 2 chunks +8 lines, -7 lines 0 comments Download
A tests/corelib/string_replace_all_test.dart View 1 chunk +147 lines, -0 lines 0 comments Download
A tests/corelib/string_slice_test.dart View 1 chunk +93 lines, -0 lines 0 comments Download
M tests/corelib/strings_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/documentfragment_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/html/element_classes_test.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tests/html/element_test.dart View 5 chunks +14 lines, -14 lines 0 comments Download
M tests/html/htmlcollection_test.dart View 2 chunks +12 lines, -12 lines 0 comments Download
M tests/html/isolates_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/js_interop_1_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/html/localstorage_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/native_gc_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/node_test.dart View 3 chunks +9 lines, -8 lines 0 comments Download
M tests/html/queryall_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/html/typed_arrays_5_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/html/websql_test.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M tests/html/xhr_cross_origin_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/html/xhr_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/html/xmldocument_test.dart View 4 chunks +10 lines, -9 lines 0 comments Download
M tests/html/xmlelement_test.dart View 4 chunks +10 lines, -9 lines 0 comments Download
M tests/isolate/isolate.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/isolate/mandel_isolate_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M tests/isolate/message_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/multiple_timer_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
A tests/isolate/stream_mangling_test.dart View 1 chunk +100 lines, -0 lines 0 comments Download
M tests/isolate/timer_cancel1_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/timer_cancel2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/isolate/timer_cancel_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/isolate/timer_repeat_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/isolate/timer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/json/json_test.dart View 5 chunks +55 lines, -55 lines 0 comments Download
M tests/language/arithmetic_test.dart View 6 chunks +35 lines, -35 lines 0 comments Download
M tests/language/bailout4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/compile_time_constant_a_test.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M tests/language/compile_time_constant_b_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M tests/language/compound_assignment_operator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/const_list_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/deopt_no_feedback_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/language/double_to_string_as_exponential2_test.dart View 1 chunk +18 lines, -0 lines 0 comments Download
A tests/language/double_to_string_as_exponential3_test.dart View 1 chunk +11 lines, -0 lines 0 comments Download
M tests/language/double_to_string_as_exponential_test.dart View 5 chunks +16 lines, -0 lines 0 comments Download
A tests/language/double_to_string_as_fixed2_test.dart View 1 chunk +19 lines, -0 lines 0 comments Download
M tests/language/double_to_string_as_fixed_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
A tests/language/double_to_string_as_precision2_test.dart View 1 chunk +20 lines, -0 lines 0 comments Download
A tests/language/double_to_string_as_precision3_test.dart View 1 chunk +16 lines, -0 lines 0 comments Download
M tests/language/execute_finally7_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/fannkuch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/gc_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/language/generic_instanceof.dart View 1 chunk +55 lines, -55 lines 0 comments Download
M tests/language/incr_op_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/index_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/inst_field_initializer1_negative_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/instanceof2_test.dart View 5 chunks +5 lines, -5 lines 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/language/list_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/language/local_function_test.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tests/language/many_calls_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/map_test.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tests/language/math_vm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/optimization_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/optimized_lists_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/ordered_maps_test.dart View 2 chunks +10 lines, -10 lines 0 comments Download
M tests/language/string_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_cast_vm_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/type_vm_test.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M tests/language/typed_message_test.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/lib/async/event_helper.dart View 1 chunk +173 lines, -0 lines 0 comments Download
A tests/lib/async/future_delayed_error_test.dart View 1 chunk +37 lines, -0 lines 0 comments Download
A tests/lib/async/future_test.dart View 1 chunk +196 lines, -0 lines 0 comments Download
A tests/lib/async/merge_stream_test.dart View 1 chunk +172 lines, -0 lines 0 comments Download
A tests/lib/async/slow_consumer2_test.dart View 1 chunk +100 lines, -0 lines 0 comments Download
A tests/lib/async/slow_consumer_test.dart View 1 chunk +92 lines, -0 lines 0 comments Download
A tests/lib/async/stream_controller_async_test.dart View 1 chunk +398 lines, -0 lines 0 comments Download
A tests/lib/async/stream_controller_test.dart View 1 chunk +359 lines, -0 lines 0 comments Download
A tests/lib/async/stream_min_max_test.dart View 1 chunk +42 lines, -0 lines 0 comments Download
A tests/lib/async/stream_single_test.dart View 1 chunk +49 lines, -0 lines 0 comments Download
M tests/lib/crypto/hmac_md5_test.dart View 1 chunk +2 lines, -1 line 0 comments Download
M tests/lib/crypto/hmac_sha1_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M tests/lib/crypto/hmac_sha256_test.dart View 1 chunk +3 lines, -1 line 0 comments Download
M tests/lib/crypto/sha1_test.dart View 2 chunks +11 lines, -7 lines 0 comments Download
M tests/lib/crypto/sha256_test.dart View 2 chunks +11 lines, -7 lines 0 comments Download
M tests/lib/math/math2_test.dart View 2 chunks +45 lines, -45 lines 0 comments Download
M tests/lib/math/math_parse_double_test.dart View 1 chunk +75 lines, -77 lines 0 comments Download
M tests/lib/math/math_test.dart View 2 chunks +45 lines, -45 lines 0 comments Download
M tests/standalone/io/chunked_stream_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/dart_std_io_pipe_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/directory_error_test.dart View 7 chunks +23 lines, -30 lines 0 comments Download
M tests/standalone/io/directory_fuzz_test.dart View 2 chunks +6 lines, -5 lines 0 comments Download
M tests/standalone/io/directory_test.dart View 4 chunks +12 lines, -15 lines 0 comments Download
M tests/standalone/io/echo_server_stream_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/echo_server_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/file_error_test.dart View 14 chunks +65 lines, -79 lines 0 comments Download
M tests/standalone/io/file_fuzz_test.dart View 1 chunk +4 lines, -3 lines 0 comments Download
M tests/standalone/io/file_input_stream_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/file_invalid_arguments_test.dart View 4 chunks +15 lines, -21 lines 0 comments Download
M tests/standalone/io/file_non_ascii_test.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/standalone/io/file_output_stream_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/file_test.dart View 32 chunks +48 lines, -56 lines 0 comments Download
M tests/standalone/io/file_write_as_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/standalone/io/fuzz_support.dart View 2 chunks +4 lines, -10 lines 0 comments Download
M tests/standalone/io/http_advanced_test.dart View 2 chunks +7 lines, -6 lines 0 comments Download
M tests/standalone/io/http_auth_test.dart View 1 chunk +6 lines, -5 lines 0 comments Download
M tests/standalone/io/http_connection_close_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/http_connection_header_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/standalone/io/http_content_length_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/http_date_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/http_head_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/http_headers_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/http_parser_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/http_read_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/http_server_early_client_close_test.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M tests/standalone/io/http_server_early_server_close_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/http_session_test.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M tests/standalone/io/http_shutdown_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/https_client_certificate_test.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M tests/standalone/io/list_input_stream_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/list_output_stream_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/standalone/io/options_test.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M tests/standalone/io/process_check_arguments_script.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/standalone/io/process_start_exception_test.dart View 2 chunks +10 lines, -12 lines 0 comments Download
M tests/standalone/io/process_stderr_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/standalone/io/process_stdout_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/standalone/io/process_working_directory_test.dart View 2 chunks +2 lines, -6 lines 0 comments Download
M tests/standalone/io/regress_7097_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/secure_session_resume_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/secure_socket_bad_certificate_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/secure_socket_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/skipping_dart2js_compilations_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/socket_close_test.dart View 3 chunks +5 lines, -4 lines 0 comments Download
M tests/standalone/io/socket_exception_test.dart View 8 chunks +8 lines, -8 lines 0 comments Download
M tests/standalone/io/socket_many_connections_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/io/socket_stream_close_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/standalone/io/stream_pipe_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/test_extension_fail_test.dart View 1 chunk +5 lines, -8 lines 0 comments Download
M tests/standalone/io/test_extension_fail_tester.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/standalone/io/test_extension_test.dart View 2 chunks +7 lines, -5 lines 0 comments Download
M tests/standalone/io/test_runner_exit_code_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/io/url_encoding_test.dart View 2 chunks +2 lines, -1 line 0 comments Download
M tests/standalone/io/web_socket_protocol_processor_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/standalone/out_of_memory_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 chunk +6 lines, -0 lines 0 comments Download
M tests/utils/dummy_compiler_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/utils/json_test.dart View 2 chunks +103 lines, -105 lines 0 comments Download
M tests/utils/recursive_import_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tests/utils/uri_test.dart View 1 chunk +4 lines, -0 lines 0 comments Download
M tests/utils/utils.status View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/create_sdk.py View 2 chunks +3 lines, -2 lines 0 comments Download
M tools/ddbg.dart View 9 chunks +27 lines, -28 lines 0 comments Download
M tools/dom/scripts/idlparser.dart View 2 chunks +7 lines, -7 lines 0 comments Download
M tools/dom/src/AttributeMap.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/CssClassSet.dart View 3 chunks +10 lines, -8 lines 0 comments Download
M tools/dom/src/Isolates.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/src/KeyboardEventController.dart View 3 chunks +4 lines, -3 lines 0 comments Download
M tools/dom/src/Serialization.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/dom/src/_ListIterators.dart View 1 chunk +36 lines, -14 lines 0 comments Download
M tools/dom/src/native_DOMImplementation.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/html_dart2js.darttemplate View 1 chunk +2 lines, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_Window.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/html_dartium.darttemplate View 2 chunks +3 lines, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_Window.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Document.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 11 chunks +145 lines, -51 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLSelectElement.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 4 chunks +84 lines, -11 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Storage.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 3 chunks +66 lines, -21 lines 0 comments Download
M tools/html_json_doc/lib/json_to_html.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tools/testing/dart/test_options.dart View 3 chunks +2 lines, -3 lines 0 comments Download
M tools/testing/dart/test_runner.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/apidoc/apidoc.dart View 4 chunks +11 lines, -4 lines 0 comments Download
M utils/apidoc/mdn/extract.dart View 7 chunks +14 lines, -12 lines 0 comments Download
M utils/apidoc/mdn/postProcess.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M utils/apidoc/mdn/prettyPrint.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M utils/apidoc/mdn/util.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/archive/entry.dart View 3 chunks +3 lines, -3 lines 0 comments Download
utils/archive/options.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/archive/reader.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M utils/archive/utils.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/css/parser.dart View 5 chunks +6 lines, -6 lines 0 comments Download
M utils/lib/file_system_vm.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/peg/pegparser.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/command_install.dart View 2 chunks +3 lines, -1 line 0 comments Download
M utils/pub/command_lish.dart View 4 chunks +8 lines, -8 lines 0 comments Download
M utils/pub/command_update.dart View 2 chunks +2 lines, -1 line 0 comments Download
M utils/pub/curl_client.dart View 4 chunks +5 lines, -4 lines 0 comments Download
M utils/pub/entrypoint.dart View 9 chunks +38 lines, -37 lines 0 comments Download
M utils/pub/git.dart View 4 chunks +19 lines, -19 lines 0 comments Download
M utils/pub/git_source.dart View 6 chunks +16 lines, -15 lines 0 comments Download
M utils/pub/hosted_source.dart View 4 chunks +12 lines, -9 lines 0 comments Download
M utils/pub/io.dart View 23 chunks +60 lines, -67 lines 0 comments Download
M utils/pub/lock_file.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/pub/log.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/oauth2.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M utils/pub/package.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M utils/pub/pub.dart View 3 chunks +19 lines, -17 lines 0 comments Download
M utils/pub/pubspec.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/pub/sdk_source.dart View 4 chunks +8 lines, -7 lines 0 comments Download
M utils/pub/source.dart View 4 chunks +6 lines, -5 lines 0 comments Download
M utils/pub/system_cache.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M utils/pub/utils.dart View 6 chunks +17 lines, -20 lines 0 comments Download
M utils/pub/validator.dart View 1 chunk +7 lines, -4 lines 0 comments Download
M utils/pub/validator/directory.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/lib.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/license.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/pub/validator/name.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/version.dart View 3 chunks +7 lines, -7 lines 0 comments Download
M utils/pub/version_solver.dart View 15 chunks +19 lines, -17 lines 0 comments Download
M utils/pub/yaml/composer.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M utils/pub/yaml/model.dart View 3 chunks +6 lines, -4 lines 0 comments Download
M utils/pub/yaml/parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/yaml/visitor.dart View 1 chunk +2 lines, -1 line 0 comments Download
M utils/pub/yaml/yaml.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M utils/pub/yaml/yaml_map.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M utils/template/parser.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/template/utils.dart View 2 chunks +14 lines, -11 lines 0 comments Download
M utils/testrunner/options.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M utils/testrunner/run_pipeline.dart View 2 chunks +1 line, -2 lines 0 comments Download
utils/tests/archive/reader_test.dart View 5 chunks +8 lines, -6 lines 0 comments Download
M utils/tests/pub/curl_client_test.dart View 12 chunks +15 lines, -15 lines 0 comments Download
M utils/tests/pub/oauth2_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M utils/tests/pub/pub_lish_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 42 chunks +80 lines, -83 lines 0 comments Download
M utils/tests/pub/version_solver_test.dart View 3 chunks +3 lines, -4 lines 0 comments Download
M utils/tests/pub/yaml_test.dart View 2 chunks +2 lines, -4 lines 0 comments Download
M utils/tests/string_encoding/benchmark_runner.dart View 2 chunks +2 lines, -3 lines 0 comments Download
M utils/tests/string_encoding/dunit.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M utils/tests/string_encoding/utf16_test.dart View 1 chunk +2 lines, -3 lines 0 comments Download
M utils/tests/string_encoding/utf32_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M utils/tests/string_encoding/utf8_test.dart View 1 chunk +2 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
floitsch
TBR.
7 years, 11 months ago (2013-01-07 11:22:04 UTC) #1
Anders Johnsen
7 years, 11 months ago (2013-01-17 14:06:56 UTC) #2
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698