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

Unified Diff: runtime/bin/vmservice/client/lib/src/app/application.dart

Issue 206213004: Add a VM page to the observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/bin/vmservice/client/lib/src/app/application.dart
diff --git a/runtime/bin/vmservice/client/lib/src/app/application.dart b/runtime/bin/vmservice/client/lib/src/app/application.dart
index 1efd625f4bb24ebb29ead75e5754a18109f6ef19..17f20f698598a6607a465922004d465cb59a0f39 100644
--- a/runtime/bin/vmservice/client/lib/src/app/application.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/application.dart
@@ -13,11 +13,13 @@ class ObservatoryApplication extends Observable {
@observable final LocationManager locationManager;
@observable final VM vm;
@observable Isolate isolate;
+
+ /// The current [ServiceObject] being viewed by the application.
@observable ServiceObject response;
- void setResponse(ServiceObject response) {
- this.response = response;
- }
+ /// Any client-level arguments for viewing the current response.
+ @observable String args;
+ // TODO(turnidge): Make args a Map.
void _initOnce() {
// Only called once.
« no previous file with comments | « runtime/bin/vmservice/client/lib/elements.html ('k') | runtime/bin/vmservice/client/lib/src/app/location_manager.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698