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

Issue 306723002: Make sure that tag profile updates stop after we leave the isolate view. (Closed)

Created:
6 years, 6 months ago by turnidge
Modified:
6 years, 6 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org, turnidge, Cutch
Visibility:
Public.

Description

Make sure that tag profile updates stop after we leave the isolate view. If we were currently waiting for isolate.updateTagProfile() to complete when leftView() was called, the call to _updateTimer.cancel() comes too late to prevent the next Timer from being created. Now we use a null _updateTimer to indicate that we have left the view.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M runtime/bin/vmservice/client/lib/src/elements/isolate_view.dart View 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
turnidge
6 years, 6 months ago (2014-05-28 20:49:08 UTC) #1
Cutch
6 years, 6 months ago (2014-05-28 20:50:18 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698