Bug 93604

Summary: Web Inspector: DocumentEventQueue memory instrumentation
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: alph, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 87262    
Attachments:
Description Flags
Patch none

Description Yury Semikhatsky 2012-08-09 05:00:24 PDT
According to pprof the queue may grow up to hundreds of Kbs on simple examples. It should be instrumented.
Comment 1 Yury Semikhatsky 2012-08-09 05:02:03 PDT
Created attachment 157434 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-09 05:06:24 PDT
Attachment 157434 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebCore/dom/Event.h:34:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 1 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Review Bot 2012-08-09 10:37:22 PDT
Comment on attachment 157434 [details]
Patch

Clearing flags on attachment: 157434

Committed r125185: <http://trac.webkit.org/changeset/125185>
Comment 4 WebKit Review Bot 2012-08-09 10:37:26 PDT
All reviewed patches have been landed.  Closing bug.