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

Issue 425023002: Ensure that unmangled private names are unique. (Closed)

Created:
6 years, 4 months ago by herhut
Modified:
6 years, 4 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Ensure that unmangled private names are unique. BUG= http://dartbug.com/19177 R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=38721

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -14 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 chunk +3 lines, -4 lines 2 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/class_emitter.dart View 1 chunk +2 lines, -1 line 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_emitter/container_builder.dart View 1 chunk +4 lines, -2 lines 0 comments Download
A + tests/lib/mirrors/private_symbol_mangling_lib.dart View 1 chunk +6 lines, -7 lines 0 comments Download
A tests/lib/mirrors/private_symbol_mangling_test.dart View 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
herhut
This patch changes the reflection data annotations such that unmangled private names are prefixed with ...
6 years, 4 months ago (2014-07-29 13:58:04 UTC) #1
floitsch
LGTM. https://codereview.chromium.org/425023002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart File sdk/lib/_internal/compiler/implementation/js_backend/namer.dart (right): https://codereview.chromium.org/425023002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart#newcode373 sdk/lib/_internal/compiler/implementation/js_backend/namer.dart:373: return '_$libraryName\$$nameString'; Is the libraryName the unminified name ...
6 years, 4 months ago (2014-07-29 14:22:39 UTC) #2
herhut
https://codereview.chromium.org/425023002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart File sdk/lib/_internal/compiler/implementation/js_backend/namer.dart (right): https://codereview.chromium.org/425023002/diff/1/sdk/lib/_internal/compiler/implementation/js_backend/namer.dart#newcode373 sdk/lib/_internal/compiler/implementation/js_backend/namer.dart:373: return '_$libraryName\$$nameString'; On 2014/07/29 14:22:39, floitsch wrote: > Is ...
6 years, 4 months ago (2014-07-29 14:31:55 UTC) #3
herhut
6 years, 4 months ago (2014-07-30 07:26:32 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r38721 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698