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

Issue 12087103: Revert "Rename mappedBy to map." (Closed)

Created:
7 years, 10 months ago by floitsch
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Revert "Rename mappedBy to map." This reverts commit 17899. Committed: https://code.google.com/p/dart/source/detail?r=17907

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+456 lines, -823 lines) Patch
M editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/cleanup/migration/Migrate_1M3_corelib_CleanUp.java View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/http/lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_http_request_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_local_test_stub.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/intl/test/date_time_format_test_core.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/oauth2/lib/src/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/path/lib/path.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/serialization/lib/src/basic_rule.dart View 3 chunks +6 lines, -6 lines 0 comments Download
M pkg/serialization/lib/src/format.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/serialization/lib/src/reader_writer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/serialization/lib/src/serialization_helpers.dart View 4 chunks +6 lines, -6 lines 0 comments Download
M pkg/serialization/lib/src/serialization_rule.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/serialization/test/serialization_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/lib/compact_vm_config.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/unittest/lib/src/config.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/lib/model.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/yaml/lib/visitor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/yaml/lib/yaml.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/yaml/lib/yaml_map.dart View 1 chunk +1 line, -1 line 0 comments Download
M runtime/lib/array.dart View 9 chunks +6 lines, -16 lines 0 comments Download
M runtime/lib/byte_array.dart View 3 chunks +2 lines, -6 lines 0 comments Download
M runtime/lib/growable_array.dart View 3 chunks +2 lines, -6 lines 0 comments Download
M samples/newissues/newissues.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/DataSource.dart View 1 chunk +1 line, -1 line 0 comments Download
M samples/swarm/swarm_ui_lib/layout/GridLayout.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M samples/swarm/swarm_ui_lib/observable/observable.dart View 1 chunk +1 line, -2 lines 0 comments Download
M samples/third_party/dromaeo/Suites.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/dart_backend/backend.dart View 1 chunk +1 line, -1 line 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/js/nodes.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/constant_map.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_array.dart View 3 chunks +2 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/dartdoc/lib/dartdoc.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/async/stream.dart View 1 chunk +1 line, -8 lines 0 comments Download
M sdk/lib/collection/collections.dart View 4 chunks +4 lines, -11 lines 0 comments Download
M sdk/lib/collection/maps.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/collection_dev/list.dart View 1 chunk +0 lines, -4 lines 0 comments Download
M sdk/lib/core/iterable.dart View 2 chunks +2 lines, -9 lines 0 comments Download
M sdk/lib/core/list.dart View 1 chunk +32 lines, -0 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 77 chunks +108 lines, -254 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 77 chunks +108 lines, -254 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 1 chunk +1 line, -2 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 12 chunks +18 lines, -42 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 12 chunks +18 lines, -42 lines 0 comments Download
M tests/compiler/dart2js/type_checker_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/iterable_join_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/iterable_length_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/iterable_mapping_test.dart View 1 chunk +23 lines, -17 lines 0 comments Download
M tests/corelib/list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/queue_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/reg_exp_all_matches_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/corelib/set_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_classes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/element_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M tests/html/streams_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/async/stream_controller_async_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/lib/async/stream_controller_test.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M tests/lib/async/stream_from_iterable_test.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/src/CssClassSet.dart View 2 chunks +1 line, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 6 chunks +6 lines, -14 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 3 chunks +2 lines, -6 lines 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 2 chunks +3 lines, -7 lines 0 comments Download
M utils/pub/command_lish.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/entrypoint.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M utils/pub/hosted_source.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/io.dart View 4 chunks +4 lines, -4 lines 0 comments Download
M utils/pub/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M utils/pub/validator/directory.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/lib.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/validator/license.dart View 1 chunk +1 line, -1 line 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 1 chunk +1 line, -1 line 0 comments Download
M utils/pub/version_solver.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M utils/tests/archive/reader_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M utils/tests/pub/command_line_config.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M utils/tests/pub/test_pub.dart View 8 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
floitsch
7 years, 10 months ago (2013-01-31 14:01:37 UTC) #1
TBR.
Temporarily revert the change while fixing the warnings.

Powered by Google App Engine
This is Rietveld 408576698