Bug 79241

Summary: Web Inspector: fix memory counters and start-at-zero modes of timeline panels to co-exist nicely
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

Description Andrey Kosyakov 2012-02-22 08:02:41 PST
- Do not auto-enable memory counters mode when start-at-zero is toggled off
- Automatically disable memory counters when switching to start-at-zero mode
- Fixed JSCompiler warnings
Comment 1 Andrey Kosyakov 2012-02-22 08:03:39 PST
Created attachment 128217 [details]
Patch
Comment 2 Andrey Kosyakov 2012-02-22 08:08:26 PST
Committed r108504: <http://trac.webkit.org/changeset/108504>