Bug 101858

Summary: Web Inspector: wasShown is called twice when show() is called from within wasShown
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, dglazkov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+, buildbot: commit-queue-

Description Pavel Feldman 2012-11-11 02:07:16 PST
When we attach views lazily from within wasShown, the views get wasShown notification twice.
Comment 1 Pavel Feldman 2012-11-11 02:11:23 PST
Created attachment 173495 [details]
Patch
Comment 2 Build Bot 2012-11-11 04:44:17 PST
Comment on attachment 173495 [details]
Patch

Attachment 173495 [details] did not pass mac-ews (mac):
Output: http://queues.webkit.org/results/14788802

New failing tests:
inspector/view-events.html
Comment 3 WebKit Review Bot 2012-11-11 08:59:43 PST
Comment on attachment 173495 [details]
Patch

Attachment 173495 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/14786829

New failing tests:
inspector/view-events.html
Comment 4 Pavel Feldman 2012-11-12 02:14:10 PST
Committed r134199: <http://trac.webkit.org/changeset/134199>