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

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed)

Created:
7 years, 7 months ago by Søren Gjesse
Modified:
7 years, 6 months ago
CC:
reviews_dartlang.org, Anders Johnsen
Visibility:
Public.

Description

Merge the dart:uri library into dart:core and update the Uri class This merges the dart:uri library into dart:core removing the dart:uri library. Besides moving the library the Url class has been changed. * Removed existing Uri constructor as it was equivalent with Uri.parse * Remamed constructor Uri.fromComponents to Uri * Moved toplevel function encodeUriComponent to static method Uri.encodeComponent * Moved toplevel function decodeUriComponent to static method Uri.decodeComponent * Moved toplevel function encodeUri to static method Uri.encodeFull * Moved toplevel function decodeUri to static method Uri.decodeFull * Rename domain to host * Added static methods Uri.encodeQueryComponent and Uri.decodeQueryComponent * Added support for path generation and splitting * Added support for query generation and splitting * Added some level of normalization R=floitsch@google.com, lrn@google.com, nweiz@google.com, scheglov@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=23266

Patch Set 1 #

Patch Set 2 : Add missing files #

Total comments: 67

Patch Set 3 : Addressed review comments #

Patch Set 4 : Rebased to r23211 #

Patch Set 5 : Rebased to 23236 #

Total comments: 38

Patch Set 6 : Rebased to r23237 #

