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

Issue 159135: DevTools Profiler: small UI improvements.... (Closed)

Created:
11 years, 5 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
Reviewers:
pfeldman
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

DevTools Profiler: small UI improvements. - if profile is generated, and no profile is shown, show the new one; - display processed ticks count during processing to show that we're alive. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21176

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -2 lines) Patch
M webkit/glue/devtools/js/debugger_agent.js View 1 chunk +12 lines, -1 line 0 comments Download
M webkit/glue/devtools/js/profiler_processor.js View 6 chunks +24 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
11 years, 5 months ago (2009-07-21 14:53:21 UTC) #1
pfeldman
LGTM http://codereview.chromium.org/159135/diff/1/2 File webkit/glue/devtools/js/profiler_processor.js (right): http://codereview.chromium.org/159135/diff/1/2#newcode304 Line 304: window.clearInterval(processingInterval); should this be checked for nullness?
11 years, 5 months ago (2009-07-21 14:58:47 UTC) #2
mnaganov (inactive)
11 years, 5 months ago (2009-07-21 15:06:29 UTC) #3
http://codereview.chromium.org/159135/diff/1/2
File webkit/glue/devtools/js/profiler_processor.js (right):

http://codereview.chromium.org/159135/diff/1/2#newcode304
Line 304: window.clearInterval(processingInterval);
On 2009/07/21 14:58:49, pfeldman wrote:
> should this be checked for nullness?

window.clearInterval(null) is harmless.

Powered by Google App Engine
This is Rietveld 408576698