Bug 121454 - USE(WEB_THREAD): More explicit WebThread initialization
Summary: USE(WEB_THREAD): More explicit WebThread initialization
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-16 14:43 PDT by Joseph Pecoraro
Modified: 2013-09-19 16:15 PDT (History)
5 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (3.91 KB, patch)
2013-09-16 14:46 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
[PATCH] Proposed Fix - Fixed !USE(WEB_THREAD) MainThreadMac.mm (3.95 KB, patch)
2013-09-16 15:09 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2013-09-16 14:43:23 PDT
Initialize the web thread more explicitly.
Comment 1 Joseph Pecoraro 2013-09-16 14:46:27 PDT
Created attachment 211834 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2013-09-16 14:59:28 PDT
Comment on attachment 211834 [details]
[PATCH] Proposed Fix

Has issues. I need to tweak this a little.
Comment 3 Joseph Pecoraro 2013-09-16 15:09:38 PDT
Created attachment 211836 [details]
[PATCH] Proposed Fix - Fixed !USE(WEB_THREAD) MainThreadMac.mm
Comment 4 WebKit Commit Bot 2013-09-16 18:48:48 PDT
Comment on attachment 211836 [details]
[PATCH] Proposed Fix - Fixed !USE(WEB_THREAD) MainThreadMac.mm

Clearing flags on attachment: 211836

Committed r155926: <http://trac.webkit.org/changeset/155926>
Comment 5 WebKit Commit Bot 2013-09-16 18:48:50 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Daniel Bates 2013-09-19 16:15:22 PDT
(In reply to comment #4)
> (From update of attachment 211836 [details])
> Clearing flags on attachment: 211836
> 
> Committed r155926: <http://trac.webkit.org/changeset/155926>

Committed follow up fixes:

<http://trac.webkit.org/changeset/156127>
<http://trac.webkit.org/changeset/156129>