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

Issue 247683002: Reapply "Mark private functions in dart:* that are native or constructors as not visible (omitted f… (Closed)

Created:
6 years, 8 months ago by rmacnak
Modified:
6 years, 8 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Reapply "Mark private functions in dart:* that are native or constructors as not visible (omitted from stack traces and ineligible for reflective enumeration or invocation)." With fix for uninitialized is_dart_scheme_ when read from snapshot. BUG=http://dartbug.com/15274 R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=35289

Patch Set 1 #

Patch Set 2 : update snapshot read/write #

Patch Set 3 : regen snapshot test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -216 lines) Patch
M runtime/lib/mirrors.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/object.h View 1 chunk +7 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +3 lines, -38 lines 0 comments Download
M runtime/vm/object_test.cc View 1 chunk +9 lines, -10 lines 0 comments Download
M runtime/vm/parser.h View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 4 chunks +18 lines, -0 lines 0 comments Download
M runtime/vm/raw_object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 chunks +2 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 chunks +2 lines, -3 lines 0 comments Download
A + tests/lib/mirrors/invocation_fuzz_test.dart View 6 chunks +55 lines, -28 lines 0 comments Download
D tests/lib/mirrors/invoke_natives_fuzz_test.dart View 1 chunk +0 lines, -135 lines 0 comments Download
M tests/standalone/issue14236_test.dart View 1 2 Binary file 0 comments Download

Messages

Total messages: 3 (0 generated)
rmacnak
Fix bug where language/error_stacktrace_test vm/dart/error_stacktrace_test pkg/stack_trace/test/chain_test would fail sometimes to due Library::is_dart_scheme_ not being initialized ...
6 years, 8 months ago (2014-04-22 22:42:34 UTC) #1
Ivan Posva
LGTM -ip
6 years, 8 months ago (2014-04-22 23:57:58 UTC) #2
rmacnak
6 years, 8 months ago (2014-04-23 00:05:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #3 manually as r35289 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698