Bug 150661 - Regression(r191673): [WIN][EFL][GTK] layout tests using data URLs time out
Summary: Regression(r191673): [WIN][EFL][GTK] layout tests using data URLs time out
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 150609
  Show dependency treegraph
 
Reported: 2015-10-28 21:03 PDT by Hunseop Jeong
Modified: 2015-10-28 22:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.14 KB, patch)
2015-10-28 22:15 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-10-28 21:03:48 PDT
Many layout tests timeout after r191673.
Comment 1 Chris Dumez 2015-10-28 21:34:08 PDT
I'll try and take a look now. My bet is that the Timer does not fire for some reason. Worse case scenario, we could keep calling callOnMainThread() instead of using a Timer for !PLATFORM(COCOA).
Comment 2 Chris Dumez 2015-10-28 22:15:01 PDT
Created attachment 264299 [details]
Patch
Comment 3 Gyuyoung Kim 2015-10-28 22:20:22 PDT
Comment on attachment 264299 [details]
Patch

rs=me.
Comment 4 Chris Dumez 2015-10-28 22:21:36 PDT
Comment on attachment 264299 [details]
Patch

Clearing flags on attachment: 264299

Committed r191720: <http://trac.webkit.org/changeset/191720>
Comment 5 Chris Dumez 2015-10-28 22:21:42 PDT
All reviewed patches have been landed.  Closing bug.