Bug 48461

Summary: WebKit2 API tests failing because we are waiting to dispatch the messages to the Injected Bundle until after the WebProcess did finish launching
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: WebKit2Assignee: Jessie Berlin <jberlin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, jberlin, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Post the pending messages in ensureWebProcess but don't make messages pending if the process is launching none

Description Jessie Berlin 2010-10-27 13:23:03 PDT
The tests expect to be able to send messages before the WebProcess finishes launching.

The fix is probably to move the dispatching of the pending messages back to ensureWebProcess but not make a message pending if the m_process is launching.
Comment 1 Jessie Berlin 2010-10-27 13:29:41 PDT
Created attachment 72076 [details]
Post the pending messages in ensureWebProcess but don't make messages pending if the process is launching
Comment 2 Jessie Berlin 2010-10-27 13:40:01 PDT
Comment on attachment 72076 [details]
Post the pending messages in ensureWebProcess but don't make messages pending if the process is launching

Committed in r70702
http://trac.webkit.org/changeset/70702