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

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

Issue 197873028: Implement isolate view page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak html / gen js 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/location_manager.dart
diff --git a/runtime/bin/vmservice/client/lib/src/app/location_manager.dart b/runtime/bin/vmservice/client/lib/src/app/location_manager.dart
index dba7f88743871b9a04cba4994fdbe3d3176d67dc..e662f6f1f4e03b93b8b0c6d42945cbe80eb727f5 100644
--- a/runtime/bin/vmservice/client/lib/src/app/location_manager.dart
+++ b/runtime/bin/vmservice/client/lib/src/app/location_manager.dart
@@ -10,7 +10,7 @@ part of app;
class LocationManager extends Observable {
static const String defaultHash = '#/isolates/';
static final RegExp _currentIsolateMatcher = new RegExp(r'#/isolates/\d+');
- static final RegExp _currentObjectMatcher = new RegExp(r'#/isolates/\d+/');
+ static final RegExp _currentObjectMatcher = new RegExp(r'#/isolates/\d+(/|$)');
ObservatoryApplication _app;
@observable String currentHash = '';
« no previous file with comments | « runtime/bin/vmservice/client/lib/elements.html ('k') | runtime/bin/vmservice/client/lib/src/elements/isolate_ref.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698