Bug 20413 - console.time/timeEnd is not cleared when changing page
Summary: console.time/timeEnd is not cleared when changing page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Keishi Hattori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-16 21:16 PDT by Keishi Hattori
Modified: 2008-08-19 11:34 PDT (History)
0 users

See Also:


Attachments
proposed patch (951 bytes, patch)
2008-08-16 21:28 PDT, Keishi Hattori
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.