Bug 134591 - Ensure frame creation messages get through to UI process
Summary: Ensure frame creation messages get through to UI process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-03 06:20 PDT by Antti Koivisto
Modified: 2014-07-03 10:14 PDT (History)
6 users (show)

See Also:


Attachments
patch (2.59 KB, patch)
2014-07-03 08:50 PDT, Antti Koivisto
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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