Bug 113376

Summary: Web Inspector: update Timeline.TimelineEvent definition to include DOM counters and native memory stats
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, graouts, joepeck, keishi, loislo, pfeldman, pmuellr, timothy, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch vsevik: review+, vsevik: commit-queue+

Description Yury Semikhatsky 2013-03-27 02:00:49 PDT
The event already can contain optional DOM counters and native memory stats. This should be reflected in Inspector.json
Comment 1 Yury Semikhatsky 2013-03-27 02:05:39 PDT
Created attachment 195250 [details]
Patch
Comment 2 Yury Semikhatsky 2013-03-27 02:31:42 PDT
Committed r146975: <http://trac.webkit.org/changeset/146975>
Comment 3 Yury Semikhatsky 2013-03-27 05:43:46 PDT
Reopening to attach new patch.
Comment 4 Yury Semikhatsky 2013-03-27 05:43:49 PDT
Created attachment 195290 [details]
Patch
Comment 5 Yury Semikhatsky 2013-03-27 05:45:08 PDT
(In reply to comment #4)
> Created an attachment (id=195290) [details]
> Patch

Previous change caused assertion failure in debug mode in timeline tests(http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20%28dbg%29/builds/7509/steps/webkit_tests/logs/stdio). This is a fix.
Comment 6 Yury Semikhatsky 2013-03-27 07:25:42 PDT
Committed r146982: <http://trac.webkit.org/changeset/146982>