Bug 78362

Summary: Web Inspector: add filtering by class name in heap profiler
Product: WebKit Reporter: Alexei Filippov <alph>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: 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: 78411    
Attachments:
Description Flags
Screenshot
none
Patch
none
Patch none

Description Alexei Filippov 2012-02-10 09:18:26 PST
$subj
Comment 1 Alexei Filippov 2012-02-10 09:19:01 PST
Created attachment 126523 [details]
Screenshot
Comment 2 Alexei Filippov 2012-02-10 09:27:48 PST
Created attachment 126524 [details]
Patch
Comment 3 Ilya Tikhonovsky 2012-02-13 00:50:45 PST
looks good to me
Comment 4 Yury Semikhatsky 2012-02-13 01:09:22 PST
Comment on attachment 126524 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=126524&action=review

> Source/WebCore/inspector/front-end/DetailedHeapshotView.js:221
> +        object: { title: WebInspector.UIString("Constructor"), disclosure: true, sort: "ascending", sortable: true },

Why do you need to change sorting order?
Comment 5 Alexei Filippov 2012-02-13 02:33:49 PST
Created attachment 126738 [details]
Patch
Comment 6 Alexei Filippov 2012-02-13 02:35:11 PST
Changed the sorting back as we agreed.
Comment 7 WebKit Review Bot 2012-02-13 06:33:45 PST
Comment on attachment 126738 [details]
Patch

Clearing flags on attachment: 126738

Committed r107568: <http://trac.webkit.org/changeset/107568>
Comment 8 WebKit Review Bot 2012-02-13 06:33:51 PST
All reviewed patches have been landed.  Closing bug.