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

Issue 211243009: Implement MethodMirror.location in the VM. (Closed)

Created:
6 years, 9 months ago by rmacnak
Modified:
6 years, 9 months ago
Reviewers:
gbracha, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add to api and fix type warnings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -14 lines) Patch
M runtime/lib/mirrors.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M runtime/lib/mirrors_impl.dart View 4 chunks +24 lines, -2 lines 0 comments Download
M runtime/vm/bootstrap_natives.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/symbols.h View 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/mirrors/mirrors.dart View 1 1 chunk +18 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 1 chunk +1 line, -0 lines 0 comments Download
A + tests/lib/mirrors/method_mirror_location_other.dart View 1 1 chunk +11 lines, -9 lines 0 comments Download
A tests/lib/mirrors/method_mirror_location_test.dart View 1 1 chunk +73 lines, -0 lines 0 comments Download
M tests/lib/mirrors/mirrors_reader_test.dart View 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rmacnak
6 years, 9 months ago (2014-03-25 20:48:30 UTC) #1
hausner
VM changes LGTM.
6 years, 9 months ago (2014-03-25 20:59:57 UTC) #2
gbracha
tests lgtm with comments. https://codereview.chromium.org/211243009/diff/1/tests/lib/mirrors/method_mirror_location_other.dart File tests/lib/mirrors/method_mirror_location_other.dart (right): https://codereview.chromium.org/211243009/diff/1/tests/lib/mirrors/method_mirror_location_other.dart#newcode16 tests/lib/mirrors/method_mirror_location_other.dart:16: spaceIntentedInOtherFile() {} Should this be ...
6 years, 9 months ago (2014-03-25 21:08:35 UTC) #3
rmacnak
Fixed typos. Added the interface to the dart:mirrors API. Fixed type warnings. PTAL.
6 years, 9 months ago (2014-03-26 00:34:35 UTC) #4
gbracha
lgtm
6 years, 9 months ago (2014-03-26 00:36:18 UTC) #5
rmacnak
Committed patchset #2 manually as r34400 (presubmit successful).
6 years, 9 months ago (2014-03-26 00:45:01 UTC) #6
Jacob
6 years, 9 months ago (2014-03-27 01:25:02 UTC) #7
Message was sent while issue was closed.
On 2014/03/26 00:45:01, Ryan Macnak wrote:
> Committed patchset #2 manually as r34400 (presubmit successful).

Thanks for implementing this so quickly!
It is working perfectly for my use case of enabling "go to definition" for
methods displayed in the DevTools.

Powered by Google App Engine
This is Rietveld 408576698