Bug 134591

Summary: Ensure frame creation messages get through to UI process
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bunhere, cdumez, commit-queue, gyuyoung.kim, sergio
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch andersca: review+

Description Antti Koivisto 2014-07-03 06:20:16 PDT
If we are middle of handling a sync message from UI process a frame creation message back gets delayed. Sync DecidePolicyForNavigationAction message expects that the frame creation message has arrived first.
Comment 1 Antti Koivisto 2014-07-03 06:20:35 PDT
<rdar://problem/16918218>
Comment 2 Antti Koivisto 2014-07-03 08:50:54 PDT
Created attachment 234346 [details]
patch
Comment 3 Antti Koivisto 2014-07-03 10:14:06 PDT
https://trac.webkit.org/r170757