Bug 68263

Summary: Web Inspector: extend UI perf tests coverage. Elements Panel.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
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] initial version
none
Patch none

Description Ilya Tikhonovsky 2011-09-16 11:26:53 PDT
%subj%
Comment 1 Ilya Tikhonovsky 2011-09-16 11:28:05 PDT
Created attachment 107692 [details]
[patch] initial version
Comment 2 Pavel Feldman 2011-09-19 00:36:11 PDT
Comment on attachment 107692 [details]
[patch] initial version

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

> LayoutTests/inspector/performance/resources/show-panel-elements.html:16
> +        InspectorTest.runAfterPendingDispatches(function() {

Run after pending dispatches will result in flakiness. You should sniff for the exact call you are expecting.
Comment 3 Ilya Tikhonovsky 2011-09-19 05:50:31 PDT
Created attachment 107841 [details]
Patch
Comment 4 Ilya Tikhonovsky 2011-09-19 06:32:28 PDT
Comment on attachment 107841 [details]
Patch

Clearing flags on attachment: 107841

Committed r95411: <http://trac.webkit.org/changeset/95411>
Comment 5 Ilya Tikhonovsky 2011-09-19 06:32:35 PDT
All reviewed patches have been landed.  Closing bug.