Patch Set 7 : Final cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1466 lines, -1228 lines) Patch
M editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/resources/java_io.dart View 2 chunks +1 line, -2 lines 0 comments Download
M editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/engine/MainEngine.java View 7 chunks +0 lines, -7 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/engine.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/java_core.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/java_io.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/resolver.dart View 1 2 3 3 chunks +2 lines, -3 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/sdk.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/sdk_io.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/source.dart View 5 chunks +4 lines, -5 lines 0 comments Download
M pkg/analyzer_experimental/lib/src/generated/source_io.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_experimental/lib/src/utils.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/analyzer_experimental/test/generated/resolver_test.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analyzer_experimental/test/generated/test_support.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/http.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/base_client.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/base_request.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/multipart_request.dart View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/http/lib/src/request.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/streamed_request.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/lib/src/utils.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M pkg/http/test/client_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/mock_client_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/safe_http_server.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/http/test/utils.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/intl/lib/src/lazy_locale_data.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/oauth2.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/authorization_code_grant.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/authorization_exception.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/client.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/credentials.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/handle_access_token_response.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/lib/src/utils.dart View 3 chunks +6 lines, -5 lines 0 comments Download
M pkg/oauth2/test/authorization_code_grant_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/test/client_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/test/credentials_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/oauth2/test/handle_access_token_response_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/scheduled_test/lib/scheduled_server.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/scheduled_server/safe_http_server.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/serialization/lib/serialization.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/serialization/lib/src/serialization_rule.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/stack_trace/lib/src/frame.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/stack_trace/lib/src/trace.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/stack_trace/lib/src/utils.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/stack_trace/test/frame_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/stack_trace/test/trace_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/webdriver/lib/webdriver.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/builtin.dart View 6 chunks +9 lines, -11 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/bin/main.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/tests/vm/dart/isolate_mirror_local_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/benchmark_test.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/bootstrap.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/bootstrap.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/object_store.h View 3 chunks +0 lines, -5 lines 0 comments Download
M runtime/vm/object_store.cc View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/symbols.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/vm.gypi View 4 chunks +0 lines, -36 lines 0 comments Download
M samples/swarm/DataSource.dart View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/util/Uri.dart View 1 2 3 4 5 6 2 chunks +1 line, -3 lines 0 comments Download
M samples/swarm/swarm_ui_lib/util/utilslib.dart View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M samples/tests/samples/lib/layout/grid_layout_demo.dart View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/compiler.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/apiimpl.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/compiler.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2jslib.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/deferred_load.dart View 2 chunks +1 line, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/elements.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/elements/modelx.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/filenames.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/library_loader.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/dart2js_mirror.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/mirrors/mirrors.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/patch_parser.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/scanner/scannerlib.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/source_file_provider.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/source_map_builder.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/util/uri_extras.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/samples/compile_loop/compile_loop.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/samples/darttags/darttags.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/samples/leap/leap.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/bin/dartdoc.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/dart2js_mirrors.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/dartdoc/utils.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/src/export_map.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/test/export_map_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/libraries.dart View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command_lish.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/command_uploader.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/hosted_source.dart View 3 chunks +5 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/io.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/oauth2.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/safe_http_server.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/_internal/pub/lib/src/utils.dart View 1 2 3 4 chunks +5 lines, -12 lines 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/utils.dart View 2 chunks +1 line, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/core/core.dart View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M sdk/lib/core/corelib_sources.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A sdk/lib/core/uri.dart View 1 2 1 chunk +938 lines, -0 lines 0 comments Download
M sdk/lib/io/http_impl.dart View 1 2 3 4 5 10 chunks +16 lines, -16 lines 0 comments Download
M sdk/lib/io/io.dart View 1 chunk +0 lines, -1 line 0 comments Download
M sdk/lib/io/websocket_impl.dart View 1 chunk +7 lines, -7 lines 0 comments Download
M sdk/lib/mirrors/mirrors.dart View 1 chunk +0 lines, -1 line 0 comments Download
D sdk/lib/uri/encode_decode.dart View 1 chunk +0 lines, -198 lines 0 comments Download
D sdk/lib/uri/helpers.dart View 1 chunk +0 lines, -29 lines 0 comments Download
D sdk/lib/uri/uri.dart View 1 chunk +0 lines, -280 lines 0 comments Download
D sdk/lib/uri/uri_sources.gypi View 1 chunk +0 lines, -13 lines 0 comments Download
M tests/compiler/dart2js/analyze_api_test.dart View 1 2 3 2 chunks +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/analyze_only_test.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/backend_htype_list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/call_site_simple_type_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/call_site_type_inferer_static_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/call_site_type_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 4 chunks +3 lines, -5 lines 0 comments Download
M tests/compiler/dart2js/concrete_type_inference_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/cpa_inference_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/dart_backend_test.dart View 1 2 3 4 2 chunks +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/deprecated_features_test.dart View 2 chunks +3 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/field_type_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/field_type_simple_inferer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/gvn_dynamic_field_get_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/memory_source_file_helper.dart View 1 chunk +0 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/metadata_test.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/mirrors_metadata_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/mirrors_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/mock_compiler.dart View 1 2 3 4 3 chunks +2 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/parser_helper.dart View 3 chunks +2 lines, -4 lines 0 comments Download
M tests/compiler/dart2js/part_of_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/patch_test.dart View 1 chunk +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/reexport_handled_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/resolution_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/resolver_test.dart View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_and_or_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_closure_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_final_field_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_no_such_method_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_postfix_prefix_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_try_catch_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/simple_inferrer_unregister_call_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/source_mapping_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M tests/compiler/dart2js/type_equals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_test_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/compiler/dart2js/uri_extras_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
A + tests/corelib/uri_ipv6_test.dart View 1 4 chunks +46 lines, -13 lines 0 comments Download
A tests/corelib/uri_normalize_test.dart View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A tests/corelib/uri_path_test.dart View 1 1 chunk +83 lines, -0 lines 0 comments Download
A tests/corelib/uri_query_test.dart View 1 1 chunk +121 lines, -0 lines 0 comments Download
A tests/corelib/uri_scheme_test.dart View 1 1 chunk +29 lines, -0 lines 0 comments Download
A + tests/corelib/uri_test.dart View 1 2 3 4 6 chunks +60 lines, -46 lines 0 comments Download
M tests/html/form_data_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/html/location_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M tests/lib/analyzer/analyze_tests.status View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/mirrors/library_uri_io_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M tests/lib/mirrors/library_uri_package_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/mirrors/mirrors_test.dart View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M tests/lib/uri/uri_ipv6_test.dart View 1 1 chunk +0 lines, -80 lines 0 comments Download
M tests/standalone/io/http_auth_digest_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_auth_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_client_exception_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_connection_close_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_parser_test.dart View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_proxy_configuration_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_proxy_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_redirect_test.dart View 1 2 3 5 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_request_pipeling_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/http_stream_close_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/https_client_certificate_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/https_client_exception_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/https_server_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/secure_builtin_roots_database_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/secure_builtin_roots_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/secure_no_builtin_roots_database_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/secure_no_builtin_roots_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/io/skipping_dart2js_compilations_test.dart View 2 chunks +1 line, -2 lines 0 comments Download
M tests/standalone/io/web_socket_test.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M tests/utils/dummy_compiler_test.dart View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
M tests/utils/recursive_import_test.dart View 1 2 3 4 2 chunks +3 lines, -4 lines 0 comments Download
D tests/utils/uri_test.dart View 1 chunk +0 lines, -219 lines 0 comments Download
M tools/create_sdk.py View 3 chunks +2 lines, -3 lines 0 comments Download
M utils/apidoc/apidoc.dart View 1 chunk +0 lines, -1 line 0 comments Download
M utils/apidoc/html_diff.dart View 1 chunk +0 lines, -1 line 0 comments Download
M utils/testrunner/run_pipeline.dart View 2 chunks +0 lines, -2 lines 0 comments Download
M utils/tests/testrunner/http_client_tests/http_client_test.dart View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
Søren Gjesse
Reviewers please divide the work floitsch@ and lrn@ Library design iposva@ VM changes nweiz@ pub ...
7 years, 7 months ago (2013-05-24 14:16:27 UTC) #1
nweiz
lgtm https://codereview.chromium.org/16019002/diff/2001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (right): https://codereview.chromium.org/16019002/diff/2001/pkg/http/lib/src/multipart_request.dart#newcode140 pkg/http/lib/src/multipart_request.dart:140: var header = 'content-disposition: form-data; name="${Uri.encodeFull(name)}"'; long line
7 years, 7 months ago (2013-05-24 18:59:10 UTC) #2
scheglov
LGTM
7 years, 7 months ago (2013-05-24 19:01:26 UTC) #3
floitsch
LGTM. https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/corelib_sources.gypi File sdk/lib/core/corelib_sources.gypi (right): https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/corelib_sources.gypi#newcode14 sdk/lib/core/corelib_sources.gypi:14: 'encode_decode.dart', # Only used by uri.dart. I would ...
7 years, 7 months ago (2013-05-24 20:37:26 UTC) #4
Ivan Posva
https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/core.dart File sdk/lib/core/core.dart (right): https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/core.dart#newcode10 sdk/lib/core/core.dart:10: import "dart:utf" show codepointsToUtf8, decodeUtf8; Any particular reason why ...
7 years, 7 months ago (2013-05-24 22:24:50 UTC) #5
Anton Muhin
Just DBC: also http://src.chromium.org/viewvc/multivm/trunk/webkit/Source/bindings/dart/gyp/dartium.gyp needs updating
7 years, 7 months ago (2013-05-27 08:58:59 UTC) #6
Søren Gjesse
https://codereview.chromium.org/16019002/diff/2001/pkg/http/lib/src/multipart_request.dart File pkg/http/lib/src/multipart_request.dart (right): https://codereview.chromium.org/16019002/diff/2001/pkg/http/lib/src/multipart_request.dart#newcode140 pkg/http/lib/src/multipart_request.dart:140: var header = 'content-disposition: form-data; name="${Uri.encodeFull(name)}"'; On 2013/05/24 18:59:10, ...
7 years, 7 months ago (2013-05-27 10:47:21 UTC) #7
Lasse Reichstein Nielsen
https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/encode_decode.dart File sdk/lib/core/encode_decode.dart (right): https://codereview.chromium.org/16019002/diff/2001/sdk/lib/core/encode_decode.dart#newcode40 sdk/lib/core/encode_decode.dart:40: var byteToHex = (int v) => '%${hex[v >> 4]}${hex[v ...
7 years, 6 months ago (2013-05-28 07:26:23 UTC) #8
Lasse Reichstein Nielsen
Only comments on uri.dart. LGTM https://codereview.chromium.org/16019002/diff/18001/sdk/lib/core/uri.dart File sdk/lib/core/uri.dart (right): https://codereview.chromium.org/16019002/diff/18001/sdk/lib/core/uri.dart#newcode8 sdk/lib/core/uri.dart:8: * A parsed URI, ...
7 years, 6 months ago (2013-05-28 08:45:33 UTC) #9
Søren Gjesse
Thanks for the comments Lasse. Lets discuss the documention further after this is landed. https://codereview.chromium.org/16019002/diff/18001/sdk/lib/core/uri.dart ...
7 years, 6 months ago (2013-05-28 13:33:25 UTC) #10
Søren Gjesse
7 years, 6 months ago (2013-05-28 13:36:50 UTC) #11
Message was sent while issue was closed.
Committed patchset #7 manually as r23266 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698