Bug 79241 - Web Inspector: fix memory counters and start-at-zero modes of timeline panels to co-exist nicely
Summary: Web Inspector: fix memory counters and start-at-zero modes of timeline panels...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 08:02 PST by Andrey Kosyakov
Modified: 2012-02-22 08:08 PST (History)
10 users (show)

See Also:


Attachments
Patch (7.22 KB, patch)
2012-02-22 08:03 PST, Andrey Kosyakov
yurys: review+
Details | Formatted Diff | Diff

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