Bug 24430 - QTMovie fires notifications during view setup
Summary: QTMovie fires notifications during view setup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 24428 24429 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-03-06 11:35 PST by Eric Carlson
Modified: 2009-04-08 16:28 PDT (History)
0 users

See Also:


Attachments
proposed patch (1.55 KB, patch)
2009-03-06 11:36 PST, Eric Carlson
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Carlson 2009-03-06 11:35:56 PST
MediaPlayerPrivate::createQTMovieView should postpone notification processing while allocating and setting up the QTMovieView because the QTMovie is active and load state change notifications *do* sometimes fire during (at least) the call to [QTMovieView setView:].
Comment 1 Eric Carlson 2009-03-06 11:36:57 PST
Created attachment 28368 [details]
proposed patch
Comment 2 Mark Rowe (bdash) 2009-03-06 14:35:14 PST
*** Bug 24428 has been marked as a duplicate of this bug. ***
Comment 3 Mark Rowe (bdash) 2009-03-06 14:35:22 PST
*** Bug 24429 has been marked as a duplicate of this bug. ***
Comment 4 David Levin 2009-04-08 16:28:42 PDT
Previously committed <http://trac.webkit.org/changeset/41497>