Bug 20413

Summary: console.time/timeEnd is not cleared when changing page
Product: WebKit Reporter: Keishi Hattori <keishi>
Component: Web Inspector (Deprecated)Assignee: Keishi Hattori <keishi>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch ggaren: review+

Description Keishi Hattori 2008-08-16 21:16:29 PDT
console.time/timeEnd is not cleared when changing page.
Comment 1 Keishi Hattori 2008-08-16 21:28:56 PDT
Created attachment 22838 [details]
proposed patch

m_times.clear(); was missing in InspectorController::didCommitLoad
Comment 2 Geoffrey Garen 2008-08-16 22:02:07 PDT
Comment on attachment 22838 [details]
proposed patch

r=me
Comment 3 Timothy Hatcher 2008-08-19 11:34:29 PDT
Landed in r35841.